2024-01-18T07:49:34.282 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T07:49:34.283 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose -- /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/orig.config.yaml 2024-01-18T07:49:34.316 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T07:49:34.403 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705 branch: wip-yuri10-testing-2024-01-17-0759-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7519705' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 kernel: hwe: true workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - 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 - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - 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 - 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-17_22:43:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T07:49:34.481 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T07:49:34.482 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T07:49:34.482 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T07:49:34.484 INFO:teuthology.task.internal:Checking packages... 2024-01-18T07:49:34.509 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T07:49:34.509 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T07:49:34.509 INFO:teuthology.packaging:ref: None 2024-01-18T07:49:34.509 INFO:teuthology.packaging:tag: None 2024-01-18T07:49:34.509 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:49:34.509 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:49:34.510 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T07:49:34.728 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-g491b5e13-1focal 2024-01-18T07:49:34.730 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T07:49:34.739 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T07:49:34.740 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T07:49:34.754 INFO:teuthology.task.internal:Saving configuration 2024-01-18T07:49:34.768 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T07:49:34.775 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T07:49:34.799 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:43:36.952908', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-18T07:49:34.825 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:43:36.954362', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-18T07:49:34.825 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T07:49:34.834 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-18T07:49:34.834 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-18T07:49:34.834 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T07:49:34.904 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f88f1b4b280>, signals=[15]) 2024-01-18T07:49:34.904 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T07:49:34.910 INFO:teuthology.task.internal:Opening connections... 2024-01-18T07:49:34.910 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T07:49:34.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:49:35.003 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T07:49:35.004 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:49:35.091 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T07:49:35.098 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-01-18T07:49:35.104 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-01-18T07:49:35.105 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-01-18T07:49:35.155 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Ubuntu" 2024-01-18T07:49:35.155 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:ID=ubuntu 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE=debian 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="20.04" 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T07:49:35.156 INFO:teuthology.orchestra.run.smithi116.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T07:49:35.157 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T07:49:35.157 INFO:teuthology.orchestra.run.smithi116.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T07:49:35.157 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_CODENAME=focal 2024-01-18T07:49:35.157 INFO:teuthology.orchestra.run.smithi116.stdout:UBUNTU_CODENAME=focal 2024-01-18T07:49:35.158 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-01-18T07:49:35.188 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2024-01-18T07:49:35.194 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2024-01-18T07:49:35.195 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Ubuntu" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:ID=ubuntu 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE=debian 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="20.04" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_CODENAME=focal 2024-01-18T07:49:35.241 INFO:teuthology.orchestra.run.smithi142.stdout:UBUNTU_CODENAME=focal 2024-01-18T07:49:35.242 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2024-01-18T07:49:35.262 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T07:49:35.270 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T07:49:35.276 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T07:49:35.277 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:49:35.279 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2024-01-18T07:49:35.284 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T07:49:35.290 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T07:49:35.290 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:49:35.292 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2024-01-18T07:49:35.312 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T07:49:35.374 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T07:49:35.389 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T07:49:35.389 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-18T07:49:35.389 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-18T07:49:35.389 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-18T07:49:35.390 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:49:35.390 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T07:49:35.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:35.396 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-01-18T07:49:35.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T07:49:35.398 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-18T07:49:35.405 INFO:teuthology.orchestra.run.smithi116.stdout:5.4.0-124-generic 2024-01-18T07:49:35.405 INFO:teuthology.task.kernel:Running kernel on smithi116: 5.4.0-124-generic 2024-01-18T07:49:35.405 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2024-01-18T07:49:35.406 INFO:teuthology.orchestra.run.smithi142.stdout:5.4.0-124-generic 2024-01-18T07:49:35.406 INFO:teuthology.task.kernel:Running kernel on smithi142: 5.4.0-124-generic 2024-01-18T07:49:35.406 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-01-18T07:49:35.509 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-01-18T07:49:35.543 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2024-01-18T07:49:35.662 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-18T07:49:35.773 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-18T07:49:35.835 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-18T07:49:35.855 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-18T07:49:35.859 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-18T07:49:35.899 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-18T07:49:35.975 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-18T07:49:36.071 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-18T07:49:36.166 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-18T07:49:36.187 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-18T07:49:36.188 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-18T07:49:36.189 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-18T07:49:36.199 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-18T07:49:36.252 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-18T07:49:36.315 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-18T07:49:36.331 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-18T07:49:36.331 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-18T07:49:36.339 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-18T07:49:36.342 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-18T07:49:36.346 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-18T07:49:36.348 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-18T07:49:36.348 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-18T07:49:36.348 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-18T07:49:36.348 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-18T07:49:36.348 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-18T07:49:36.351 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-18T07:49:36.491 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-18T07:49:36.591 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-18T07:49:36.698 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-18T07:49:36.756 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-18T07:49:36.768 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-18T07:49:36.769 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-18T07:49:36.769 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-18T07:49:36.838 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-18T07:49:36.855 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-18T07:49:36.888 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-18T07:49:36.902 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-18T07:49:36.902 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-18T07:49:36.963 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-18T07:49:36.976 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-18T07:49:36.976 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-18T07:49:36.980 INFO:teuthology.orchestra.run.smithi116.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-18T07:49:36.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-18T07:49:36.982 INFO:teuthology.orchestra.run.smithi116.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [640 kB] 2024-01-18T07:49:36.991 INFO:teuthology.orchestra.run.smithi116.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-18T07:49:36.992 INFO:teuthology.orchestra.run.smithi116.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-18T07:49:36.992 INFO:teuthology.orchestra.run.smithi116.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-18T07:49:36.996 INFO:teuthology.orchestra.run.smithi116.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [929 kB] 2024-01-18T07:49:37.019 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-18T07:49:37.070 INFO:teuthology.orchestra.run.smithi116.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-18T07:49:37.076 INFO:teuthology.orchestra.run.smithi116.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-18T07:49:37.194 INFO:teuthology.orchestra.run.smithi116.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [195 kB] 2024-01-18T07:49:37.240 INFO:teuthology.orchestra.run.smithi116.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,153 kB] 2024-01-18T07:49:37.616 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,153 kB] 2024-01-18T07:49:37.617 INFO:teuthology.orchestra.run.smithi116.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-18T07:49:37.622 INFO:teuthology.orchestra.run.smithi116.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-18T07:49:37.624 INFO:teuthology.orchestra.run.smithi116.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-18T07:49:37.632 INFO:teuthology.orchestra.run.smithi116.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-18T07:49:37.634 INFO:teuthology.orchestra.run.smithi116.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-18T07:49:37.725 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-18T07:49:37.746 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-18T07:49:37.748 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-18T07:49:37.748 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-18T07:49:37.750 INFO:teuthology.orchestra.run.smithi142.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-18T07:49:37.750 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-18T07:49:37.750 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-18T07:49:37.753 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-18T07:49:37.756 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-18T07:49:37.883 INFO:teuthology.orchestra.run.smithi116.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [768 kB] 2024-01-18T07:49:37.920 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-18T07:49:37.921 INFO:teuthology.orchestra.run.smithi116.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [277 kB] 2024-01-18T07:49:37.934 INFO:teuthology.orchestra.run.smithi116.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-18T07:49:37.935 INFO:teuthology.orchestra.run.smithi116.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-18T07:49:37.937 INFO:teuthology.orchestra.run.smithi116.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-18T07:49:37.940 INFO:teuthology.orchestra.run.smithi116.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-18T07:49:37.940 INFO:teuthology.orchestra.run.smithi116.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-18T07:49:37.940 INFO:teuthology.orchestra.run.smithi116.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-18T07:49:37.964 INFO:teuthology.orchestra.run.smithi116.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-18T07:49:37.966 INFO:teuthology.orchestra.run.smithi116.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-18T07:49:38.083 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-18T07:49:38.130 INFO:teuthology.orchestra.run.smithi116.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-18T07:49:38.134 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-18T07:49:38.293 INFO:teuthology.orchestra.run.smithi116.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-18T07:49:38.344 INFO:teuthology.orchestra.run.smithi116.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-18T07:49:40.160 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 18.6 MB in 3s (6,909 kB/s) 2024-01-18T07:49:40.803 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 18.6 MB in 3s (5,690 kB/s) 2024-01-18T07:49:41.635 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T07:49:41.661 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-18T07:49:41.732 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T07:49:41.937 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-01-18T07:49:41.937 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-01-18T07:49:42.108 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2024-01-18T07:49:42.108 INFO:teuthology.orchestra.run.smithi142.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-18T07:49:42.108 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-18T07:49:42.108 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-18T07:49:42.109 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2024-01-18T07:49:42.109 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-18T07:49:42.109 INFO:teuthology.orchestra.run.smithi142.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-18T07:49:42.165 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2024-01-18T07:49:42.165 INFO:teuthology.orchestra.run.smithi142.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-18T07:49:42.165 INFO:teuthology.orchestra.run.smithi142.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-18T07:49:42.166 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-18T07:49:42.166 INFO:teuthology.orchestra.run.smithi142.stdout: thermald upower usbmuxd 2024-01-18T07:49:42.275 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-01-18T07:49:42.302 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-18T07:49:42.349 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-18T07:49:42.349 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 90.9 MB of archives. 2024-01-18T07:49:42.350 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-18T07:49:42.350 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-18T07:49:42.378 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-01-18T07:49:42.582 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2024-01-18T07:49:42.583 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2024-01-18T07:49:42.632 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-18T07:49:42.662 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-18T07:49:42.682 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-18T07:49:42.755 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-18T07:49:42.760 INFO:teuthology.orchestra.run.smithi116.stdout:The following additional packages will be installed: 2024-01-18T07:49:42.760 INFO:teuthology.orchestra.run.smithi116.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-18T07:49:42.760 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2024-01-18T07:49:42.761 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2024-01-18T07:49:42.762 INFO:teuthology.orchestra.run.smithi116.stdout:Suggested packages: 2024-01-18T07:49:42.762 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-01-18T07:49:42.762 INFO:teuthology.orchestra.run.smithi116.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2024-01-18T07:49:42.791 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-18T07:49:42.821 INFO:teuthology.orchestra.run.smithi116.stdout:The following NEW packages will be installed: 2024-01-18T07:49:42.821 INFO:teuthology.orchestra.run.smithi116.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-01-18T07:49:42.822 INFO:teuthology.orchestra.run.smithi116.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2024-01-18T07:49:42.822 INFO:teuthology.orchestra.run.smithi116.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2024-01-18T07:49:42.822 INFO:teuthology.orchestra.run.smithi116.stdout: thermald upower usbmuxd 2024-01-18T07:49:42.885 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 13 newly installed, 0 to remove and 285 not upgraded. 2024-01-18T07:49:42.885 INFO:teuthology.orchestra.run.smithi116.stdout:Need to get 90.9 MB of archives. 2024-01-18T07:49:42.885 INFO:teuthology.orchestra.run.smithi116.stdout:After this operation, 497 MB of additional disk space will be used. 2024-01-18T07:49:42.885 INFO:teuthology.orchestra.run.smithi116.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-01-18T07:49:42.956 INFO:teuthology.orchestra.run.smithi116.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-01-18T07:49:42.962 INFO:teuthology.orchestra.run.smithi116.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-01-18T07:49:42.967 INFO:teuthology.orchestra.run.smithi116.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-01-18T07:49:42.984 INFO:teuthology.orchestra.run.smithi116.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-01-18T07:49:42.994 INFO:teuthology.orchestra.run.smithi116.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2024-01-18T07:49:43.320 INFO:teuthology.orchestra.run.smithi116.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-18T07:49:43.427 INFO:teuthology.orchestra.run.smithi116.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-18T07:49:43.738 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2024-01-18T07:49:44.025 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2024-01-18T07:49:44.428 INFO:teuthology.orchestra.run.smithi116.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-18T07:49:44.428 INFO:teuthology.orchestra.run.smithi116.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-18T07:49:44.429 INFO:teuthology.orchestra.run.smithi116.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-18T07:49:44.435 INFO:teuthology.orchestra.run.smithi116.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-18T07:49:44.437 INFO:teuthology.orchestra.run.smithi116.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-18T07:49:45.120 INFO:teuthology.orchestra.run.smithi116.stdout:Fetched 90.9 MB in 2s (56.5 MB/s) 2024-01-18T07:49:45.302 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-18T07:49:45.947 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2024-01-18T07:49:45.947 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-01-18T07:49:45.948 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-01-18T07:49:46.117 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-01-18T07:49:46.471 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-01-18T07:49:47.036 INFO:teuthology.orchestra.run.smithi116.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-18T07:49:47.041 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-18T07:49:47.184 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 90.9 MB in 4s (21.0 MB/s) 2024-01-18T07:49:47.199 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-18T07:49:47.384 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-01-18T07:49:47.527 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-18T07:49:47.541 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-18T07:49:47.585 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-18T07:49:47.905 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-18T07:49:47.918 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-18T07:49:47.955 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-18T07:49:48.308 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-18T07:49:48.321 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-18T07:49:48.366 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-18T07:49:48.744 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-18T07:49:48.758 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-18T07:49:48.802 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-18T07:49:49.117 INFO:teuthology.orchestra.run.smithi142.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-18T07:49:49.122 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-18T07:49:49.122 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-01-18T07:49:49.136 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:49.172 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:49.281 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-18T07:49:49.651 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libplist3:amd64. 2024-01-18T07:49:49.666 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-01-18T07:49:49.709 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-01-18T07:49:50.062 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-01-18T07:49:50.075 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-01-18T07:49:50.120 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-18T07:49:50.473 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-01-18T07:49:50.489 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-01-18T07:49:50.531 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-18T07:49:50.825 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-01-18T07:49:50.838 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-01-18T07:49:50.867 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-18T07:49:51.178 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2024-01-18T07:49:51.193 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:51.236 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:51.706 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-18T07:49:51.719 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:51.834 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:52.367 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-18T07:49:52.381 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:52.434 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:53.828 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2024-01-18T07:49:53.841 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:53.936 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:54.414 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2024-01-18T07:49:54.426 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2024-01-18T07:49:54.455 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:49:59.819 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-18T07:49:59.837 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-18T07:49:59.877 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-18T07:50:00.221 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-18T07:50:00.235 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-18T07:50:00.271 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-18T07:50:00.649 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package thermald. 2024-01-18T07:50:00.663 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-18T07:50:00.707 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-18T07:50:01.204 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package upower. 2024-01-18T07:50:01.220 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-18T07:50:01.270 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-18T07:50:01.438 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-01-18T07:50:01.454 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2024-01-18T07:50:01.496 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-18T07:50:01.691 INFO:teuthology.orchestra.run.smithi116.stdout:Selecting previously unselected package usbmuxd. 2024-01-18T07:50:01.706 INFO:teuthology.orchestra.run.smithi116.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-18T07:50:01.749 INFO:teuthology.orchestra.run.smithi116.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-18T07:50:01.799 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libevdev2:amd64. 2024-01-18T07:50:01.815 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-01-18T07:50:01.882 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-18T07:50:02.075 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-18T07:50:02.229 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-18T07:50:02.235 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package thermald. 2024-01-18T07:50:02.249 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-01-18T07:50:02.309 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-01-18T07:50:02.355 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-18T07:50:02.481 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-18T07:50:02.632 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-18T07:50:02.758 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-18T07:50:02.856 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package upower. 2024-01-18T07:50:02.869 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-01-18T07:50:02.884 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-18T07:50:02.926 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking upower (0.99.11-1build2) ... 2024-01-18T07:50:03.344 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package usbmuxd. 2024-01-18T07:50:03.358 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-01-18T07:50:03.411 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-18T07:50:03.479 INFO:teuthology.orchestra.run.smithi116.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-18T07:50:03.538 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-18T07:50:03.721 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-01-18T07:50:03.727 INFO:teuthology.orchestra.run.smithi116.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-18T07:50:03.757 INFO:teuthology.orchestra.run.smithi116.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-18T07:50:03.757 INFO:teuthology.orchestra.run.smithi116.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-18T07:50:03.823 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-01-18T07:50:03.949 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-01-18T07:50:04.084 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-01-18T07:50:04.235 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-01-18T07:50:04.372 INFO:teuthology.orchestra.run.smithi116.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-18T07:50:04.377 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-01-18T07:50:04.503 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up upower (0.99.11-1build2) ... 2024-01-18T07:50:04.584 INFO:teuthology.orchestra.run.smithi116.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-18T07:50:04.626 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-18T07:50:04.953 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-18T07:50:04.953 INFO:teuthology.orchestra.run.smithi116.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-18T07:50:05.068 INFO:teuthology.orchestra.run.smithi142.stdout:upower.service is a disabled or a static unit, not starting it. 2024-01-18T07:50:05.141 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-01-18T07:50:05.329 INFO:teuthology.orchestra.run.smithi142.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-01-18T07:50:05.337 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user `usbmux' (UID 114) ... 2024-01-18T07:50:05.337 INFO:teuthology.orchestra.run.smithi142.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-01-18T07:50:05.415 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:06.241 INFO:teuthology.orchestra.run.smithi142.stdout:Not creating home directory `/var/lib/usbmux'. 2024-01-18T07:50:06.439 INFO:teuthology.orchestra.run.smithi142.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-01-18T07:50:06.479 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-01-18T07:50:06.728 INFO:teuthology.orchestra.run.smithi116.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:06.728 INFO:teuthology.orchestra.run.smithi116.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:06.786 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-01-18T07:50:06.786 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-01-18T07:50:06.916 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:07.201 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:08.276 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-18T07:50:08.401 INFO:teuthology.orchestra.run.smithi116.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:08.514 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:08.515 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:08.702 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:10.120 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2024-01-18T07:50:10.194 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-18T07:50:10.246 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:10.491 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-18T07:50:11.269 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-18T07:50:11.378 INFO:teuthology.orchestra.run.smithi116.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:11.456 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T07:50:11.456 INFO:teuthology.orchestra.run.smithi116.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:12.664 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-01-18T07:50:12.945 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-01-18T07:50:13.723 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-01-18T07:50:13.831 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2024-01-18T07:50:13.910 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-18T07:50:13.911 INFO:teuthology.orchestra.run.smithi142.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:36.892 INFO:teuthology.orchestra.run.smithi116.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T07:50:36.893 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub' 2024-01-18T07:50:36.904 INFO:teuthology.orchestra.run.smithi116.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-18T07:50:36.926 INFO:teuthology.orchestra.run.smithi116.stdout:Generating grub configuration file ... 2024-01-18T07:50:37.243 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:37.264 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:37.681 INFO:teuthology.orchestra.run.smithi116.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-18T07:50:37.693 INFO:teuthology.orchestra.run.smithi116.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-18T07:50:39.269 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-18T07:50:39.269 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub' 2024-01-18T07:50:39.284 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-18T07:50:39.308 INFO:teuthology.orchestra.run.smithi142.stdout:Generating grub configuration file ... 2024-01-18T07:50:39.458 INFO:teuthology.orchestra.run.smithi116.stdout:done 2024-01-18T07:50:39.611 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:39.634 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:39.920 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic-hwe-20.04 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic-hwe-20.04 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 20 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta-hwe-5.15 2024-01-18T07:50:39.965 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:50:39.966 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2024-01-18T07:50:39.966 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-18T07:50:39.966 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T07:50:39.966 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T07:50:39.966 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-18T07:50:39.967 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T07:50:39.967 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get clean 2024-01-18T07:50:40.044 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-18T07:50:40.048 DEBUG:teuthology.orchestra.run.smithi116:> sudo apt-get update 2024-01-18T07:50:40.055 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-18T07:50:40.184 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-18T07:50:40.296 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-18T07:50:40.378 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-18T07:50:40.460 INFO:teuthology.orchestra.run.smithi116.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-18T07:50:41.773 INFO:teuthology.orchestra.run.smithi142.stdout:done 2024-01-18T07:50:41.956 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-01-18T07:50:41.980 DEBUG:teuthology.orchestra.run.smithi116:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-18T07:50:42.048 INFO:teuthology.orchestra.run.smithi116.stdout:Reading package lists... 2024-01-18T07:50:42.221 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic-hwe-20.04 2024-01-18T07:50:42.228 INFO:teuthology.orchestra.run.smithi116.stdout:Building dependency tree... 2024-01-18T07:50:42.229 INFO:teuthology.orchestra.run.smithi116.stdout:Reading state information... 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic-hwe-20.04 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 20 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta-hwe-5.15 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-18T07:50:42.280 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-01-18T07:50:42.281 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-01-18T07:50:42.281 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:50:42.281 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-01-18T07:50:42.281 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2024-01-18T07:50:42.281 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T07:50:42.281 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T07:50:42.281 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-18T07:50:42.281 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T07:50:42.281 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-01-18T07:50:42.353 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-01-18T07:50:42.438 INFO:teuthology.orchestra.run.smithi116.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-18T07:50:42.438 INFO:teuthology.orchestra.run.smithi116.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-18T07:50:42.440 DEBUG:teuthology.orchestra.run.smithi116:> dpkg -s linux-image-generic-hwe-20.04 2024-01-18T07:50:42.459 INFO:teuthology.orchestra.run.smithi116.stdout:Package: linux-image-generic-hwe-20.04 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Status: install ok installed 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Priority: optional 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Section: kernel 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Installed-Size: 20 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: amd64 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Source: linux-meta-hwe-5.15 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-18T07:50:42.460 INFO:teuthology.orchestra.run.smithi116.stdout:Recommends: thermald 2024-01-18T07:50:42.461 INFO:teuthology.orchestra.run.smithi116.stdout:Description: Generic Linux kernel image 2024-01-18T07:50:42.461 INFO:teuthology.orchestra.run.smithi116.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:50:42.461 INFO:teuthology.orchestra.run.smithi116.stdout: available. 2024-01-18T07:50:42.461 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2024-01-18T07:50:42.489 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-18T07:50:42.489 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-18T07:50:42.500 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-18T07:50:42.507 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.eiLEm1OAFu 2024-01-18T07:50:42.507 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub/grub.cfg /tmp/tmp.eiLEm1OAFu 2024-01-18T07:50:42.522 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.eiLEm1OAFu 2024-01-18T07:50:42.523 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-18T07:50:42.610 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.eiLEm1OAFu is 9KB 2024-01-18T07:50:42.624 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.eiLEm1OAFu 2024-01-18T07:50:42.631 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T07:50:42.687 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:50:42.687 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T07:50:42.687 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T07:50:42.740 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-18T07:50:42.740 DEBUG:teuthology.orchestra.run.smithi116:> sudo update-grub 2024-01-18T07:50:44.066 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub' 2024-01-18T07:50:44.077 INFO:teuthology.orchestra.run.smithi116.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-18T07:50:44.092 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2024-01-18T07:50:44.249 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T07:50:44.275 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-01-18T07:50:44.347 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-01-18T07:50:44.349 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:44.361 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:44.552 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-01-18T07:50:44.552 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-01-18T07:50:44.749 INFO:teuthology.orchestra.run.smithi116.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-18T07:50:44.761 INFO:teuthology.orchestra.run.smithi116.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-18T07:50:44.769 INFO:teuthology.orchestra.run.smithi142.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2024-01-18T07:50:44.769 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 0 newly installed, 0 to remove and 285 not upgraded. 2024-01-18T07:50:44.771 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic-hwe-20.04 2024-01-18T07:50:44.791 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic-hwe-20.04 2024-01-18T07:50:44.791 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-01-18T07:50:44.791 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 20 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta-hwe-5.15 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.91.101~20.04.48 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-01-18T07:50:44.792 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-01-18T07:50:44.793 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2024-01-18T07:50:44.799 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.X5m0p01hRj 2024-01-18T07:50:44.799 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub/grub.cfg /tmp/tmp.X5m0p01hRj 2024-01-18T07:50:44.813 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.X5m0p01hRj 2024-01-18T07:50:44.900 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.X5m0p01hRj is 9KB 2024-01-18T07:50:44.914 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.X5m0p01hRj 2024-01-18T07:50:44.919 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-18T07:50:44.976 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T07:50:44.976 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-18T07:50:44.976 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-18T07:50:45.004 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2024-01-18T07:50:45.004 DEBUG:teuthology.orchestra.run.smithi142:> sudo update-grub 2024-01-18T07:50:45.483 INFO:teuthology.orchestra.run.smithi116.stderr:done 2024-01-18T07:50:45.485 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2024-01-18T07:50:46.385 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub' 2024-01-18T07:50:46.391 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-18T07:50:46.407 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2024-01-18T07:50:46.692 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2024-01-18T07:50:46.703 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2024-01-18T07:50:47.084 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-18T07:50:47.096 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-18T07:50:47.874 INFO:teuthology.orchestra.run.smithi142.stderr:done 2024-01-18T07:50:47.876 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2024-01-18T07:51:15.515 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-18T07:51:15.516 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:51:15.517 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:51:17.880 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-18T07:51:17.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:51:17.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:51:33.948 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-01-18T07:51:36.256 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T07:51:42.956 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:51:42.957 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:51:45.259 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:51:45.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:51:46.012 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-01-18T07:51:48.316 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T07:51:58.020 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:51:58.021 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:52:00.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:52:00.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:52:16.448 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.116 2024-01-18T07:52:18.748 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-01-18T07:52:31.460 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:52:31.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:52:31.697 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-01-18T07:52:32.242 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:52:32.243 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2024-01-18T07:52:32.243 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-01-18T07:52:32.293 INFO:teuthology.orchestra.run.smithi116.stdout:5.15.0-91-generic 2024-01-18T07:52:32.293 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-18T07:52:32.293 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T07:52:32.293 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T07:52:33.294 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-18T07:52:33.294 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:52:33.653 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-01-18T07:52:33.674 DEBUG:teuthology.parallel:result is None 2024-01-18T07:52:33.749 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:52:33.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:52:33.981 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-01-18T07:52:34.572 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:52:34.572 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2024-01-18T07:52:34.572 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-01-18T07:52:34.621 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-91-generic 2024-01-18T07:52:34.621 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2024-01-18T07:52:34.622 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T07:52:34.622 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-18T07:52:35.622 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-18T07:52:35.623 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T07:52:35.725 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2024-01-18T07:52:35.749 DEBUG:teuthology.parallel:result is None 2024-01-18T07:52:35.749 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T07:52:35.757 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T07:52:35.757 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:52:35.759 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T07:52:35.767 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T07:52:35.779 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T07:52:35.789 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T07:52:35.789 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:52:35.809 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T07:52:35.836 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T07:52:35.842 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T07:52:35.842 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T07:52:35.869 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T07:52:35.891 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:52:35.897 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:52:35.903 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:52:35.913 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T07:52:35.915 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T07:52:35.922 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T07:52:35.922 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:52:35.961 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T07:52:35.977 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T07:52:35.986 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T07:52:35.986 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:52:36.021 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T07:52:36.028 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:52:36.074 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:52:36.121 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:52:36.121 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:52:36.191 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T07:52:36.198 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T07:52:36.249 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T07:52:36.249 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T07:52:36.309 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-01-18T07:52:36.311 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2024-01-18T07:52:36.396 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T07:52:36.404 INFO:teuthology.task.internal:Starting timer... 2024-01-18T07:52:36.404 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T07:52:36.415 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T07:52:36.423 DEBUG:teuthology.task.selinux:Excluding smithi116: OS 'ubuntu' does not support SELinux 2024-01-18T07:52:36.423 DEBUG:teuthology.task.selinux:Excluding smithi142: OS 'ubuntu' does not support SELinux 2024-01-18T07:52:36.423 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T07:52:36.423 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-18T07:52:36.424 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T07:52:36.424 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T07:52:36.432 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-18T07:52:36.437 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-18T07:52:36.563 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T07:52:36.579 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-18T07:52:36.581 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi116.front.sepia.ceph.com,smithi142.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T07:57:55.472 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi116.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com')] 2024-01-18T07:57:55.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:57:55.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:57:55.573 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-01-18T07:57:55.697 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-18T07:57:55.698 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:57:55.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T07:57:55.793 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-01-18T07:57:55.917 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-01-18T07:57:55.918 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T07:57:55.929 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T07:57:55.929 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:57:55.930 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:57:55.932 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T07:57:55.932 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T07:57:55.962 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-18T07:57:55.962 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Command line: ntpd -gq 2024-01-18T07:57:55.963 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: proto: precision = 0.082 usec (-23) 2024-01-18T07:57:55.963 INFO:teuthology.orchestra.run.smithi116.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:57:55.963 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:57:55.963 INFO:teuthology.orchestra.run.smithi116.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:57:55.964 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:57:55.964 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T07:57:55.964 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T07:57:55.964 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T07:57:55.965 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen normally on 3 enp3s0f1 172.21.15.116:123 2024-01-18T07:57:55.965 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen normally on 4 lo [::1]:123 2024-01-18T07:57:55.965 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:3f67%5]:123 2024-01-18T07:57:55.965 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:57:55 ntpd[12532]: Listening on routing socket on fd #22 for interface updates 2024-01-18T07:57:55.990 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-18T07:57:55.990 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Command line: ntpd -gq 2024-01-18T07:57:55.991 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: proto: precision = 0.064 usec (-24) 2024-01-18T07:57:55.991 INFO:teuthology.orchestra.run.smithi142.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:57:55.992 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-18T07:57:55.992 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:57:55.992 INFO:teuthology.orchestra.run.smithi142.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-18T07:57:55.993 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen and drop on 0 v6wildcard [::]:123 2024-01-18T07:57:55.993 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-18T07:57:55.993 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen normally on 2 lo 127.0.0.1:123 2024-01-18T07:57:55.993 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen normally on 3 enp3s0f1 172.21.15.142:123 2024-01-18T07:57:55.994 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen normally on 4 lo [::1]:123 2024-01-18T07:57:55.994 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e0d%5]:123 2024-01-18T07:57:55.994 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:57:55 ntpd[12538]: Listening on routing socket on fd #22 for interface updates 2024-01-18T07:57:56.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:56.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:56.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:56.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:56.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:56.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:56 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:58.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:58 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:58.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:58 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:59.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:59.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:57:59 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:59.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:57:59.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:57:59.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:57:59.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:57:59.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:57:59 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:00.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:00 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:00.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:00.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:00.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:00.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:00 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:01.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:01.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:01 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:01.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:01.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:01.993 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:01 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:02.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:02 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:02.991 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:02.992 INFO:teuthology.orchestra.run.smithi142.stdout:18 Jan 07:58:02 ntpd[12538]: ntpd: time slew +0.000572 s 2024-01-18T07:58:02.992 INFO:teuthology.orchestra.run.smithi142.stdout:ntpd: time slew +0.000572s 2024-01-18T07:58:02.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T07:58:02.992 INFO:teuthology.orchestra.run.smithi142.stderr:18 Jan 07:58:02 ntpd[12538]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:03.057 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:03.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:03.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:03.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:03.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:03 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: can't open /var/log/ntpstats/rawstats.20240118: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: can't open /var/log/ntpstats/peerstats.20240118: Permission denied 2024-01-18T07:58:04.963 INFO:teuthology.orchestra.run.smithi116.stdout:18 Jan 07:58:04 ntpd[12532]: ntpd: time slew -0.003325 s 2024-01-18T07:58:04.964 INFO:teuthology.orchestra.run.smithi116.stdout:ntpd: time slew -0.003325s 2024-01-18T07:58:04.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-18T07:58:04.964 INFO:teuthology.orchestra.run.smithi116.stderr:18 Jan 07:58:04 ntpd[12532]: can't open /var/log/ntpstats/loopstats.20240118: Permission denied 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:05.030 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-18T07:58:05.030 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-18T07:58:05.040 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-18T07:58:05.040 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:58:05.040 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:58:05.080 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T07:58:05.080 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 492 Links: 1 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 07:56:29.885899115 +0000 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:56:29.617905296 +0000 2024-01-18T07:58:05.128 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:56:29.617905296 +0000 2024-01-18T07:58:05.129 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T07:58:05.129 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:58:05.183 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T07:58:05.183 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T07:58:05.184 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000400768 s, 1.3 MB/s 2024-01-18T07:58:05.184 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:58:05.234 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 07:56:30.337888691 +0000 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:56:30.097894226 +0000 2024-01-18T07:58:05.284 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:56:30.097894226 +0000 2024-01-18T07:58:05.285 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T07:58:05.285 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:58:05.339 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T07:58:05.340 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T07:58:05.340 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000400448 s, 1.3 MB/s 2024-01-18T07:58:05.341 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:58:05.390 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-01-18T07:58:05.440 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:58:05.440 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:05.440 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 503 Links: 1 2024-01-18T07:58:05.440 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:05.441 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 07:56:30.833877253 +0000 2024-01-18T07:58:05.441 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:56:30.581883065 +0000 2024-01-18T07:58:05.441 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:56:30.581883065 +0000 2024-01-18T07:58:05.441 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T07:58:05.441 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:58:05.495 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T07:58:05.495 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T07:58:05.495 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000404482 s, 1.3 MB/s 2024-01-18T07:58:05.496 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:58:05.546 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-01-18T07:58:05.596 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 07:56:31.289866737 +0000 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:56:31.049872271 +0000 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:56:31.049872271 +0000 2024-01-18T07:58:05.597 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T07:58:05.597 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:58:05.650 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T07:58:05.650 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T07:58:05.650 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000394492 s, 1.3 MB/s 2024-01-18T07:58:05.651 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:58:05.702 DEBUG:teuthology.orchestra.run.smithi116:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-18T07:58:05.825 INFO:teuthology.orchestra.run.smithi116.stdout:loop 2024-01-18T07:58:05.827 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-18T07:58:05.827 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-18T07:58:05.847 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-18T07:58:05.876 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:58:05.901 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-18T07:58:05.901 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-18T07:58:05.963 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-18T07:58:05.985 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:58:06.003 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-18T07:58:06.003 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-18T07:58:06.069 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-18T07:58:06.094 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:58:06.117 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-18T07:58:06.117 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-18T07:58:06.180 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-18T07:58:06.203 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:58:06.227 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:58:06.227 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:58:06.277 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme list 2024-01-18T07:58:06.336 INFO:teuthology.orchestra.run.smithi116.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:58:06.336 INFO:teuthology.orchestra.run.smithi116.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:58:06.336 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme0n1 PHFT620400VJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:58:06.336 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme1n1 35ffa42b9edc1019fbdb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:06.337 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme2n1 919286038f930b3f49ea Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:06.337 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme3n1 7faf61df694a759b4d05 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:06.337 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme4n1 1cf92a900c0071c4dfb1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:06.338 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:58:06.338 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:58:06.338 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-18T07:58:06.397 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T07:58:06.398 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:58:06.405 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T07:58:06.405 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_1 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 490 Links: 1 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 07:56:30.178856754 +0000 2024-01-18T07:58:06.455 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:56:29.910862935 +0000 2024-01-18T07:58:06.456 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:56:29.910862935 +0000 2024-01-18T07:58:06.456 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T07:58:06.456 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T07:58:06.514 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T07:58:06.514 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T07:58:06.514 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.00042947 s, 1.2 MB/s 2024-01-18T07:58:06.515 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T07:58:06.568 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_2 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 07:56:30.650845869 +0000 2024-01-18T07:58:06.622 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:56:30.402851588 +0000 2024-01-18T07:58:06.623 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:56:30.402851588 +0000 2024-01-18T07:58:06.623 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T07:58:06.623 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T07:58:06.677 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T07:58:06.678 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T07:58:06.678 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000403224 s, 1.3 MB/s 2024-01-18T07:58:06.679 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T07:58:06.728 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_3 2024-01-18T07:58:06.778 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T07:58:06.778 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:06.778 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 501 Links: 1 2024-01-18T07:58:06.779 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:06.779 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 07:56:31.126834892 +0000 2024-01-18T07:58:06.779 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:56:30.874840705 +0000 2024-01-18T07:58:06.779 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:56:30.874840705 +0000 2024-01-18T07:58:06.779 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T07:58:06.779 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T07:58:06.832 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T07:58:06.832 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T07:58:06.832 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000374935 s, 1.4 MB/s 2024-01-18T07:58:06.833 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T07:58:06.884 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_4 2024-01-18T07:58:06.938 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T07:58:06.938 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T07:58:06.938 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 509 Links: 1 2024-01-18T07:58:06.938 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T07:58:06.939 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 07:56:31.606823824 +0000 2024-01-18T07:58:06.939 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:56:31.350829727 +0000 2024-01-18T07:58:06.939 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:56:31.350829727 +0000 2024-01-18T07:58:06.939 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T07:58:06.939 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T07:58:06.992 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T07:58:06.992 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T07:58:06.992 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000377516 s, 1.4 MB/s 2024-01-18T07:58:06.993 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T07:58:07.043 DEBUG:teuthology.orchestra.run.smithi142:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-18T07:58:07.170 INFO:teuthology.orchestra.run.smithi142.stdout:loop 2024-01-18T07:58:07.172 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2024-01-18T07:58:07.172 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-18T07:58:07.194 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T07:58:07.221 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_11 2024-01-18T07:58:07.246 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2024-01-18T07:58:07.246 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-18T07:58:07.309 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T07:58:07.336 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_21 2024-01-18T07:58:07.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2024-01-18T07:58:07.360 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-18T07:58:07.429 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T07:58:07.452 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_31 2024-01-18T07:58:07.476 INFO:tasks.nvme_loop:Connecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2024-01-18T07:58:07.477 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-18T07:58:07.545 INFO:teuthology.orchestra.run.smithi142.stdout:1 2024-01-18T07:58:07.567 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/vg_nvme/lv_41 2024-01-18T07:58:07.588 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T07:58:07.589 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T07:58:07.638 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme list 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme0n1 CVFT6303009Y400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme1n1 3301eaf888795c400e53 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme2n1 ee1393ef6a727b281ff5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme3n1 19269e104045eae1950d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:07.694 INFO:teuthology.orchestra.run.smithi142.stdout:/dev/nvme4n1 d980b9c75d418cf80059 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2024-01-18T07:58:07.695 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T07:58:07.696 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T07:58:07.696 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2024-01-18T07:58:07.754 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T07:58:07.823 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T07:58:07.823 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:58:07.824 INFO:tasks.cephadm:Cluster fsid is 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:58:07.824 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T07:58:07.824 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-18T07:58:07.824 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi116': '172.21.15.116', 'mon.smithi142': '172.21.15.142'} 2024-01-18T07:58:07.824 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T07:58:07.824 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-01-18T07:58:07.842 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2024-01-18T07:58:07.857 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0)... 2024-01-18T07:58:07.857 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.039 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 07:58 /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.040 DEBUG:teuthology.orchestra.run.smithi142:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.192 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 18 07:58 /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.193 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.203 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T07:58:08.218 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-01-18T07:58:08.262 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /etc/ceph 2024-01-18T07:58:08.279 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-01-18T07:58:08.320 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 777 /etc/ceph 2024-01-18T07:58:08.338 INFO:tasks.cephadm:Writing seed config... 2024-01-18T07:58:08.339 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T07:58:08.339 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T07:58:08.339 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T07:58:08.340 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T07:58:08.340 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T07:58:08.340 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T07:58:08.340 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T07:58:08.340 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-18T07:58:08.340 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T07:58:08.340 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T07:58:08.369 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 = 5118d57a-b5d7-11ee-95ae-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-18T07:58:08.370 DEBUG:teuthology.orchestra.run.smithi116:mon.smithi116> sudo journalctl -f -n 0 -u ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service 2024-01-18T07:58:08.412 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T07:58:08.413 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -v bootstrap --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.116 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:58:08.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-18T07:58:08.816 INFO:teuthology.orchestra.run.smithi116.stderr:-------------------------------------------------------------------------------- 2024-01-18T07:58:08.816 INFO:teuthology.orchestra.run.smithi116.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0', '-v', 'bootstrap', '--fsid', '5118d57a-b5d7-11ee-95ae-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.116', '--skip-admin-label'] 2024-01-18T07:58:08.816 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying podman|docker is present... 2024-01-18T07:58:08.816 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying lvm2 is present... 2024-01-18T07:58:08.816 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying time synchronization is in place... 2024-01-18T07:58:08.824 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:58:08.833 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.840 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T07:58:08.846 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.852 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: masked 2024-01-18T07:58:08.857 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.865 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T07:58:08.871 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.878 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2024-01-18T07:58:08.885 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2024-01-18T07:58:08.886 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2024-01-18T07:58:08.886 INFO:teuthology.orchestra.run.smithi116.stderr:Repeating the final host check... 2024-01-18T07:58:08.886 INFO:teuthology.orchestra.run.smithi116.stderr:docker (/usr/bin/docker) is present 2024-01-18T07:58:08.886 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl is present 2024-01-18T07:58:08.886 INFO:teuthology.orchestra.run.smithi116.stderr:lvcreate is present 2024-01-18T07:58:08.893 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T07:58:08.899 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.905 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-18T07:58:08.913 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.920 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: masked 2024-01-18T07:58:08.926 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.933 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-18T07:58:08.940 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: inactive 2024-01-18T07:58:08.947 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: enabled 2024-01-18T07:58:08.954 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: active 2024-01-18T07:58:08.955 INFO:teuthology.orchestra.run.smithi116.stderr:Unit ntp.service is enabled and running 2024-01-18T07:58:08.955 INFO:teuthology.orchestra.run.smithi116.stderr:Host looks OK 2024-01-18T07:58:08.955 INFO:teuthology.orchestra.run.smithi116.stderr:Cluster fsid: 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:58:08.955 INFO:teuthology.orchestra.run.smithi116.stderr:Acquiring lock 139632140249504 on /run/cephadm/5118d57a-b5d7-11ee-95ae-87774f69a715.lock 2024-01-18T07:58:08.955 INFO:teuthology.orchestra.run.smithi116.stderr:Lock 139632140249504 acquired on /run/cephadm/5118d57a-b5d7-11ee-95ae-87774f69a715.lock 2024-01-18T07:58:08.956 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 3300 ... 2024-01-18T07:58:08.956 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying IP 172.21.15.116 port 6789 ... 2024-01-18T07:58:08.956 INFO:teuthology.orchestra.run.smithi116.stderr:Base mon IP(s) is [172.21.15.116:3300, 172.21.15.116:6789], mon addrv is [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2024-01-18T07:58:08.963 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-18T07:58:08.963 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2024-01-18T07:58:08.963 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T07:58:08.963 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 2024-01-18T07:58:08.963 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.116 metric 100 2024-01-18T07:58:08.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-18T07:58:08.967 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-18T07:58:08.968 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1734sec pref medium 2024-01-18T07:58:08.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-18T07:58:08.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2024-01-18T07:58:08.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:58:08.972 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-18T07:58:08.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe8f:3f67/64 scope link 2024-01-18T07:58:08.973 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2024-01-18T07:58:08.974 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2024-01-18T07:58:08.974 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.0.0/20` 2024-01-18T07:58:08.974 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.15.254/32` 2024-01-18T07:58:08.974 INFO:teuthology.orchestra.run.smithi116.stderr:Mon IP `172.21.15.116` is in CIDR network `172.21.15.254/32` 2024-01-18T07:58:08.974 INFO:teuthology.orchestra.run.smithi116.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-18T07:58:08.975 INFO:teuthology.orchestra.run.smithi116.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-18T07:58:08.976 INFO:teuthology.orchestra.run.smithi116.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0... 2024-01-18T07:58:09.299 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0: Pulling from ceph-ci/ceph 2024-01-18T07:58:09.305 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 5e626d36ac4f: Pulling fs layer 2024-01-18T07:58:09.305 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ecb73f1b33ca: Pulling fs layer 2024-01-18T07:58:14.514 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 5e626d36ac4f: Verifying Checksum 2024-01-18T07:58:14.514 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 5e626d36ac4f: Download complete 2024-01-18T07:58:18.186 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: 5e626d36ac4f: Pull complete 2024-01-18T07:58:28.170 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ecb73f1b33ca: Verifying Checksum 2024-01-18T07:58:28.170 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ecb73f1b33ca: Download complete 2024-01-18T07:58:40.152 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: ecb73f1b33ca: Pull complete 2024-01-18T07:58:40.251 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Digest: sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069 2024-01-18T07:58:40.303 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:58:40.326 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T07:58:52.773 INFO:teuthology.orchestra.run.smithi116.stderr:ceph: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:58:53.341 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph version: ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable) 2024-01-18T07:58:53.341 INFO:teuthology.orchestra.run.smithi116.stderr:Extracting ceph user uid/gid from container image... 2024-01-18T07:58:54.055 INFO:teuthology.orchestra.run.smithi116.stderr:stat: 167 167 2024-01-18T07:58:54.668 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial keys... 2024-01-18T07:58:55.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQA/2qhlygRrGBAAPEeLUU9/GGJugew4qxBCbA== 2024-01-18T07:58:56.782 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQBA2qhlaW1pLhAAaJ2LC92yRCEpEWGbGILsdw== 2024-01-18T07:58:58.060 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-authtool: AQBC2qhlTkVnAxAAdtptvVuggEws+p+hoBHbvw== 2024-01-18T07:58:58.625 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial monmap... 2024-01-18T07:58:59.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:58:59.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:58:59.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:59:00.044 INFO:teuthology.orchestra.run.smithi116.stderr:monmaptool for smithi116 [v2:172.21.15.116:3300,v1:172.21.15.116:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T07:59:00.045 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: set fsid to 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:00.045 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T07:59:00.045 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T07:59:00.045 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mon... 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 1 imported monmap: 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: last_changed 2024-01-18T07:58:59.397817+0000 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: created 2024-01-18T07:58:59.397817+0000 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon.smithi116 2024-01-18T07:59:00.798 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 0 /usr/bin/ceph-mon: set fsid to 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: DB SUMMARY 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 0, files: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.create_if_missing: 1 2024-01-18T07:59:00.799 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:59:00.800 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.env: 0x5647477c3080 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.info_log: 0x564748509380 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:59:00.823 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:59:00.824 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.write_buffer_manager: 0x56474850f980 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:59:00.825 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.row_cache: None 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:59:00.826 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:59:00.827 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:59:00.828 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.787+0000 7fb52b550880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.merge_operator: 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:59:00.829 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56474841dd30) 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache: 0x564748454d10 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-18T07:59:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:59:00.831 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:59:00.832 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:59:00.833 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:59:00.834 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:59:00.835 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:59:00.836 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb52b550880 4 rocksdb: DB pointer 0x56474851d800 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb5143c4700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.791+0000 7fb5143c4700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T07:59:00.837 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:00.838 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-18T07:59:00.839 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: 2024-01-18T07:59:00.840 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.795+0000 7fb52b550880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-18T07:59:00.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.795+0000 7fb52b550880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-18T07:59:00.841 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph-mon: debug 2024-01-18T07:59:00.795+0000 7fb52b550880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi116 for mon.smithi116 2024-01-18T07:59:01.367 INFO:teuthology.orchestra.run.smithi116.stderr:create mon.smithi116 on 2024-01-18T07:59:01.599 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-18T07:59:01.813 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target. 2024-01-18T07:59:01.813 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target -> /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target. 2024-01-18T07:59:02.244 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service: Unit ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service not loaded. 2024-01-18T07:59:02.251 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target.wants/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service -> /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@.service. 2024-01-18T07:59:02.463 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2024-01-18T07:59:02.463 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:59:02.463 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon to start... 2024-01-18T07:59:02.463 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mon... 2024-01-18T07:59:02.486 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:02 smithi116 systemd[1]: Started Ceph mon.smithi116 for 5118d57a-b5d7-11ee-95ae-87774f69a715. 2024-01-18T07:59:03.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:03 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.700650+0000 mon.smithi116 (mon.0) 0 : [INF] mkfs 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:03.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:03 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.682811+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: cluster: 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: id: 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: services: 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi116 (age 0.364409s) 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-18T07:59:04.065 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: data: 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: pgs: 2024-01-18T07:59:04.066 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:04.660 INFO:teuthology.orchestra.run.smithi116.stderr:mon is available 2024-01-18T07:59:04.660 INFO:teuthology.orchestra.run.smithi116.stderr:Assimilating anything we can from ceph.conf... 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.695870+0000 mon.smithi116 (mon.0) 2 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.697910+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.707070+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.717683+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: cluster 2024-01-18T07:59:03.719463+0000 mon.smithi116 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:59:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:04 smithi116 bash[13490]: audit 2024-01-18T07:59:04.060177+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/217062318' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.116:3300,v1:172.21.15.116:6789] 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:59:05.718 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:59:05.719 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:05.719 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:59:05.719 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:59:05.720 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:05.720 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:59:05.720 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:59:05.720 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:59:06.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:05 smithi116 bash[13490]: audit 2024-01-18T07:59:05.707827+0000 mon.smithi116 (mon.0) 8 : audit [INF] from='client.? 172.21.15.116:0/1345605628' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:59:06.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:05 smithi116 bash[13490]: audit 2024-01-18T07:59:05.713589+0000 mon.smithi116 (mon.0) 9 : audit [INF] from='client.? 172.21.15.116:0/1345605628' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T07:59:06.332 INFO:teuthology.orchestra.run.smithi116.stderr:Generating new minimal ceph.conf... 2024-01-18T07:59:07.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:07 smithi116 bash[13490]: audit 2024-01-18T07:59:07.300949+0000 mon.smithi116 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.116:0/3704440880' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:07.907 INFO:teuthology.orchestra.run.smithi116.stderr:Restarting the monitor... 2024-01-18T07:59:08.196 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:07 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 5118d57a-b5d7-11ee-95ae-87774f69a715... 2024-01-18T07:59:08.196 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:07 smithi116 bash[13877]: Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-mon.smithi116 2024-01-18T07:59:08.196 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 bash[13490]: debug 2024-01-18T07:59:08.090+0000 7f9fd0149700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T07:59:08.196 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 bash[13490]: debug 2024-01-18T07:59:08.090+0000 7f9fd0149700 -1 mon.smithi116@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T07:59:08.712 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 bash[13914]: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-mon-smithi116 2024-01-18T07:59:08.736 INFO:teuthology.orchestra.run.smithi116.stderr:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2024-01-18T07:59:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 bash[13977]: Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-mon-smithi116 2024-01-18T07:59:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 systemd[1]: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service: Succeeded. 2024-01-18T07:59:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 systemd[1]: Stopped Ceph mon.smithi116 for 5118d57a-b5d7-11ee-95ae-87774f69a715. 2024-01-18T07:59:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:08 smithi116 systemd[1]: Started Ceph mon.smithi116 for 5118d57a-b5d7-11ee-95ae-87774f69a715. 2024-01-18T07:59:10.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.862+0000 7f363c29d880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.862+0000 7f363c29d880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.862+0000 7f363c29d880 0 pidfile_write: ignore empty --pid-file 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 0 load: jerasure load: lrc load: isa 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: DB SUMMARY 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T07:59:10.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 000006.log size: 86559 ; 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.env: 0x55f1553c3080 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.fs: Posix File System 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.info_log: 0x55f157516520 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.statistics: (nil) 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.use_fsync: 0 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T07:59:10.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T07:59:10.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.db_log_dir: 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T07:59:10.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.write_buffer_manager: 0x55f15820a420 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T07:59:10.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.unordered_write: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.row_cache: None 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.wal_filter: None 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T07:59:10.054 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T07:59:10.055 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.max_open_files: -1 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Compression algorithms supported: 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kZSTD supported: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T07:59:10.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.866+0000 7f363c29d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.merge_operator: 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_filter: None 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f1574b9d28) 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cache_index_and_filter_blocks: 1 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T07:59:10.057 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: pin_top_level_index_and_filter: 1 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: index_type: 0 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: data_block_index_type: 0 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: index_shortening: 1 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: hash_index_allow_collision: 1 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: checksum: 1 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: no_block_cache: 0 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_cache: 0x55f1574f0f10 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_cache_name: BinnedLRUCache 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_cache_options: 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: capacity : 536870912 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: num_shard_bits : 4 2024-01-18T07:59:10.058 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: strict_capacity_limit : 0 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: high_pri_pool_ratio: 0.000 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_cache_compressed: (nil) 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: persistent_cache: (nil) 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_size: 4096 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_size_deviation: 10 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_restart_interval: 16 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: index_block_restart_interval: 1 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: metadata_block_size: 4096 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: partition_filters: 0 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: use_delta_encoding: 1 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: whole_key_filtering: 1 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: verify_compression: 0 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: read_amp_bytes_per_bit: 0 2024-01-18T07:59:10.059 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: format_version: 2 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: enable_index_compression: 1 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: block_align: 0 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression: NoCompression 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.num_levels: 7 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T07:59:10.060 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T07:59:10.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T07:59:10.062 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T07:59:10.063 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T07:59:10.064 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.ttl: 2592000 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564749876048, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564749877122, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83432, "table_properties": {"data_size": 81699, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76211, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705564749, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-18T07:59:10.065 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705564749877562, "job": 1, "event": "recovery_finished"} 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f363c29d880 4 rocksdb: DB pointer 0x55f1575b9800 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f3623090700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.870+0000 7f3623090700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** DB Stats ** 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** Compaction Stats [default] ** 2024-01-18T07:59:10.066 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** Compaction Stats [default] ** 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:59:10.067 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Cumulative compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Interval compaction: 0.00 GB write, 22.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** Compaction Stats [default] ** 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** Compaction Stats [default] ** 2024-01-18T07:59:10.068 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 115.3 0.00 0.00 1 0.001 0 0 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Cumulative compaction: 0.00 GB write, 22.23 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 starting mon.smithi116 rank 0 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi116 fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 1 mon.smithi116@-1(???) e1 preinit fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:10.069 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).mds e1 new map 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).mds e1 print_map 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: e1 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: legacy client fscid: -1 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: No filesystems configured 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 0 mon.smithi116@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: audit 2024-01-18T07:59:07.300949+0000 mon.smithi116 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.116:0/3704440880' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T07:59:10.070 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: debug 2024-01-18T07:59:09.874+0000 7f363c29d880 1 mon.smithi116@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T07:59:10.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cluster 2024-01-18T07:59:09.907325+0000 mon.smithi116 (mon.0) 1 : cluster [INF] mon.smithi116 is new leader, mons smithi116 in quorum (ranks 0) 2024-01-18T07:59:10.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cluster 2024-01-18T07:59:09.907396+0000 mon.smithi116 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-18T07:59:10.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cluster 2024-01-18T07:59:09.907818+0000 mon.smithi116 (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T07:59:10.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cluster 2024-01-18T07:59:09.907859+0000 mon.smithi116 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T07:59:10.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:09 smithi116 bash[14016]: cluster 2024-01-18T07:59:09.908303+0000 mon.smithi116 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T07:59:10.726 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-18T07:59:10.727 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T07:59:10.727 INFO:teuthology.orchestra.run.smithi116.stderr:Creating mgr... 2024-01-18T07:59:10.727 INFO:teuthology.orchestra.run.smithi116.stderr:Verifying port 9283 ... 2024-01-18T07:59:10.955 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Failed to reset failed state of unit ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mgr.smithi116.xagkwr.service: Unit ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mgr.smithi116.xagkwr.service not loaded. 2024-01-18T07:59:10.963 INFO:teuthology.orchestra.run.smithi116.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715.target.wants/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mgr.smithi116.xagkwr.service -> /etc/systemd/system/ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@.service. 2024-01-18T07:59:11.175 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2024-01-18T07:59:11.175 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to enable service . firewalld.service is not available 2024-01-18T07:59:11.175 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2024-01-18T07:59:11.175 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-18T07:59:11.175 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr to start... 2024-01-18T07:59:11.176 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr... 2024-01-18T07:59:11.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:11 smithi116 bash[14016]: audit 2024-01-18T07:59:10.109474+0000 mon.smithi116 (mon.0) 6 : audit [INF] from='client.? 172.21.15.116:0/715348242' entity='client.admin' 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "5118d57a-b5d7-11ee-95ae-87774f69a715", 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:59:12.604 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:59:12.605 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:59:12.606 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:59:12.609 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:59:12.609 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.609 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:59:12.609 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:59:12.610 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:59:03.701366+0000", 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:59:12.611 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T07:59:12.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:12 smithi116 bash[14016]: audit 2024-01-18T07:59:12.597834+0000 mon.smithi116 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.116:0/3161577060' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:59:13.216 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (1/15)... 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "5118d57a-b5d7-11ee-95ae-87774f69a715", 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.411 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:59:16.412 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:59:16.413 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:59:16.417 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:59:16.417 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.417 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:59:16.417 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:16.418 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": false, 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:16.419 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:59:03.701366+0000", 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:59:16.420 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T07:59:16.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:16 smithi116 bash[14016]: audit 2024-01-18T07:59:16.404396+0000 mon.smithi116 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.116:0/398018377' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:59:16.977 INFO:teuthology.orchestra.run.smithi116.stderr:mgr not available, waiting (2/15)... 2024-01-18T07:59:19.007 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: cluster 2024-01-18T07:59:18.769007+0000 mon.smithi116 (mon.0) 9 : cluster [INF] Activating manager daemon smithi116.xagkwr 2024-01-18T07:59:19.007 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: cluster 2024-01-18T07:59:18.775548+0000 mon.smithi116 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi116.xagkwr(active, starting, since 0.0067746s) 2024-01-18T07:59:19.007 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: audit 2024-01-18T07:59:18.777365+0000 mon.smithi116 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:59:19.008 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: audit 2024-01-18T07:59:18.777813+0000 mon.smithi116 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:59:19.008 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: audit 2024-01-18T07:59:18.778102+0000 mon.smithi116 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:59:19.008 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: audit 2024-01-18T07:59:18.778446+0000 mon.smithi116 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T07:59:19.008 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: audit 2024-01-18T07:59:18.778773+0000 mon.smithi116 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi116.xagkwr", "id": "smithi116.xagkwr"}]: dispatch 2024-01-18T07:59:19.008 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:18 smithi116 bash[14016]: cluster 2024-01-18T07:59:18.807096+0000 mon.smithi116 (mon.0) 16 : cluster [INF] Manager daemon smithi116.xagkwr is now available 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: audit 2024-01-18T07:59:18.827666+0000 mon.smithi116 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: audit 2024-01-18T07:59:18.835200+0000 mon.smithi116 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: audit 2024-01-18T07:59:18.838304+0000 mon.smithi116 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/trash_purge_schedule"}]: dispatch 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: audit 2024-01-18T07:59:18.842479+0000 mon.smithi116 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: audit 2024-01-18T07:59:18.845945+0000 mon.smithi116 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.116:0/1508067066' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:19 smithi116 bash[14016]: cluster 2024-01-18T07:59:19.780291+0000 mon.smithi116 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi116.xagkwr(active, since 1.01152s) 2024-01-18T07:59:20.396 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:20.396 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T07:59:20.397 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsid": "5118d57a-b5d7-11ee-95ae-87774f69a715", 2024-01-18T07:59:20.397 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "health": { 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "checks": {}, 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mutes": [] 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum": [ 2024-01-18T07:59:20.398 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 0 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "smithi116" 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "monmap": { 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-18T07:59:20.400 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osdmap": { 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-18T07:59:20.401 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-18T07:59:20.404 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-18T07:59:20.404 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgmap": { 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "fsmap": { 2024-01-18T07:59:20.405 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modules": [ 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "iostat", 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "nfs", 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "restful" 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ], 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.406 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "servicemap": { 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "modified": "2024-01-18T07:59:03.701366+0000", 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "services": {} 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: }, 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-18T07:59:20.407 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T07:59:21.015 INFO:teuthology.orchestra.run.smithi116.stderr:mgr is available 2024-01-18T07:59:21.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:20 smithi116 bash[14016]: audit 2024-01-18T07:59:20.392472+0000 mon.smithi116 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.116:0/4124402904' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T07:59:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:21 smithi116 bash[14016]: cluster 2024-01-18T07:59:20.889050+0000 mon.smithi116 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi116.xagkwr(active, since 2s) 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [global] 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: fsid = 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [mgr] 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 2024-01-18T07:59:22.271 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: [osd] 2024-01-18T07:59:22.272 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-18T07:59:22.272 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-18T07:59:22.929 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling cephadm module... 2024-01-18T07:59:23.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:22 smithi116 bash[14016]: audit 2024-01-18T07:59:22.265043+0000 mon.smithi116 (mon.0) 25 : audit [INF] from='client.? 172.21.15.116:0/1097705100' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T07:59:24.722 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:24 smithi116 bash[14016]: audit 2024-01-18T07:59:24.364611+0000 mon.smithi116 (mon.0) 26 : audit [INF] from='client.? 172.21.15.116:0/1858961513' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T07:59:25.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:25 smithi116 bash[14016]: audit 2024-01-18T07:59:24.421320+0000 mon.smithi116 (mon.0) 27 : audit [INF] from='client.? 172.21.15.116:0/1858961513' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T07:59:25.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:25 smithi116 bash[14016]: cluster 2024-01-18T07:59:24.421447+0000 mon.smithi116 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi116.xagkwr(active, since 5s) 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.xagkwr", 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T07:59:26.465 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T07:59:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:26 smithi116 bash[14016]: audit 2024-01-18T07:59:26.460993+0000 mon.smithi116 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.116:0/3196182549' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T07:59:27.112 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2024-01-18T07:59:27.113 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 5... 2024-01-18T07:59:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: cluster 2024-01-18T07:59:31.092889+0000 mon.smithi116 (mon.0) 30 : cluster [INF] Active manager daemon smithi116.xagkwr restarted 2024-01-18T07:59:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: cluster 2024-01-18T07:59:31.093334+0000 mon.smithi116 (mon.0) 31 : cluster [INF] Activating manager daemon smithi116.xagkwr 2024-01-18T07:59:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: cluster 2024-01-18T07:59:31.099693+0000 mon.smithi116 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T07:59:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: cluster 2024-01-18T07:59:31.100014+0000 mon.smithi116 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi116.xagkwr(active, starting, since 0.00683092s) 2024-01-18T07:59:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: audit 2024-01-18T07:59:31.101676+0000 mon.smithi116 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T07:59:31.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: audit 2024-01-18T07:59:31.102981+0000 mon.smithi116 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi116.xagkwr", "id": "smithi116.xagkwr"}]: dispatch 2024-01-18T07:59:31.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: audit 2024-01-18T07:59:31.103849+0000 mon.smithi116 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T07:59:31.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: audit 2024-01-18T07:59:31.104056+0000 mon.smithi116 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T07:59:31.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: audit 2024-01-18T07:59:31.104234+0000 mon.smithi116 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T07:59:31.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:31 smithi116 bash[14016]: cluster 2024-01-18T07:59:31.126795+0000 mon.smithi116 (mon.0) 39 : cluster [INF] Manager daemon smithi116.xagkwr is now available 2024-01-18T07:59:32.121 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T07:59:32.121 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-18T07:59:32.121 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T07:59:32.121 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T07:59:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: cephadm 2024-01-18T07:59:31.142931+0000 mgr.smithi116.xagkwr (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T07:59:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.148402+0000 mon.smithi116 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.271885+0000 mon.smithi116 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.273554+0000 mon.smithi116 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:32.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.276941+0000 mon.smithi116 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:32.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.281826+0000 mon.smithi116 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:32.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.305917+0000 mon.smithi116 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/mirror_snapshot_schedule"}]: dispatch 2024-01-18T07:59:32.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: audit 2024-01-18T07:59:31.310243+0000 mon.smithi116 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/trash_purge_schedule"}]: dispatch 2024-01-18T07:59:32.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:32 smithi116 bash[14016]: cluster 2024-01-18T07:59:32.104114+0000 mon.smithi116 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi116.xagkwr(active, since 1.01091s) 2024-01-18T07:59:32.771 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 5 is available 2024-01-18T07:59:32.771 INFO:teuthology.orchestra.run.smithi116.stderr:Setting orchestrator backend to cephadm... 2024-01-18T07:59:33.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:33 smithi116 bash[14016]: audit 2024-01-18T07:59:32.102673+0000 mgr.smithi116.xagkwr (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T07:59:33.428 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:33 smithi116 bash[14016]: audit 2024-01-18T07:59:32.117296+0000 mgr.smithi116.xagkwr (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T07:59:34.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:34 smithi116 bash[14016]: cluster 2024-01-18T07:59:33.156259+0000 mon.smithi116 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi116.xagkwr(active, since 2s) 2024-01-18T07:59:34.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:34 smithi116 bash[14016]: audit 2024-01-18T07:59:34.031482+0000 mon.smithi116 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:34.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:34 smithi116 bash[14016]: audit 2024-01-18T07:59:34.063747+0000 mon.smithi116 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:35.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:35 smithi116 bash[14016]: audit 2024-01-18T07:59:34.022230+0000 mgr.smithi116.xagkwr (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:35.880 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: value unchanged 2024-01-18T07:59:36.497 INFO:teuthology.orchestra.run.smithi116.stderr:Generating ssh key... 2024-01-18T07:59:36.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:36 smithi116 bash[14016]: audit 2024-01-18T07:59:35.876239+0000 mgr.smithi116.xagkwr (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:39.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:38 smithi116 bash[14016]: audit 2024-01-18T07:59:37.701197+0000 mgr.smithi116.xagkwr (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:39.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:38 smithi116 bash[14016]: cephadm 2024-01-18T07:59:37.701637+0000 mgr.smithi116.xagkwr (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-18T07:59:39.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:38 smithi116 bash[14016]: audit 2024-01-18T07:59:37.805640+0000 mon.smithi116 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:39.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:38 smithi116 bash[14016]: audit 2024-01-18T07:59:37.809585+0000 mon.smithi116 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:39.776 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDl0nBXr51mS9Bj1WgwRihEMkrH31XG41WyzwgBNcMLPhEGqodqXPyDYb+gjNa7B+OF7m9pOLO7aj2NiW14p5bng5+yazLEX8JXS+GwxHMwyJlaVZOqL4akQaLtmg2219GTnhnV6OZ7NA2OHIn6+lREJhsCBTYKX0e0ggoIKF0sh4X6v8Na1/FdUNkDiFnI/viW1dti4n3koMR9NLM/6RhHDgfVTq6dcrMLSgGGbq0JFuOjfgxcXLoGGsb+d0IxtbLcb9c9F4jXfboU0UYt/YiL2L7OAn+KRIpAJSbuJ9Yj/r5M12rIWbo72cBaGuPoqe2qmbdLPnhSKB2hO2lor12wvuWBoPi5W2qjIAjrdMrEZqIOGU5K107dRv23xl6158kv22lbdXdtX4QifoaLACg7UtppBWTYuYSJFjSBnJx0Xv+T/aDI1U8TUyYq8gUX65IfzQB8UN3wic9VfE/ekTtnz7rPIJ2D7kEfq60ZsjuaqnCkuIunV90LxNmB82FHVQ8= ceph-5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T07:59:40.419 INFO:teuthology.orchestra.run.smithi116.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-18T07:59:40.419 INFO:teuthology.orchestra.run.smithi116.stderr:Adding key to root@localhost authorized_keys... 2024-01-18T07:59:40.420 INFO:teuthology.orchestra.run.smithi116.stderr:Adding host smithi116... 2024-01-18T07:59:41.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:40 smithi116 bash[14016]: audit 2024-01-18T07:59:39.772394+0000 mgr.smithi116.xagkwr (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:42.504 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Added host 'smithi116' with addr '172.21.15.116' 2024-01-18T07:59:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:42 smithi116 bash[14016]: audit 2024-01-18T07:59:41.651527+0000 mgr.smithi116.xagkwr (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "addr": "172.21.15.116", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:42 smithi116 bash[14016]: audit 2024-01-18T07:59:42.499591+0000 mon.smithi116 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:42 smithi116 bash[14016]: audit 2024-01-18T07:59:42.515370+0000 mon.smithi116 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T07:59:43.339 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mon service with default placement... 2024-01-18T07:59:43.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:43 smithi116 bash[14016]: cephadm 2024-01-18T07:59:42.500140+0000 mgr.smithi116.xagkwr (mgr.14116) 10 : cephadm [INF] Added host smithi116 2024-01-18T07:59:45.170 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-18T07:59:45.858 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying mgr service with default placement... 2024-01-18T07:59:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:46 smithi116 bash[14016]: audit 2024-01-18T07:59:45.158216+0000 mgr.smithi116.xagkwr (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:46 smithi116 bash[14016]: cephadm 2024-01-18T07:59:45.161246+0000 mgr.smithi116.xagkwr (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-18T07:59:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:46 smithi116 bash[14016]: audit 2024-01-18T07:59:45.166936+0000 mon.smithi116 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:46 smithi116 bash[14016]: audit 2024-01-18T07:59:45.490709+0000 mon.smithi116 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:46 smithi116 bash[14016]: audit 2024-01-18T07:59:45.732060+0000 mon.smithi116 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:47.182 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-18T07:59:47.857 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying crash service with default placement... 2024-01-18T07:59:48.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:48 smithi116 bash[14016]: audit 2024-01-18T07:59:47.171962+0000 mgr.smithi116.xagkwr (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:48 smithi116 bash[14016]: cephadm 2024-01-18T07:59:47.173214+0000 mgr.smithi116.xagkwr (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-18T07:59:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:48 smithi116 bash[14016]: audit 2024-01-18T07:59:47.178046+0000 mon.smithi116 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:49.136 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-18T07:59:49.787 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying prometheus service with default placement... 2024-01-18T07:59:50.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:50 smithi116 bash[14016]: audit 2024-01-18T07:59:49.125204+0000 mgr.smithi116.xagkwr (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:50.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:50 smithi116 bash[14016]: cephadm 2024-01-18T07:59:49.127537+0000 mgr.smithi116.xagkwr (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-18T07:59:50.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:50 smithi116 bash[14016]: audit 2024-01-18T07:59:49.132213+0000 mon.smithi116 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:51.123 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-18T07:59:51.711 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying grafana service with default placement... 2024-01-18T07:59:52.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:51 smithi116 bash[14016]: audit 2024-01-18T07:59:50.760526+0000 mon.smithi116 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:52.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:51 smithi116 bash[14016]: cluster 2024-01-18T07:59:51.105420+0000 mgr.smithi116.xagkwr (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:59:52.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:51 smithi116 bash[14016]: audit 2024-01-18T07:59:51.113194+0000 mgr.smithi116.xagkwr (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:52.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:51 smithi116 bash[14016]: cephadm 2024-01-18T07:59:51.114220+0000 mgr.smithi116.xagkwr (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-18T07:59:52.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:51 smithi116 bash[14016]: audit 2024-01-18T07:59:51.119361+0000 mon.smithi116 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:53.012 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-18T07:59:53.650 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying node-exporter service with default placement... 2024-01-18T07:59:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:54 smithi116 bash[14016]: audit 2024-01-18T07:59:53.003038+0000 mgr.smithi116.xagkwr (mgr.14116) 20 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:54 smithi116 bash[14016]: cephadm 2024-01-18T07:59:53.004830+0000 mgr.smithi116.xagkwr (mgr.14116) 21 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-18T07:59:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:54 smithi116 bash[14016]: audit 2024-01-18T07:59:53.008271+0000 mon.smithi116 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:54 smithi116 bash[14016]: cluster 2024-01-18T07:59:53.105839+0000 mgr.smithi116.xagkwr (mgr.14116) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:59:54.911 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-18T07:59:55.840 INFO:teuthology.orchestra.run.smithi116.stderr:Deploying alertmanager service with default placement... 2024-01-18T07:59:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:55 smithi116 bash[14016]: audit 2024-01-18T07:59:54.903634+0000 mgr.smithi116.xagkwr (mgr.14116) 23 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:55 smithi116 bash[14016]: cephadm 2024-01-18T07:59:54.905182+0000 mgr.smithi116.xagkwr (mgr.14116) 24 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-18T07:59:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:55 smithi116 bash[14016]: audit 2024-01-18T07:59:54.908087+0000 mon.smithi116 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:55 smithi116 bash[14016]: cluster 2024-01-18T07:59:55.106239+0000 mgr.smithi116.xagkwr (mgr.14116) 25 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:59:57.859 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-18T07:59:58.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:58 smithi116 bash[14016]: cluster 2024-01-18T07:59:57.106650+0000 mgr.smithi116.xagkwr (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T07:59:58.538 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:58 smithi116 bash[14016]: audit 2024-01-18T07:59:57.855517+0000 mon.smithi116 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.116:0/3544581922' entity='mgr.smithi116.xagkwr' 2024-01-18T07:59:59.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:59 smithi116 bash[14016]: audit 2024-01-18T07:59:57.848538+0000 mgr.smithi116.xagkwr (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T07:59:59.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 07:59:59 smithi116 bash[14016]: cephadm 2024-01-18T07:59:57.850767+0000 mgr.smithi116.xagkwr (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-18T08:00:00.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:00 smithi116 bash[14016]: cluster 2024-01-18T07:59:59.107097+0000 mgr.smithi116.xagkwr (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:00.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:00 smithi116 bash[14016]: audit 2024-01-18T07:59:59.832577+0000 mon.smithi116 (mon.0) 65 : audit [INF] from='client.? 172.21.15.116:0/2814729531' entity='client.admin' 2024-01-18T08:00:02.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:02 smithi116 bash[14016]: cluster 2024-01-18T08:00:01.107487+0000 mgr.smithi116.xagkwr (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:02.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:02 smithi116 bash[14016]: audit 2024-01-18T08:00:01.827078+0000 mon.smithi116 (mon.0) 66 : audit [INF] from='client.? 172.21.15.116:0/1538560181' entity='client.admin' 2024-01-18T08:00:02.425 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling the dashboard module... 2024-01-18T08:00:04.494 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:04 smithi116 bash[14016]: cluster 2024-01-18T08:00:03.107957+0000 mgr.smithi116.xagkwr (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:04.495 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:04 smithi116 bash[14016]: audit 2024-01-18T08:00:03.927908+0000 mon.smithi116 (mon.0) 67 : audit [INF] from='client.? 172.21.15.116:0/4052665359' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T08:00:05.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:05 smithi116 bash[14016]: audit 2024-01-18T08:00:04.180283+0000 mon.smithi116 (mon.0) 68 : audit [INF] from='client.? 172.21.15.116:0/4052665359' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T08:00:05.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:05 smithi116 bash[14016]: cluster 2024-01-18T08:00:04.180447+0000 mon.smithi116 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi116.xagkwr(active, since 33s) 2024-01-18T08:00:06.283 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T08:00:06.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-18T08:00:06.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "available": true, 2024-01-18T08:00:06.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "active_name": "smithi116.xagkwr", 2024-01-18T08:00:06.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-18T08:00:06.284 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T08:00:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:06 smithi116 bash[14016]: audit 2024-01-18T08:00:06.279366+0000 mon.smithi116 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.116:0/836280876' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-18T08:00:06.929 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for the mgr to restart... 2024-01-18T08:00:06.929 INFO:teuthology.orchestra.run.smithi116.stderr:Waiting for mgr epoch 9... 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: cluster 2024-01-18T08:00:10.789263+0000 mon.smithi116 (mon.0) 71 : cluster [INF] Active manager daemon smithi116.xagkwr restarted 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: cluster 2024-01-18T08:00:10.789677+0000 mon.smithi116 (mon.0) 72 : cluster [INF] Activating manager daemon smithi116.xagkwr 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: cluster 2024-01-18T08:00:10.798194+0000 mon.smithi116 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: cluster 2024-01-18T08:00:10.798415+0000 mon.smithi116 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi116.xagkwr(active, starting, since 0.00889822s) 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: audit 2024-01-18T08:00:10.799571+0000 mon.smithi116 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: audit 2024-01-18T08:00:10.800795+0000 mon.smithi116 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi116.xagkwr", "id": "smithi116.xagkwr"}]: dispatch 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: audit 2024-01-18T08:00:10.801735+0000 mon.smithi116 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: audit 2024-01-18T08:00:10.802001+0000 mon.smithi116 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: audit 2024-01-18T08:00:10.802173+0000 mon.smithi116 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:00:11.029 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:10 smithi116 bash[14016]: cluster 2024-01-18T08:00:10.831172+0000 mon.smithi116 (mon.0) 80 : cluster [INF] Manager daemon smithi116.xagkwr is now available 2024-01-18T08:00:11.816 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: { 2024-01-18T08:00:11.817 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-18T08:00:11.817 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: "initialized": true 2024-01-18T08:00:11.817 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: } 2024-01-18T08:00:12.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:11 smithi116 bash[14016]: audit 2024-01-18T08:00:10.971181+0000 mon.smithi116 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:00:12.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:11 smithi116 bash[14016]: audit 2024-01-18T08:00:10.974383+0000 mon.smithi116 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:00:12.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:11 smithi116 bash[14016]: audit 2024-01-18T08:00:11.018044+0000 mon.smithi116 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:00:12.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:11 smithi116 bash[14016]: audit 2024-01-18T08:00:11.023964+0000 mon.smithi116 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/trash_purge_schedule"}]: dispatch 2024-01-18T08:00:12.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:11 smithi116 bash[14016]: cluster 2024-01-18T08:00:11.800403+0000 mon.smithi116 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi116.xagkwr(active, since 1.01088s) 2024-01-18T08:00:12.530 INFO:teuthology.orchestra.run.smithi116.stderr:mgr epoch 9 is available 2024-01-18T08:00:12.531 INFO:teuthology.orchestra.run.smithi116.stderr:Generating a dashboard self-signed certificate... 2024-01-18T08:00:13.216 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:12 smithi116 bash[14016]: audit 2024-01-18T08:00:11.799246+0000 mgr.smithi116.xagkwr (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-18T08:00:13.216 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:12 smithi116 bash[14016]: audit 2024-01-18T08:00:11.812562+0000 mgr.smithi116.xagkwr (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-18T08:00:14.015 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-18T08:00:14.238 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:13 smithi116 bash[14016]: cluster 2024-01-18T08:00:12.907549+0000 mon.smithi116 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi116.xagkwr(active, since 2s) 2024-01-18T08:00:14.705 INFO:teuthology.orchestra.run.smithi116.stderr:Creating initial admin user... 2024-01-18T08:00:15.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:15 smithi116 bash[14016]: audit 2024-01-18T08:00:13.800468+0000 mgr.smithi116.xagkwr (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:00:15.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:15 smithi116 bash[14016]: audit 2024-01-18T08:00:14.006580+0000 mon.smithi116 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:15.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:15 smithi116 bash[14016]: audit 2024-01-18T08:00:14.011227+0000 mon.smithi116 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:16.281 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$WDwUpcA7MpaXmjpVRu1LNe5Q98V1r0dhsIDoJtTcuHc.622zynrDm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705564816, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T08:00:16.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:16 smithi116 bash[14016]: audit 2024-01-18T08:00:16.033462+0000 mgr.smithi116.xagkwr (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:00:16.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:16 smithi116 bash[14016]: audit 2024-01-18T08:00:16.276786+0000 mon.smithi116 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:16.953 INFO:teuthology.orchestra.run.smithi116.stderr:Fetching dashboard port number... 2024-01-18T08:00:18.273 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: 8443 2024-01-18T08:00:18.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:18 smithi116 bash[14016]: cluster 2024-01-18T08:00:17.292647+0000 mon.smithi116 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi116.xagkwr(active, since 6s) 2024-01-18T08:00:18.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:18 smithi116 bash[14016]: audit 2024-01-18T08:00:17.704672+0000 mon.smithi116 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:18.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:18 smithi116 bash[14016]: audit 2024-01-18T08:00:18.268995+0000 mon.smithi116 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.116:0/3741385733' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T08:00:18.893 INFO:teuthology.orchestra.run.smithi116.stderr:firewalld does not appear to be present 2024-01-18T08:00:18.893 INFO:teuthology.orchestra.run.smithi116.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr:Ceph Dashboard is now available at: 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr: URL: https://smithi116.front.sepia.ceph.com:8443/ 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr: User: admin 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr: Password: img0v6ysso 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:18.897 INFO:teuthology.orchestra.run.smithi116.stderr:Enabling autotune for osd_memory_target 2024-01-18T08:00:22.161 INFO:teuthology.orchestra.run.smithi116.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-18T08:00:23.100 INFO:teuthology.orchestra.run.smithi116.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-18T08:00:23.100 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.100 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:00:23.100 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr:Or, if you are only running a single cluster on this host: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: ceph telemetry on 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr:For more information see: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:00:23.101 INFO:teuthology.orchestra.run.smithi116.stderr:Bootstrap complete. 2024-01-18T08:00:23.134 INFO:tasks.cephadm:Fetching config... 2024-01-18T08:00:23.134 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:00:23.134 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T08:00:23.141 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T08:00:23.141 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:00:23.141 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T08:00:23.192 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T08:00:23.192 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:00:23.192 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/keyring of=/dev/stdout 2024-01-18T08:00:23.239 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:23 smithi116 bash[14016]: audit 2024-01-18T08:00:22.154417+0000 mon.smithi116 (mon.0) 93 : audit [INF] from='client.? 172.21.15.116:0/969436102' entity='client.admin' 2024-01-18T08:00:23.242 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T08:00:23.242 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:00:23.242 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T08:00:23.292 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T08:00:23.292 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDl0nBXr51mS9Bj1WgwRihEMkrH31XG41WyzwgBNcMLPhEGqodqXPyDYb+gjNa7B+OF7m9pOLO7aj2NiW14p5bng5+yazLEX8JXS+GwxHMwyJlaVZOqL4akQaLtmg2219GTnhnV6OZ7NA2OHIn6+lREJhsCBTYKX0e0ggoIKF0sh4X6v8Na1/FdUNkDiFnI/viW1dti4n3koMR9NLM/6RhHDgfVTq6dcrMLSgGGbq0JFuOjfgxcXLoGGsb+d0IxtbLcb9c9F4jXfboU0UYt/YiL2L7OAn+KRIpAJSbuJ9Yj/r5M12rIWbo72cBaGuPoqe2qmbdLPnhSKB2hO2lor12wvuWBoPi5W2qjIAjrdMrEZqIOGU5K107dRv23xl6158kv22lbdXdtX4QifoaLACg7UtppBWTYuYSJFjSBnJx0Xv+T/aDI1U8TUyYq8gUX65IfzQB8UN3wic9VfE/ekTtnz7rPIJ2D7kEfq60ZsjuaqnCkuIunV90LxNmB82FHVQ8= ceph-5118d57a-b5d7-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T08:00:23.352 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDl0nBXr51mS9Bj1WgwRihEMkrH31XG41WyzwgBNcMLPhEGqodqXPyDYb+gjNa7B+OF7m9pOLO7aj2NiW14p5bng5+yazLEX8JXS+GwxHMwyJlaVZOqL4akQaLtmg2219GTnhnV6OZ7NA2OHIn6+lREJhsCBTYKX0e0ggoIKF0sh4X6v8Na1/FdUNkDiFnI/viW1dti4n3koMR9NLM/6RhHDgfVTq6dcrMLSgGGbq0JFuOjfgxcXLoGGsb+d0IxtbLcb9c9F4jXfboU0UYt/YiL2L7OAn+KRIpAJSbuJ9Yj/r5M12rIWbo72cBaGuPoqe2qmbdLPnhSKB2hO2lor12wvuWBoPi5W2qjIAjrdMrEZqIOGU5K107dRv23xl6158kv22lbdXdtX4QifoaLACg7UtppBWTYuYSJFjSBnJx0Xv+T/aDI1U8TUyYq8gUX65IfzQB8UN3wic9VfE/ekTtnz7rPIJ2D7kEfq60ZsjuaqnCkuIunV90LxNmB82FHVQ8= ceph-5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T08:00:23.363 DEBUG:teuthology.orchestra.run.smithi142:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDl0nBXr51mS9Bj1WgwRihEMkrH31XG41WyzwgBNcMLPhEGqodqXPyDYb+gjNa7B+OF7m9pOLO7aj2NiW14p5bng5+yazLEX8JXS+GwxHMwyJlaVZOqL4akQaLtmg2219GTnhnV6OZ7NA2OHIn6+lREJhsCBTYKX0e0ggoIKF0sh4X6v8Na1/FdUNkDiFnI/viW1dti4n3koMR9NLM/6RhHDgfVTq6dcrMLSgGGbq0JFuOjfgxcXLoGGsb+d0IxtbLcb9c9F4jXfboU0UYt/YiL2L7OAn+KRIpAJSbuJ9Yj/r5M12rIWbo72cBaGuPoqe2qmbdLPnhSKB2hO2lor12wvuWBoPi5W2qjIAjrdMrEZqIOGU5K107dRv23xl6158kv22lbdXdtX4QifoaLACg7UtppBWTYuYSJFjSBnJx0Xv+T/aDI1U8TUyYq8gUX65IfzQB8UN3wic9VfE/ekTtnz7rPIJ2D7kEfq60ZsjuaqnCkuIunV90LxNmB82FHVQ8= ceph-5118d57a-b5d7-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T08:00:23.390 INFO:teuthology.orchestra.run.smithi142.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDl0nBXr51mS9Bj1WgwRihEMkrH31XG41WyzwgBNcMLPhEGqodqXPyDYb+gjNa7B+OF7m9pOLO7aj2NiW14p5bng5+yazLEX8JXS+GwxHMwyJlaVZOqL4akQaLtmg2219GTnhnV6OZ7NA2OHIn6+lREJhsCBTYKX0e0ggoIKF0sh4X6v8Na1/FdUNkDiFnI/viW1dti4n3koMR9NLM/6RhHDgfVTq6dcrMLSgGGbq0JFuOjfgxcXLoGGsb+d0IxtbLcb9c9F4jXfboU0UYt/YiL2L7OAn+KRIpAJSbuJ9Yj/r5M12rIWbo72cBaGuPoqe2qmbdLPnhSKB2hO2lor12wvuWBoPi5W2qjIAjrdMrEZqIOGU5K107dRv23xl6158kv22lbdXdtX4QifoaLACg7UtppBWTYuYSJFjSBnJx0Xv+T/aDI1U8TUyYq8gUX65IfzQB8UN3wic9VfE/ekTtnz7rPIJ2D7kEfq60ZsjuaqnCkuIunV90LxNmB82FHVQ8= ceph-5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T08:00:23.400 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-18T08:00:28.198 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-18T08:00:28.198 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-18T08:00:28.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:28 smithi116 bash[14016]: audit 2024-01-18T08:00:27.231332+0000 mon.smithi116 (mon.0) 94 : audit [INF] from='client.? 172.21.15.116:0/481064908' entity='client.admin' 2024-01-18T08:00:32.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:31 smithi116 bash[14016]: audit 2024-01-18T08:00:30.862858+0000 mon.smithi116 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:32.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:31 smithi116 bash[14016]: audit 2024-01-18T08:00:31.151921+0000 mon.smithi116 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:00:32.120 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:31 smithi116 bash[14016]: audit 2024-01-18T08:00:31.156944+0000 mon.smithi116 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:32.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:31 smithi116 bash[14016]: cephadm 2024-01-18T08:00:31.171984+0000 mgr.smithi116.xagkwr (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi116 on smithi116 2024-01-18T08:00:32.121 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:31 smithi116 bash[14016]: audit 2024-01-18T08:00:31.317924+0000 mon.smithi116 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:32.122 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi142 2024-01-18T08:00:32.122 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:00:32.122 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.conf 2024-01-18T08:00:32.129 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:00:32.129 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:00:32.178 INFO:tasks.cephadm:Adding host smithi142 to orchestrator... 2024-01-18T08:00:32.178 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch host add smithi142 2024-01-18T08:00:33.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:32 smithi116 bash[14016]: audit 2024-01-18T08:00:31.313539+0000 mgr.smithi116.xagkwr (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:00:34.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:33 smithi116 bash[14016]: cluster 2024-01-18T08:00:32.803812+0000 mgr.smithi116.xagkwr (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:36.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:35 smithi116 bash[14016]: cluster 2024-01-18T08:00:34.804299+0000 mgr.smithi116.xagkwr (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:38.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:37 smithi116 bash[14016]: cluster 2024-01-18T08:00:36.804672+0000 mgr.smithi116.xagkwr (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:40.440 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: cluster 2024-01-18T08:00:38.804999+0000 mgr.smithi116.xagkwr (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:40.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: audit 2024-01-18T08:00:39.064314+0000 mon.smithi116 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:40.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: audit 2024-01-18T08:00:39.067431+0000 mon.smithi116 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:00:40.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: audit 2024-01-18T08:00:39.072916+0000 mon.smithi116 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T08:00:40.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: audit 2024-01-18T08:00:39.074036+0000 mon.smithi116 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:00:40.441 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:40 smithi116 bash[14016]: cephadm 2024-01-18T08:00:39.075098+0000 mgr.smithi116.xagkwr (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi116 on smithi116 2024-01-18T08:00:42.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: cluster 2024-01-18T08:00:40.805414+0000 mgr.smithi116.xagkwr (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.013623+0000 mon.smithi116 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.794659+0000 mon.smithi116 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.884744+0000 mon.smithi116 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.887136+0000 mon.smithi116 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.890537+0000 mon.smithi116 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T08:00:42.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:42 smithi116 bash[14016]: audit 2024-01-18T08:00:41.894204+0000 mon.smithi116 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:43.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:43 smithi116 bash[14016]: audit 2024-01-18T08:00:41.891303+0000 mgr.smithi116.xagkwr (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-18T08:00:43.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:43 smithi116 bash[14016]: cephadm 2024-01-18T08:00:41.906010+0000 mgr.smithi116.xagkwr (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi116 on smithi116 2024-01-18T08:00:44.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:44 smithi116 bash[14016]: cluster 2024-01-18T08:00:42.805909+0000 mgr.smithi116.xagkwr (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:46.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:46 smithi116 bash[14016]: cluster 2024-01-18T08:00:44.806379+0000 mgr.smithi116.xagkwr (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:46.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:46 smithi116 bash[14016]: audit 2024-01-18T08:00:46.019480+0000 mon.smithi116 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:00:48.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:48 smithi116 bash[14016]: cluster 2024-01-18T08:00:46.806784+0000 mgr.smithi116.xagkwr (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:50 smithi116 bash[14016]: cluster 2024-01-18T08:00:48.807151+0000 mgr.smithi116.xagkwr (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:52.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:52 smithi116 bash[14016]: cluster 2024-01-18T08:00:50.807507+0000 mgr.smithi116.xagkwr (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:54 smithi116 bash[14016]: cluster 2024-01-18T08:00:52.807847+0000 mgr.smithi116.xagkwr (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:56 smithi116 bash[14016]: cluster 2024-01-18T08:00:54.808294+0000 mgr.smithi116.xagkwr (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:00:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:00:58 smithi116 bash[14016]: cluster 2024-01-18T08:00:56.808742+0000 mgr.smithi116.xagkwr (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:00 smithi116 bash[14016]: cluster 2024-01-18T08:00:58.809119+0000 mgr.smithi116.xagkwr (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:02.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:02 smithi116 bash[14016]: cluster 2024-01-18T08:01:00.809489+0000 mgr.smithi116.xagkwr (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:02.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:02 smithi116 bash[14016]: audit 2024-01-18T08:01:01.922545+0000 mon.smithi116 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:03.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:03 smithi116 bash[14016]: cephadm 2024-01-18T08:01:01.925970+0000 mgr.smithi116.xagkwr (mgr.14156) 26 : cephadm [INF] Deploying daemon node-exporter.smithi116 on smithi116 2024-01-18T08:01:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:03 smithi116 bash[14016]: audit 2024-01-18T08:01:02.638614+0000 mon.smithi116 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:03 smithi116 bash[14016]: audit 2024-01-18T08:01:02.641607+0000 mon.smithi116 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-18T08:01:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:04 smithi116 bash[14016]: cluster 2024-01-18T08:01:02.809884+0000 mgr.smithi116.xagkwr (mgr.14156) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:04 smithi116 bash[14016]: audit 2024-01-18T08:01:03.646489+0000 mon.smithi116 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.116:0/162859781' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-18T08:01:04.151 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:04 smithi116 bash[14016]: cluster 2024-01-18T08:01:03.646575+0000 mon.smithi116 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi116.xagkwr(active, since 52s) 2024-01-18T08:01:11.180 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: cluster 2024-01-18T08:01:10.328512+0000 mon.smithi116 (mon.0) 115 : cluster [INF] Active manager daemon smithi116.xagkwr restarted 2024-01-18T08:01:11.180 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: cluster 2024-01-18T08:01:10.329016+0000 mon.smithi116 (mon.0) 116 : cluster [INF] Activating manager daemon smithi116.xagkwr 2024-01-18T08:01:11.180 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: cluster 2024-01-18T08:01:10.334494+0000 mon.smithi116 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T08:01:11.180 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: cluster 2024-01-18T08:01:10.334723+0000 mon.smithi116 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi116.xagkwr(active, starting, since 0.0058599s) 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.336016+0000 mon.smithi116 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.337903+0000 mon.smithi116 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi116.xagkwr", "id": "smithi116.xagkwr"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.338803+0000 mon.smithi116 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.338994+0000 mon.smithi116 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.339172+0000 mon.smithi116 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: cluster 2024-01-18T08:01:10.341738+0000 mon.smithi116 (mon.0) 124 : cluster [INF] Manager daemon smithi116.xagkwr is now available 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.468099+0000 mon.smithi116 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.471992+0000 mon.smithi116 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.494718+0000 mon.smithi116 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.515458+0000 mon.smithi116 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/mirror_snapshot_schedule"}]: dispatch 2024-01-18T08:01:11.181 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:10 smithi116 bash[14016]: audit 2024-01-18T08:01:10.521349+0000 mon.smithi116 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi116.xagkwr/trash_purge_schedule"}]: dispatch 2024-01-18T08:01:12.486 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:12 smithi116 bash[14016]: cluster 2024-01-18T08:01:11.336204+0000 mon.smithi116 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi116.xagkwr(active, since 1.00734s) 2024-01-18T08:01:14.599 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:14 smithi116 bash[14016]: cluster 2024-01-18T08:01:13.338005+0000 mon.smithi116 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi116.xagkwr(active, since 3s) 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.287557+0000 mon.smithi116 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.579532+0000 mon.smithi116 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.580930+0000 mon.smithi116 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.581877+0000 mon.smithi116 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: cephadm 2024-01-18T08:01:16.583480+0000 mgr.smithi116.xagkwr (mgr.14180) 1 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: cephadm 2024-01-18T08:01:16.614501+0000 mgr.smithi116.xagkwr (mgr.14180) 2 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.648459+0000 mon.smithi116 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: audit 2024-01-18T08:01:16.653082+0000 mon.smithi116 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:17.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:17 smithi116 bash[14016]: cephadm 2024-01-18T08:01:16.670931+0000 mgr.smithi116.xagkwr (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi116 on smithi116 2024-01-18T08:01:20.612 INFO:teuthology.orchestra.run.smithi142.stdout:Added host 'smithi142' with addr '172.21.15.142' 2024-01-18T08:01:21.360 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T08:01:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:21 smithi116 bash[14016]: audit 2024-01-18T08:01:19.734259+0000 mgr.smithi116.xagkwr (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:01:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:21 smithi116 bash[14016]: audit 2024-01-18T08:01:20.607324+0000 mon.smithi116 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:21 smithi116 bash[14016]: cephadm 2024-01-18T08:01:20.607822+0000 mgr.smithi116.xagkwr (mgr.14180) 5 : cephadm [INF] Added host smithi142 2024-01-18T08:01:24.183 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T08:01:24.184 INFO:teuthology.orchestra.run.smithi142.stdout:[{"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}, {"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}] 2024-01-18T08:01:24.791 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T08:01:24.792 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T08:01:25.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:24 smithi116 bash[14016]: audit 2024-01-18T08:01:24.179093+0000 mgr.smithi116.xagkwr (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:01:29.519 INFO:teuthology.orchestra.run.smithi116.stderr:adjusted tunables profile to default 2024-01-18T08:01:29.563 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:29 smithi116 bash[14016]: audit 2024-01-18T08:01:29.458377+0000 mon.smithi116 (mon.0) 139 : audit [INF] from='client.? 172.21.15.116:0/532565064' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T08:01:30.472 INFO:tasks.cephadm:Adding mon.smithi116 on smithi116 2024-01-18T08:01:30.472 INFO:tasks.cephadm:Adding mon.smithi142 on smithi142 2024-01-18T08:01:30.472 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch apply mon '2;smithi116:172.21.15.116=smithi116;smithi142:172.21.15.142=smithi142' 2024-01-18T08:01:30.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:30 smithi116 bash[14016]: audit 2024-01-18T08:01:29.513539+0000 mon.smithi116 (mon.0) 140 : audit [INF] from='client.? 172.21.15.116:0/532565064' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T08:01:30.653 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:30 smithi116 bash[14016]: cluster 2024-01-18T08:01:29.513696+0000 mon.smithi116 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:01:31.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:31 smithi116 bash[14016]: cluster 2024-01-18T08:01:30.340492+0000 mgr.smithi116.xagkwr (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:31.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:31 smithi116 bash[14016]: audit 2024-01-18T08:01:30.626970+0000 mon.smithi116 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:31.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:31 smithi116 bash[14016]: audit 2024-01-18T08:01:30.628947+0000 mon.smithi116 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:01:31.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:31 smithi116 bash[14016]: audit 2024-01-18T08:01:31.151434+0000 mon.smithi116 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:33.451 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled mon update... 2024-01-18T08:01:34.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:33 smithi116 bash[14016]: cluster 2024-01-18T08:01:32.341009+0000 mgr.smithi116.xagkwr (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:34.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:33 smithi116 bash[14016]: audit 2024-01-18T08:01:32.841549+0000 mon.smithi116 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:34.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:33 smithi116 bash[14016]: audit 2024-01-18T08:01:33.448215+0000 mon.smithi116 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:34.101 DEBUG:teuthology.orchestra.run.smithi142:mon.smithi142> sudo journalctl -f -n 0 -u ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi142.service 2024-01-18T08:01:34.104 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:01:34.104 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:01:34.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-18T08:01:35.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:34 smithi116 bash[14016]: audit 2024-01-18T08:01:33.436435+0000 mgr.smithi116.xagkwr (mgr.14180) 9 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi116:172.21.15.116=smithi116;smithi142:172.21.15.142=smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:01:35.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:34 smithi116 bash[14016]: cephadm 2024-01-18T08:01:33.442869+0000 mgr.smithi116.xagkwr (mgr.14180) 10 : cephadm [INF] Saving service mon spec with placement smithi116:172.21.15.116=smithi116;smithi142:172.21.15.142=smithi142;count:2 2024-01-18T08:01:36.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:35 smithi116 bash[14016]: cluster 2024-01-18T08:01:34.341451+0000 mgr.smithi116.xagkwr (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:36.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:35 smithi116 bash[14016]: audit 2024-01-18T08:01:35.497058+0000 mon.smithi116 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:37.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:37 smithi116 bash[14016]: cluster 2024-01-18T08:01:36.341771+0000 mgr.smithi116.xagkwr (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:37.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:37 smithi116 bash[14016]: audit 2024-01-18T08:01:36.399405+0000 mon.smithi116 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:38.241 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T08:01:38.241 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","modified":"2024-01-18T07:58:59.397817Z","created":"2024-01-18T07:58:59.397817Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T08:01:38.245 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2024-01-18T08:01:38.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:38 smithi116 bash[14016]: audit 2024-01-18T08:01:38.238729+0000 mon.smithi116 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.142:0/1896969154' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:01:39.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:39 smithi116 bash[14016]: cluster 2024-01-18T08:01:38.342227+0000 mgr.smithi116.xagkwr (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:39.888 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:01:39.888 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:39.787013+0000 mon.smithi116 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.110340+0000 mon.smithi116 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.111874+0000 mon.smithi116 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.113604+0000 mon.smithi116 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.114955+0000 mon.smithi116 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: cephadm 2024-01-18T08:01:40.116949+0000 mgr.smithi116.xagkwr (mgr.14180) 14 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: cephadm 2024-01-18T08:01:40.293408+0000 mgr.smithi116.xagkwr (mgr.14180) 15 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: cluster 2024-01-18T08:01:40.342683+0000 mgr.smithi116.xagkwr (mgr.14180) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.454481+0000 mon.smithi116 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.461246+0000 mon.smithi116 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.464589+0000 mon.smithi116 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:01:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.469791+0000 mon.smithi116 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-18T08:01:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: audit 2024-01-18T08:01:40.471128+0000 mon.smithi116 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:40 smithi116 bash[14016]: cephadm 2024-01-18T08:01:40.472248+0000 mgr.smithi116.xagkwr (mgr.14180) 17 : cephadm [INF] Deploying daemon crash.smithi142 on smithi142 2024-01-18T08:01:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:43 smithi116 bash[14016]: cluster 2024-01-18T08:01:42.343227+0000 mgr.smithi116.xagkwr (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:43.879 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T08:01:43.879 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","modified":"2024-01-18T07:58:59.397817Z","created":"2024-01-18T07:58:59.397817Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T08:01:43.883 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2024-01-18T08:01:44.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:43.877720+0000 mon.smithi116 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.142:0/678142730' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:01:44.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:44.235113+0000 mon.smithi116 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:44.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:44.239533+0000 mon.smithi116 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.aaofdb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:01:44.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:44.242449+0000 mon.smithi116 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.aaofdb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T08:01:44.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:44.243717+0000 mon.smithi116 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:01:44.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:44 smithi116 bash[14016]: audit 2024-01-18T08:01:44.245424+0000 mon.smithi116 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:45.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:45 smithi116 bash[14016]: cephadm 2024-01-18T08:01:44.246749+0000 mgr.smithi116.xagkwr (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi142.aaofdb on smithi142 2024-01-18T08:01:45.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:45 smithi116 bash[14016]: cluster 2024-01-18T08:01:44.343738+0000 mgr.smithi116.xagkwr (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:45.832 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:01:45.832 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:01:46.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:46 smithi116 bash[14016]: audit 2024-01-18T08:01:45.503785+0000 mon.smithi116 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:47 smithi116 bash[14016]: cluster 2024-01-18T08:01:46.344234+0000 mgr.smithi116.xagkwr (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:47 smithi116 bash[14016]: audit 2024-01-18T08:01:47.238482+0000 mon.smithi116 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:47 smithi116 bash[14016]: audit 2024-01-18T08:01:47.242525+0000 mon.smithi116 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:01:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:47 smithi116 bash[14016]: audit 2024-01-18T08:01:47.244200+0000 mon.smithi116 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:01:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:48 smithi116 bash[14016]: cephadm 2024-01-18T08:01:47.245527+0000 mgr.smithi116.xagkwr (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi142 on smithi142 2024-01-18T08:01:49.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:49 smithi116 bash[14016]: cluster 2024-01-18T08:01:48.344631+0000 mgr.smithi116.xagkwr (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:50.323 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T08:01:50.323 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":1,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","modified":"2024-01-18T07:58:59.397817Z","created":"2024-01-18T07:58:59.397817Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-18T08:01:50.325 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 1 2024-01-18T08:01:51.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:50 smithi116 bash[14016]: audit 2024-01-18T08:01:50.322043+0000 mon.smithi116 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.142:0/2936647301' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:01:51.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:50 smithi116 bash[14016]: cluster 2024-01-18T08:01:50.345134+0000 mgr.smithi116.xagkwr (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:51.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:50 smithi116 bash[14016]: audit 2024-01-18T08:01:50.510568+0000 mon.smithi116 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:52.376 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T08:01:52.377 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T08:01:53.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:53 smithi116 bash[14016]: cluster 2024-01-18T08:01:52.345654+0000 mgr.smithi116.xagkwr (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:01:53.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:53 smithi116 bash[14016]: audit 2024-01-18T08:01:52.970147+0000 mon.smithi116 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:54.896 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:54 smithi142 bash[17956]: debug 2024-01-18T08:01:54.685+0000 7f3d74c54700 1 mon.smithi142@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-18T08:01:55.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:54 smithi116 bash[14016]: cephadm 2024-01-18T08:01:52.973394+0000 mgr.smithi116.xagkwr (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2024-01-18T08:01:55.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:54 smithi116 bash[14016]: audit 2024-01-18T08:01:53.637369+0000 mon.smithi116 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:01:55.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:54 smithi116 bash[14016]: audit 2024-01-18T08:01:53.641230+0000 mon.smithi116 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:02:00.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:54.346097+0000 mgr.smithi116.xagkwr (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:54.699035+0000 mon.smithi116 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T08:02:00.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:54.699419+0000 mon.smithi116 (mon.0) 177 : cluster [INF] mon.smithi116 calling monitor election 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:54.720097+0000 mon.smithi116 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:55.694571+0000 mon.smithi116 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:56.316355+0000 mon.smithi116 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.aaofdb/crt"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:56.346483+0000 mgr.smithi116.xagkwr (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:56.694901+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:56.695396+0000 mon.smithi142 (mon.1) 1 : cluster [INF] mon.smithi142 calling monitor election 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:57.695156+0000 mon.smithi116 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:58.346947+0000 mgr.smithi116.xagkwr (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:58.695558+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:59.695543+0000 mon.smithi116 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.744350+0000 mon.smithi116 (mon.0) 185 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi142 in quorum (ranks 0,1) 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.749615+0000 mon.smithi116 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.767723+0000 mon.smithi116 (mon.0) 187 : cluster [DBG] fsmap 2024-01-18T08:02:00.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.767781+0000 mon.smithi116 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.768153+0000 mon.smithi116 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi116.xagkwr(active, since 49s) 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.769604+0000 mon.smithi116 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi142.aaofdb started 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:59.772197+0000 mon.smithi116 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.775407+0000 mon.smithi116 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:59.776116+0000 mon.smithi116 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.aaofdb/key"}]: dispatch 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:59.778387+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:00.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:01:59 smithi142 bash[17956]: audit 2024-01-18T08:01:59.778741+0000 mon.smithi116 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T08:02:00.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:54.346097+0000 mgr.smithi116.xagkwr (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:54.699035+0000 mon.smithi116 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-18T08:02:00.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:54.699419+0000 mon.smithi116 (mon.0) 177 : cluster [INF] mon.smithi116 calling monitor election 2024-01-18T08:02:00.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:54.720097+0000 mon.smithi116 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:55.694571+0000 mon.smithi116 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:56.316355+0000 mon.smithi116 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.aaofdb/crt"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:56.346483+0000 mgr.smithi116.xagkwr (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:56.694901+0000 mon.smithi116 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:56.695396+0000 mon.smithi142 (mon.1) 1 : cluster [INF] mon.smithi142 calling monitor election 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:57.695156+0000 mon.smithi116 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:58.346947+0000 mgr.smithi116.xagkwr (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:58.695558+0000 mon.smithi116 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:59.695543+0000 mon.smithi116 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.744350+0000 mon.smithi116 (mon.0) 185 : cluster [INF] mon.smithi116 is new leader, mons smithi116,smithi142 in quorum (ranks 0,1) 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.749615+0000 mon.smithi116 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0],smithi142=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0]} removed_ranks: {} 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.767723+0000 mon.smithi116 (mon.0) 187 : cluster [DBG] fsmap 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.767781+0000 mon.smithi116 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T08:02:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.768153+0000 mon.smithi116 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi116.xagkwr(active, since 49s) 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.769604+0000 mon.smithi116 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi142.aaofdb started 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:59.772197+0000 mon.smithi116 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.775407+0000 mon.smithi116 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:59.776116+0000 mon.smithi116 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi142.aaofdb/key"}]: dispatch 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:59.778387+0000 mon.smithi116 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:01:59 smithi116 bash[14016]: audit 2024-01-18T08:01:59.778741+0000 mon.smithi116 (mon.0) 195 : audit [DBG] from='mgr.? 172.21.15.142:0/3445787954' entity='mgr.smithi142.aaofdb' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T08:02:00.570 INFO:teuthology.orchestra.run.smithi142.stdout: 2024-01-18T08:02:00.570 INFO:teuthology.orchestra.run.smithi142.stdout:{"epoch":2,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","modified":"2024-01-18T08:01:54.694460Z","created":"2024-01-18T07:58:59.397817Z","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":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi142","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-18T08:02:00.573 INFO:teuthology.orchestra.run.smithi142.stderr:dumped monmap epoch 2 2024-01-18T08:02:00.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: cluster 2024-01-18T08:01:59.833366+0000 mon.smithi116 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi116.xagkwr(active, since 49s), standbys: smithi142.aaofdb 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:01:59.833629+0000 mon.smithi116 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi142.aaofdb", "id": "smithi142.aaofdb"}]: dispatch 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: cluster 2024-01-18T08:02:00.347299+0000 mgr.smithi116.xagkwr (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:02:00.569363+0000 mon.smithi116 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.142:0/1259560134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:02:00.695533+0000 mon.smithi116 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:02:00.822100+0000 mon.smithi116 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:02:00.823806+0000 mon.smithi116 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:00 smithi142 bash[17956]: audit 2024-01-18T08:02:00.825232+0000 mon.smithi116 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: cluster 2024-01-18T08:01:59.833366+0000 mon.smithi116 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi116.xagkwr(active, since 49s), standbys: smithi142.aaofdb 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:01:59.833629+0000 mon.smithi116 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr metadata", "who": "smithi142.aaofdb", "id": "smithi142.aaofdb"}]: dispatch 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: cluster 2024-01-18T08:02:00.347299+0000 mgr.smithi116.xagkwr (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:02:00.569363+0000 mon.smithi116 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.142:0/1259560134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:02:00.695533+0000 mon.smithi116 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mon metadata", "id": "smithi142"}]: dispatch 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:02:00.822100+0000 mon.smithi116 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:02:00.823806+0000 mon.smithi116 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:01.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:00 smithi116 bash[14016]: audit 2024-01-18T08:02:00.825232+0000 mon.smithi116 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:01.299 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T08:02:01.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: cephadm 2024-01-18T08:02:00.827063+0000 mgr.smithi116.xagkwr (mgr.14180) 31 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: cephadm 2024-01-18T08:02:00.827544+0000 mgr.smithi116.xagkwr (mgr.14180) 32 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:00.854807+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:01.053597+0000 mon.smithi116 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:01.058537+0000 mon.smithi116 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: cephadm 2024-01-18T08:02:01.064013+0000 mgr.smithi116.xagkwr (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:01.064476+0000 mon.smithi116 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:01.065854+0000 mon.smithi116 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: audit 2024-01-18T08:02:01.067206+0000 mon.smithi116 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:02.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:01 smithi142 bash[17956]: cephadm 2024-01-18T08:02:01.068280+0000 mgr.smithi116.xagkwr (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: cephadm 2024-01-18T08:02:00.827063+0000 mgr.smithi116.xagkwr (mgr.14180) 31 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: cephadm 2024-01-18T08:02:00.827544+0000 mgr.smithi116.xagkwr (mgr.14180) 32 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:00.854807+0000 mon.smithi116 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:01.053597+0000 mon.smithi116 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:01.058537+0000 mon.smithi116 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: cephadm 2024-01-18T08:02:01.064013+0000 mgr.smithi116.xagkwr (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi116 (unknown last config time)... 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:01.064476+0000 mon.smithi116 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:01.065854+0000 mon.smithi116 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: audit 2024-01-18T08:02:01.067206+0000 mon.smithi116 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:01 smithi116 bash[14016]: cephadm 2024-01-18T08:02:01.068280+0000 mgr.smithi116.xagkwr (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-18T08:02:03.037 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:02 smithi116 bash[14016]: cluster 2024-01-18T08:02:02.347726+0000 mgr.smithi116.xagkwr (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:02 smithi142 bash[17956]: cluster 2024-01-18T08:02:02.347726+0000 mgr.smithi116.xagkwr (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: audit 2024-01-18T08:02:03.824739+0000 mon.smithi116 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: cephadm 2024-01-18T08:02:03.825688+0000 mgr.smithi116.xagkwr (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi116.xagkwr (unknown last config time)... 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: audit 2024-01-18T08:02:03.826113+0000 mon.smithi116 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.xagkwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: audit 2024-01-18T08:02:03.827418+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: audit 2024-01-18T08:02:03.828623+0000 mon.smithi116 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: cephadm 2024-01-18T08:02:03.829577+0000 mgr.smithi116.xagkwr (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi116.xagkwr on smithi116 2024-01-18T08:02:05.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:04 smithi142 bash[17956]: cluster 2024-01-18T08:02:04.348245+0000 mgr.smithi116.xagkwr (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: audit 2024-01-18T08:02:03.824739+0000 mon.smithi116 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: cephadm 2024-01-18T08:02:03.825688+0000 mgr.smithi116.xagkwr (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi116.xagkwr (unknown last config time)... 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: audit 2024-01-18T08:02:03.826113+0000 mon.smithi116 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.xagkwr", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: audit 2024-01-18T08:02:03.827418+0000 mon.smithi116 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: audit 2024-01-18T08:02:03.828623+0000 mon.smithi116 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: cephadm 2024-01-18T08:02:03.829577+0000 mgr.smithi116.xagkwr (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi116.xagkwr on smithi116 2024-01-18T08:02:05.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:04 smithi116 bash[14016]: cluster 2024-01-18T08:02:04.348245+0000 mgr.smithi116.xagkwr (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:05.397 INFO:teuthology.orchestra.run.smithi116.stdout:# minimal ceph.conf for 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T08:02:05.397 INFO:teuthology.orchestra.run.smithi116.stdout:[global] 2024-01-18T08:02:05.397 INFO:teuthology.orchestra.run.smithi116.stdout: fsid = 5118d57a-b5d7-11ee-95ae-87774f69a715 2024-01-18T08:02:05.397 INFO:teuthology.orchestra.run.smithi116.stdout: mon_host = [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] 2024-01-18T08:02:06.184 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:05 smithi116 bash[14016]: audit 2024-01-18T08:02:05.396676+0000 mon.smithi116 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.116:0/2172296174' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:06.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:05 smithi142 bash[17956]: audit 2024-01-18T08:02:05.396676+0000 mon.smithi116 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.116:0/2172296174' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:06.824 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T08:02:06.825 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:02:06.825 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T08:02:06.837 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:02:06.837 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:02:06.892 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:02:06.892 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T08:02:06.907 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:02:06.907 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T08:02:06.964 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T08:02:06.964 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:02:06.964 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:02:06.972 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:02:06.972 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme1n1 2024-01-18T08:02:07.021 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme1n1 2024-01-18T08:02:07.021 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.021 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-18T08:02:07.022 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.022 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 08:00:25.425142425 +0000 2024-01-18T08:02:07.022 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:58:05.903236357 +0000 2024-01-18T08:02:07.022 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:58:05.903236357 +0000 2024-01-18T08:02:07.022 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T08:02:07.022 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T08:02:07.074 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:06 smithi116 bash[14016]: audit 2024-01-18T08:02:05.975513+0000 mon.smithi116 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:07.074 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:06 smithi116 bash[14016]: cephadm 2024-01-18T08:02:05.976680+0000 mgr.smithi116.xagkwr (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-01-18T08:02:07.074 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:06 smithi116 bash[14016]: cephadm 2024-01-18T08:02:05.991016+0000 mgr.smithi116.xagkwr (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-01-18T08:02:07.074 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:06 smithi116 bash[14016]: cluster 2024-01-18T08:02:06.348744+0000 mgr.smithi116.xagkwr (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:07.077 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T08:02:07.077 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T08:02:07.077 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000450119 s, 1.1 MB/s 2024-01-18T08:02:07.078 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T08:02:07.127 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme2n1 2024-01-18T08:02:07.176 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme2n1 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 08:00:25.437142149 +0000 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:58:06.003184051 +0000 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:58:06.003184051 +0000 2024-01-18T08:02:07.177 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T08:02:07.177 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T08:02:07.232 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T08:02:07.233 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T08:02:07.233 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000445245 s, 1.1 MB/s 2024-01-18T08:02:07.233 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T08:02:07.282 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme3n1 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme3n1 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 08:00:25.457141688 +0000 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:58:06.119123376 +0000 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:58:06.119123376 +0000 2024-01-18T08:02:07.331 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T08:02:07.331 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T08:02:07.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:06 smithi142 bash[17956]: audit 2024-01-18T08:02:05.975513+0000 mon.smithi116 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:07.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:06 smithi142 bash[17956]: cephadm 2024-01-18T08:02:05.976680+0000 mgr.smithi116.xagkwr (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi116 (dependencies changed)... 2024-01-18T08:02:07.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:06 smithi142 bash[17956]: cephadm 2024-01-18T08:02:05.991016+0000 mgr.smithi116.xagkwr (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi116 on smithi116 2024-01-18T08:02:07.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:06 smithi142 bash[17956]: cluster 2024-01-18T08:02:06.348744+0000 mgr.smithi116.xagkwr (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:07.383 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T08:02:07.383 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T08:02:07.384 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000458914 s, 1.1 MB/s 2024-01-18T08:02:07.385 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T08:02:07.437 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme4n1 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme4n1 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-18 08:00:25.477141227 +0000 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-18 07:58:06.227066885 +0000 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-18 07:58:06.227066885 +0000 2024-01-18T08:02:07.486 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-18T08:02:07.486 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T08:02:07.541 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-18T08:02:07.541 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-18T08:02:07.541 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000461111 s, 1.1 MB/s 2024-01-18T08:02:07.542 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T08:02:07.595 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:02:07.595 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T08:02:07.603 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-18T08:02:07.603 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme1n1 2024-01-18T08:02:07.657 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme1n1 2024-01-18T08:02:07.657 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 08:01:38.417455646 +0000 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:58:07.245198893 +0000 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:58:07.245198893 +0000 2024-01-18T08:02:07.658 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T08:02:07.658 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-18T08:02:07.713 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T08:02:07.713 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T08:02:07.713 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000494136 s, 1.0 MB/s 2024-01-18T08:02:07.714 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-18T08:02:07.767 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme2n1 2024-01-18T08:02:07.817 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme2n1 2024-01-18T08:02:07.817 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.817 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-01-18T08:02:07.817 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.818 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 08:01:38.437456226 +0000 2024-01-18T08:02:07.818 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:58:07.361196218 +0000 2024-01-18T08:02:07.818 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:58:07.361196218 +0000 2024-01-18T08:02:07.818 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T08:02:07.818 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-18T08:02:07.872 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T08:02:07.873 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T08:02:07.873 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.00046545 s, 1.1 MB/s 2024-01-18T08:02:07.874 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-18T08:02:07.927 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme3n1 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme3n1 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 08:01:38.457456805 +0000 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:58:07.477193543 +0000 2024-01-18T08:02:07.977 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:58:07.477193543 +0000 2024-01-18T08:02:07.978 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T08:02:07.978 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-18T08:02:08.032 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T08:02:08.032 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T08:02:08.033 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000441071 s, 1.2 MB/s 2024-01-18T08:02:08.034 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-18T08:02:08.087 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/nvme4n1 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/nvme4n1 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-01-18 08:01:38.473457267 +0000 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-01-18 07:58:07.589190961 +0000 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-01-18 07:58:07.589190961 +0000 2024-01-18T08:02:08.137 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-01-18T08:02:08.138 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-18T08:02:08.193 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-01-18T08:02:08.193 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-01-18T08:02:08.193 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000435353 s, 1.2 MB/s 2024-01-18T08:02:08.194 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-18T08:02:08.247 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-18T08:02:09.665 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:09 smithi142 bash[17956]: cluster 2024-01-18T08:02:08.349109+0000 mgr.smithi116.xagkwr (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:09.753 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:09 smithi116 bash[14016]: cluster 2024-01-18T08:02:08.349109+0000 mgr.smithi116.xagkwr (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:11.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: audit 2024-01-18T08:02:10.277224+0000 mon.smithi116 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: cephadm 2024-01-18T08:02:10.278406+0000 mgr.smithi116.xagkwr (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-18T08:02:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: audit 2024-01-18T08:02:10.278800+0000 mon.smithi116 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:02:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: audit 2024-01-18T08:02:10.280034+0000 mon.smithi116 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: cephadm 2024-01-18T08:02:10.280968+0000 mgr.smithi116.xagkwr (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-18T08:02:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:11 smithi142 bash[17956]: cluster 2024-01-18T08:02:10.349488+0000 mgr.smithi116.xagkwr (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:11.499 INFO:teuthology.orchestra.run.smithi142.stdout:Scheduled osd.all-available-devices update... 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: audit 2024-01-18T08:02:10.277224+0000 mon.smithi116 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: cephadm 2024-01-18T08:02:10.278406+0000 mgr.smithi116.xagkwr (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: audit 2024-01-18T08:02:10.278800+0000 mon.smithi116 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: audit 2024-01-18T08:02:10.280034+0000 mon.smithi116 (mon.0) 217 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: cephadm 2024-01-18T08:02:10.280968+0000 mgr.smithi116.xagkwr (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-18T08:02:11.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:11 smithi116 bash[14016]: cluster 2024-01-18T08:02:10.349488+0000 mgr.smithi116.xagkwr (mgr.14180) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:12.228 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T08:02:12.228 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:12.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: audit 2024-01-18T08:02:11.488974+0000 mgr.smithi116.xagkwr (mgr.14180) 46 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:12.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: cephadm 2024-01-18T08:02:11.492353+0000 mgr.smithi116.xagkwr (mgr.14180) 47 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-18T08:02:12.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: cephadm 2024-01-18T08:02:11.492490+0000 mgr.smithi116.xagkwr (mgr.14180) 48 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2024-01-18T08:02:12.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: cephadm 2024-01-18T08:02:11.493036+0000 mgr.smithi116.xagkwr (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T08:02:12.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: audit 2024-01-18T08:02:11.498248+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:12.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:12 smithi116 bash[14016]: audit 2024-01-18T08:02:12.262487+0000 mon.smithi116 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: audit 2024-01-18T08:02:11.488974+0000 mgr.smithi116.xagkwr (mgr.14180) 46 : audit [DBG] from='client.14212 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:02:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: cephadm 2024-01-18T08:02:11.492353+0000 mgr.smithi116.xagkwr (mgr.14180) 47 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-18T08:02:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: cephadm 2024-01-18T08:02:11.492490+0000 mgr.smithi116.xagkwr (mgr.14180) 48 : cephadm [INF] Marking host: smithi142 for OSDSpec preview refresh. 2024-01-18T08:02:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: cephadm 2024-01-18T08:02:11.493036+0000 mgr.smithi116.xagkwr (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-18T08:02:12.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: audit 2024-01-18T08:02:11.498248+0000 mon.smithi116 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:12.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:12 smithi142 bash[17956]: audit 2024-01-18T08:02:12.262487+0000 mon.smithi116 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:13.756 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:13 smithi116 bash[14016]: cephadm 2024-01-18T08:02:12.263572+0000 mgr.smithi116.xagkwr (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2024-01-18T08:02:13.756 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:13 smithi116 bash[14016]: cephadm 2024-01-18T08:02:12.309099+0000 mgr.smithi116.xagkwr (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2024-01-18T08:02:13.756 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:13 smithi116 bash[14016]: cluster 2024-01-18T08:02:12.349940+0000 mgr.smithi116.xagkwr (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:13 smithi142 bash[17956]: cephadm 2024-01-18T08:02:12.263572+0000 mgr.smithi116.xagkwr (mgr.14180) 50 : cephadm [INF] Reconfiguring grafana.smithi116 (dependencies changed)... 2024-01-18T08:02:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:13 smithi142 bash[17956]: cephadm 2024-01-18T08:02:12.309099+0000 mgr.smithi116.xagkwr (mgr.14180) 51 : cephadm [INF] Reconfiguring daemon grafana.smithi116 on smithi116 2024-01-18T08:02:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:13 smithi142 bash[17956]: cluster 2024-01-18T08:02:12.349940+0000 mgr.smithi116.xagkwr (mgr.14180) 52 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:15.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:15 smithi116 bash[14016]: cluster 2024-01-18T08:02:14.350237+0000 mgr.smithi116.xagkwr (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:15 smithi142 bash[17956]: cluster 2024-01-18T08:02:14.350237+0000 mgr.smithi116.xagkwr (mgr.14180) 53 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:16.428 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:16.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:16 smithi116 bash[14016]: audit 2024-01-18T08:02:16.427681+0000 mon.smithi116 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.116:0/4196406804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:16.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:16 smithi142 bash[17956]: audit 2024-01-18T08:02:16.427681+0000 mon.smithi116 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.116:0/4196406804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:17.578 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:17.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:17 smithi116 bash[14016]: cluster 2024-01-18T08:02:16.350619+0000 mgr.smithi116.xagkwr (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:17.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:17 smithi142 bash[17956]: cluster 2024-01-18T08:02:16.350619+0000 mgr.smithi116.xagkwr (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:18.579 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:19.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:19 smithi116 bash[14016]: audit 2024-01-18T08:02:18.216382+0000 mon.smithi116 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:19.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:19 smithi116 bash[14016]: cephadm 2024-01-18T08:02:18.217765+0000 mgr.smithi116.xagkwr (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi116 (dependencies changed)... 2024-01-18T08:02:19.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:19 smithi116 bash[14016]: cephadm 2024-01-18T08:02:18.222998+0000 mgr.smithi116.xagkwr (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi116 on smithi116 2024-01-18T08:02:19.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:19 smithi116 bash[14016]: cluster 2024-01-18T08:02:18.350927+0000 mgr.smithi116.xagkwr (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:19.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:19 smithi142 bash[17956]: audit 2024-01-18T08:02:18.216382+0000 mon.smithi116 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:19.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:19 smithi142 bash[17956]: cephadm 2024-01-18T08:02:18.217765+0000 mgr.smithi116.xagkwr (mgr.14180) 55 : cephadm [INF] Reconfiguring prometheus.smithi116 (dependencies changed)... 2024-01-18T08:02:19.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:19 smithi142 bash[17956]: cephadm 2024-01-18T08:02:18.222998+0000 mgr.smithi116.xagkwr (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi116 on smithi116 2024-01-18T08:02:19.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:19 smithi142 bash[17956]: cluster 2024-01-18T08:02:18.350927+0000 mgr.smithi116.xagkwr (mgr.14180) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:21.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:20 smithi116 bash[14016]: cluster 2024-01-18T08:02:20.351315+0000 mgr.smithi116.xagkwr (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:21.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:20 smithi142 bash[17956]: cluster 2024-01-18T08:02:20.351315+0000 mgr.smithi116.xagkwr (mgr.14180) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:23.726 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:23 smithi116 bash[14016]: cluster 2024-01-18T08:02:22.351771+0000 mgr.smithi116.xagkwr (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:23.847 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:23 smithi142 bash[17956]: cluster 2024-01-18T08:02:22.351771+0000 mgr.smithi116.xagkwr (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:24.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:24 smithi116 bash[14016]: audit 2024-01-18T08:02:23.846936+0000 mon.smithi116 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.116:0/946572556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:24.875 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:24 smithi142 bash[17956]: audit 2024-01-18T08:02:23.846936+0000 mon.smithi116 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.116:0/946572556' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:25.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:25 smithi116 bash[14016]: cluster 2024-01-18T08:02:24.352182+0000 mgr.smithi116.xagkwr (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:25.671 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:25 smithi142 bash[17956]: cluster 2024-01-18T08:02:24.352182+0000 mgr.smithi116.xagkwr (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:25.876 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:26.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:26 smithi116 bash[14016]: audit 2024-01-18T08:02:25.460038+0000 mon.smithi116 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:26.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:26 smithi116 bash[14016]: cephadm 2024-01-18T08:02:25.461046+0000 mgr.smithi116.xagkwr (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2024-01-18T08:02:26.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:26 smithi116 bash[14016]: audit 2024-01-18T08:02:25.461522+0000 mon.smithi116 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:02:26.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:26 smithi116 bash[14016]: audit 2024-01-18T08:02:25.462872+0000 mon.smithi116 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:26.736 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:26 smithi116 bash[14016]: cephadm 2024-01-18T08:02:25.463737+0000 mgr.smithi116.xagkwr (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2024-01-18T08:02:26.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:26 smithi142 bash[17956]: audit 2024-01-18T08:02:25.460038+0000 mon.smithi116 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:26.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:26 smithi142 bash[17956]: cephadm 2024-01-18T08:02:25.461046+0000 mgr.smithi116.xagkwr (mgr.14180) 61 : cephadm [INF] Reconfiguring crash.smithi142 (monmap changed)... 2024-01-18T08:02:26.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:26 smithi142 bash[17956]: audit 2024-01-18T08:02:25.461522+0000 mon.smithi116 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi142", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-18T08:02:26.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:26 smithi142 bash[17956]: audit 2024-01-18T08:02:25.462872+0000 mon.smithi116 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:26.737 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:26 smithi142 bash[17956]: cephadm 2024-01-18T08:02:25.463737+0000 mgr.smithi116.xagkwr (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon crash.smithi142 on smithi142 2024-01-18T08:02:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:27 smithi116 bash[14016]: cluster 2024-01-18T08:02:26.352621+0000 mgr.smithi116.xagkwr (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:27 smithi116 bash[14016]: audit 2024-01-18T08:02:27.443875+0000 mon.smithi116 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:27 smithi116 bash[14016]: audit 2024-01-18T08:02:27.445891+0000 mon.smithi116 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.aaofdb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:02:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:27 smithi116 bash[14016]: audit 2024-01-18T08:02:27.447077+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:02:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:27 smithi116 bash[14016]: audit 2024-01-18T08:02:27.448159+0000 mon.smithi116 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:27 smithi142 bash[17956]: cluster 2024-01-18T08:02:26.352621+0000 mgr.smithi116.xagkwr (mgr.14180) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:27 smithi142 bash[17956]: audit 2024-01-18T08:02:27.443875+0000 mon.smithi116 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:27 smithi142 bash[17956]: audit 2024-01-18T08:02:27.445891+0000 mon.smithi116 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi142.aaofdb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T08:02:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:27 smithi142 bash[17956]: audit 2024-01-18T08:02:27.447077+0000 mon.smithi116 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T08:02:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:27 smithi142 bash[17956]: audit 2024-01-18T08:02:27.448159+0000 mon.smithi116 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:28.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:28 smithi116 bash[14016]: cephadm 2024-01-18T08:02:27.445383+0000 mgr.smithi116.xagkwr (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi142.aaofdb (monmap changed)... 2024-01-18T08:02:28.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:28 smithi116 bash[14016]: cephadm 2024-01-18T08:02:27.449207+0000 mgr.smithi116.xagkwr (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi142.aaofdb on smithi142 2024-01-18T08:02:28.849 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:28 smithi142 bash[17956]: cephadm 2024-01-18T08:02:27.445383+0000 mgr.smithi116.xagkwr (mgr.14180) 64 : cephadm [INF] Reconfiguring mgr.smithi142.aaofdb (monmap changed)... 2024-01-18T08:02:28.850 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:28 smithi142 bash[17956]: cephadm 2024-01-18T08:02:27.449207+0000 mgr.smithi116.xagkwr (mgr.14180) 65 : cephadm [INF] Reconfiguring daemon mgr.smithi142.aaofdb on smithi142 2024-01-18T08:02:29.186 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:29.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: cluster 2024-01-18T08:02:28.353026+0000 mgr.smithi116.xagkwr (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:29.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: audit 2024-01-18T08:02:29.185947+0000 mon.smithi116 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.116:0/2146958329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:29.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: audit 2024-01-18T08:02:29.342286+0000 mon.smithi116 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:29.556 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: audit 2024-01-18T08:02:29.343853+0000 mon.smithi116 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:02:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: audit 2024-01-18T08:02:29.344978+0000 mon.smithi116 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:02:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:29 smithi116 bash[14016]: audit 2024-01-18T08:02:29.345944+0000 mon.smithi116 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:29.860 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: cluster 2024-01-18T08:02:28.353026+0000 mgr.smithi116.xagkwr (mgr.14180) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: audit 2024-01-18T08:02:29.185947+0000 mon.smithi116 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.116:0/2146958329' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: audit 2024-01-18T08:02:29.342286+0000 mon.smithi116 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: audit 2024-01-18T08:02:29.343853+0000 mon.smithi116 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: audit 2024-01-18T08:02:29.344978+0000 mon.smithi116 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T08:02:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:29 smithi142 bash[17956]: audit 2024-01-18T08:02:29.345944+0000 mon.smithi116 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:30 smithi142 bash[17956]: cephadm 2024-01-18T08:02:29.343459+0000 mgr.smithi116.xagkwr (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi142 (monmap changed)... 2024-01-18T08:02:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:30 smithi142 bash[17956]: cephadm 2024-01-18T08:02:29.346739+0000 mgr.smithi116.xagkwr (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2024-01-18T08:02:30.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:30 smithi116 bash[14016]: cephadm 2024-01-18T08:02:29.343459+0000 mgr.smithi116.xagkwr (mgr.14180) 67 : cephadm [INF] Reconfiguring mon.smithi142 (monmap changed)... 2024-01-18T08:02:30.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:30 smithi116 bash[14016]: cephadm 2024-01-18T08:02:29.346739+0000 mgr.smithi116.xagkwr (mgr.14180) 68 : cephadm [INF] Reconfiguring daemon mon.smithi142 on smithi142 2024-01-18T08:02:30.862 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:31.544 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: cluster 2024-01-18T08:02:30.353482+0000 mgr.smithi116.xagkwr (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:31.544 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.261742+0000 mon.smithi116 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.544 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.266175+0000 mon.smithi116 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.268283+0000 mon.smithi116 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.275013+0000 mon.smithi116 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.282193+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.291567+0000 mon.smithi116 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.298713+0000 mon.smithi116 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.307008+0000 mon.smithi116 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.312757+0000 mon.smithi116 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.319128+0000 mon.smithi116 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:31 smithi116 bash[14016]: audit 2024-01-18T08:02:31.324558+0000 mon.smithi116 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:02:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: cluster 2024-01-18T08:02:30.353482+0000 mgr.smithi116.xagkwr (mgr.14180) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.261742+0000 mon.smithi116 (mon.0) 235 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.266175+0000 mon.smithi116 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.268283+0000 mon.smithi116 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.275013+0000 mon.smithi116 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.282193+0000 mon.smithi116 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.291567+0000 mon.smithi116 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.298713+0000 mon.smithi116 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.307008+0000 mon.smithi116 (mon.0) 242 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.312757+0000 mon.smithi116 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.319128+0000 mon.smithi116 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:31 smithi142 bash[17956]: audit 2024-01-18T08:02:31.324558+0000 mon.smithi116 (mon.0) 245 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.266931+0000 mgr.smithi116.xagkwr (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.268701+0000 mgr.smithi116.xagkwr (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.282733+0000 mgr.smithi116.xagkwr (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.292177+0000 mgr.smithi116.xagkwr (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.307718+0000 mgr.smithi116.xagkwr (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:02:32.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:32 smithi116 bash[14016]: audit 2024-01-18T08:02:31.313303+0000 mgr.smithi116.xagkwr (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:02:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.266931+0000 mgr.smithi116.xagkwr (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T08:02:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.268701+0000 mgr.smithi116.xagkwr (mgr.14180) 71 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi116.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T08:02:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.282733+0000 mgr.smithi116.xagkwr (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-18T08:02:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.292177+0000 mgr.smithi116.xagkwr (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi116.front.sepia.ceph.com:3000"}]: dispatch 2024-01-18T08:02:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.307718+0000 mgr.smithi116.xagkwr (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T08:02:32.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:32 smithi142 bash[17956]: audit 2024-01-18T08:02:31.313303+0000 mgr.smithi116.xagkwr (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi116.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T08:02:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:33 smithi116 bash[14016]: cluster 2024-01-18T08:02:32.353847+0000 mgr.smithi116.xagkwr (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:33 smithi142 bash[17956]: cluster 2024-01-18T08:02:32.353847+0000 mgr.smithi116.xagkwr (mgr.14180) 76 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:33.914 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:34.590 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:34.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:34 smithi116 bash[14016]: audit 2024-01-18T08:02:33.914395+0000 mon.smithi116 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.116:0/1946209443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:34 smithi142 bash[17956]: audit 2024-01-18T08:02:33.914395+0000 mon.smithi116 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.116:0/1946209443' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:35.592 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:35.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:35 smithi116 bash[14016]: cluster 2024-01-18T08:02:34.354196+0000 mgr.smithi116.xagkwr (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:35 smithi142 bash[17956]: cluster 2024-01-18T08:02:34.354196+0000 mgr.smithi116.xagkwr (mgr.14180) 77 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:37.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: cluster 2024-01-18T08:02:36.354583+0000 mgr.smithi116.xagkwr (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:37.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:36.596489+0000 mon.smithi116 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:37.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:36.608218+0000 mon.smithi116 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.022412+0000 mon.smithi116 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.295534+0000 mon.smithi116 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.297029+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.298066+0000 mon.smithi116 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.303777+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.309248+0000 mon.smithi116 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.315592+0000 mon.smithi116 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.318394+0000 mon.smithi116 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.318945+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:37.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:37 smithi142 bash[17956]: audit 2024-01-18T08:02:37.319819+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:38.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: cluster 2024-01-18T08:02:36.354583+0000 mgr.smithi116.xagkwr (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:38.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:36.596489+0000 mon.smithi116 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:38.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:36.608218+0000 mon.smithi116 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:38.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.022412+0000 mon.smithi116 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.295534+0000 mon.smithi116 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.297029+0000 mon.smithi116 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.298066+0000 mon.smithi116 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.303777+0000 mon.smithi116 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.309248+0000 mon.smithi116 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.315592+0000 mon.smithi116 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.318394+0000 mon.smithi116 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.318945+0000 mon.smithi116 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:38.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:37 smithi116 bash[14016]: audit 2024-01-18T08:02:37.319819+0000 mon.smithi116 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:02:38.475 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:38.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:38 smithi116 bash[14016]: audit 2024-01-18T08:02:38.474776+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.116:0/4290046414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:38 smithi142 bash[17956]: audit 2024-01-18T08:02:38.474776+0000 mon.smithi116 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.116:0/4290046414' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:39.216 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:39 smithi142 bash[17956]: cluster 2024-01-18T08:02:38.355023+0000 mgr.smithi116.xagkwr (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:40.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:39 smithi116 bash[14016]: cluster 2024-01-18T08:02:38.355023+0000 mgr.smithi116.xagkwr (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:40.217 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:41.215 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:40 smithi116 bash[14016]: cluster 2024-01-18T08:02:40.355372+0000 mgr.smithi116.xagkwr (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:40 smithi142 bash[17956]: cluster 2024-01-18T08:02:40.355372+0000 mgr.smithi116.xagkwr (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:43.082 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:43.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:43 smithi142 bash[17956]: cluster 2024-01-18T08:02:42.355789+0000 mgr.smithi116.xagkwr (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:43.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:43 smithi142 bash[17956]: audit 2024-01-18T08:02:43.082404+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.116:0/411244858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:43.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:43 smithi116 bash[14016]: cluster 2024-01-18T08:02:42.355789+0000 mgr.smithi116.xagkwr (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:43.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:43 smithi116 bash[14016]: audit 2024-01-18T08:02:43.082404+0000 mon.smithi116 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.116:0/411244858' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:44.029 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-18T08:02:45.030 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:45.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:45 smithi116 bash[14016]: cluster 2024-01-18T08:02:44.356200+0000 mgr.smithi116.xagkwr (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:45 smithi142 bash[17956]: cluster 2024-01-18T08:02:44.356200+0000 mgr.smithi116.xagkwr (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:46.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:46 smithi116 bash[14016]: audit 2024-01-18T08:02:46.189364+0000 mon.smithi142 (mon.1) 2 : audit [INF] from='client.? 172.21.15.142:0/3268742653' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]: dispatch 2024-01-18T08:02:46.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:46 smithi116 bash[14016]: audit 2024-01-18T08:02:46.191232+0000 mon.smithi116 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]: dispatch 2024-01-18T08:02:46.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:46 smithi116 bash[14016]: audit 2024-01-18T08:02:46.198359+0000 mon.smithi116 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]': finished 2024-01-18T08:02:46.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:46 smithi116 bash[14016]: cluster 2024-01-18T08:02:46.198423+0000 mon.smithi116 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T08:02:46.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:46 smithi116 bash[14016]: audit 2024-01-18T08:02:46.198582+0000 mon.smithi116 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:46 smithi142 bash[17956]: audit 2024-01-18T08:02:46.189364+0000 mon.smithi142 (mon.1) 2 : audit [INF] from='client.? 172.21.15.142:0/3268742653' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]: dispatch 2024-01-18T08:02:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:46 smithi142 bash[17956]: audit 2024-01-18T08:02:46.191232+0000 mon.smithi116 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]: dispatch 2024-01-18T08:02:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:46 smithi142 bash[17956]: audit 2024-01-18T08:02:46.198359+0000 mon.smithi116 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0eb214a8-105b-47d9-a0e1-c9fe18b92aca"}]': finished 2024-01-18T08:02:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:46 smithi142 bash[17956]: cluster 2024-01-18T08:02:46.198423+0000 mon.smithi116 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-18T08:02:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:46 smithi142 bash[17956]: audit 2024-01-18T08:02:46.198582+0000 mon.smithi116 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:47.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:47 smithi116 bash[14016]: cluster 2024-01-18T08:02:46.356597+0000 mgr.smithi116.xagkwr (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:47.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:47 smithi142 bash[17956]: cluster 2024-01-18T08:02:46.356597+0000 mgr.smithi116.xagkwr (mgr.14180) 83 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:48.567 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:48.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: audit 2024-01-18T08:02:47.822785+0000 mon.smithi116 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.142:0/764617118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: audit 2024-01-18T08:02:47.852877+0000 mon.smithi116 (mon.0) 266 : audit [INF] from='client.? 172.21.15.116:0/2373746795' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3c5d596-71aa-4018-a3d0-af515eea3357"}]: dispatch 2024-01-18T08:02:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: audit 2024-01-18T08:02:47.856967+0000 mon.smithi116 (mon.0) 267 : audit [INF] from='client.? 172.21.15.116:0/2373746795' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3c5d596-71aa-4018-a3d0-af515eea3357"}]': finished 2024-01-18T08:02:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: cluster 2024-01-18T08:02:47.857004+0000 mon.smithi116 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T08:02:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: audit 2024-01-18T08:02:47.857099+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:48 smithi116 bash[14016]: audit 2024-01-18T08:02:47.857361+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: audit 2024-01-18T08:02:47.822785+0000 mon.smithi116 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.142:0/764617118' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: audit 2024-01-18T08:02:47.852877+0000 mon.smithi116 (mon.0) 266 : audit [INF] from='client.? 172.21.15.116:0/2373746795' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3c5d596-71aa-4018-a3d0-af515eea3357"}]: dispatch 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: audit 2024-01-18T08:02:47.856967+0000 mon.smithi116 (mon.0) 267 : audit [INF] from='client.? 172.21.15.116:0/2373746795' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3c5d596-71aa-4018-a3d0-af515eea3357"}]': finished 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: cluster 2024-01-18T08:02:47.857004+0000 mon.smithi116 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: audit 2024-01-18T08:02:47.857099+0000 mon.smithi116 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:48 smithi142 bash[17956]: audit 2024-01-18T08:02:47.857361+0000 mon.smithi116 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:49.488 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1705564967,"num_remapped_pgs":0} 2024-01-18T08:02:49.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:49 smithi116 bash[14016]: cluster 2024-01-18T08:02:48.357006+0000 mgr.smithi116.xagkwr (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:49.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:49 smithi116 bash[14016]: audit 2024-01-18T08:02:48.567389+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.116:0/1480889914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:49 smithi142 bash[17956]: cluster 2024-01-18T08:02:48.357006+0000 mgr.smithi116.xagkwr (mgr.14180) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:49 smithi142 bash[17956]: audit 2024-01-18T08:02:48.567389+0000 mon.smithi116 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.116:0/1480889914' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:50.490 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:50.692 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:50 smithi116 bash[14016]: audit 2024-01-18T08:02:49.887259+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.116:0/3077700878' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:50.805 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:50 smithi142 bash[17956]: audit 2024-01-18T08:02:49.887259+0000 mon.smithi116 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.116:0/3077700878' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: cluster 2024-01-18T08:02:50.357415+0000 mgr.smithi116.xagkwr (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.605958+0000 mon.smithi142 (mon.1) 3 : audit [INF] from='client.? 172.21.15.142:0/3407537681' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]: dispatch 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.607725+0000 mon.smithi116 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]: dispatch 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.613690+0000 mon.smithi116 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]': finished 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: cluster 2024-01-18T08:02:50.613778+0000 mon.smithi116 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.613993+0000 mon.smithi116 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.614608+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:51.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:51 smithi116 bash[14016]: audit 2024-01-18T08:02:50.615041+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: cluster 2024-01-18T08:02:50.357415+0000 mgr.smithi116.xagkwr (mgr.14180) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.605958+0000 mon.smithi142 (mon.1) 3 : audit [INF] from='client.? 172.21.15.142:0/3407537681' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]: dispatch 2024-01-18T08:02:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.607725+0000 mon.smithi116 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]: dispatch 2024-01-18T08:02:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.613690+0000 mon.smithi116 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "300a5d20-bf7f-4f6d-9a4f-4590632dfd6a"}]': finished 2024-01-18T08:02:51.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: cluster 2024-01-18T08:02:50.613778+0000 mon.smithi116 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-18T08:02:51.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.613993+0000 mon.smithi116 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:51.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.614608+0000 mon.smithi116 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:51.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:51 smithi142 bash[17956]: audit 2024-01-18T08:02:50.615041+0000 mon.smithi116 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:52.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:52 smithi116 bash[14016]: audit 2024-01-18T08:02:52.252511+0000 mon.smithi142 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.142:0/1857374299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:52 smithi142 bash[17956]: audit 2024-01-18T08:02:52.252511+0000 mon.smithi142 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.142:0/1857374299' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:53.351 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:53.869 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: cluster 2024-01-18T08:02:52.357809+0000 mgr.smithi116.xagkwr (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.728660+0000 mon.smithi116 (mon.0) 279 : audit [INF] from='client.? 172.21.15.116:0/2648030328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e215101a-975a-42ac-9fe5-cb7526160835"}]: dispatch 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.734791+0000 mon.smithi116 (mon.0) 280 : audit [INF] from='client.? 172.21.15.116:0/2648030328' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e215101a-975a-42ac-9fe5-cb7526160835"}]': finished 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: cluster 2024-01-18T08:02:52.734951+0000 mon.smithi116 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.735181+0000 mon.smithi116 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.735498+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.735678+0000 mon.smithi116 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:52.735868+0000 mon.smithi116 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:53.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:53 smithi116 bash[14016]: audit 2024-01-18T08:02:53.351390+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.116:0/596387124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: cluster 2024-01-18T08:02:52.357809+0000 mgr.smithi116.xagkwr (mgr.14180) 86 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.728660+0000 mon.smithi116 (mon.0) 279 : audit [INF] from='client.? 172.21.15.116:0/2648030328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e215101a-975a-42ac-9fe5-cb7526160835"}]: dispatch 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.734791+0000 mon.smithi116 (mon.0) 280 : audit [INF] from='client.? 172.21.15.116:0/2648030328' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e215101a-975a-42ac-9fe5-cb7526160835"}]': finished 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: cluster 2024-01-18T08:02:52.734951+0000 mon.smithi116 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.735181+0000 mon.smithi116 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.735498+0000 mon.smithi116 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.735678+0000 mon.smithi116 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:52.735868+0000 mon.smithi116 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:53.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:53 smithi142 bash[17956]: audit 2024-01-18T08:02:53.351390+0000 mon.smithi116 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.116:0/596387124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:54.312 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705564972,"num_remapped_pgs":0} 2024-01-18T08:02:55.313 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: cluster 2024-01-18T08:02:54.358280+0000 mgr.smithi116.xagkwr (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:54.867374+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/3325997040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.053793+0000 mon.smithi142 (mon.1) 5 : audit [INF] from='client.? 172.21.15.142:0/712383089' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]: dispatch 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.055821+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]: dispatch 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.064960+0000 mon.smithi116 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]': finished 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: cluster 2024-01-18T08:02:55.065062+0000 mon.smithi116 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T08:02:55.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.065311+0000 mon.smithi116 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:55.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.066129+0000 mon.smithi116 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:55.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.066641+0000 mon.smithi116 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:55.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.067101+0000 mon.smithi116 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:55.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:55 smithi142 bash[17956]: audit 2024-01-18T08:02:55.067511+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: cluster 2024-01-18T08:02:54.358280+0000 mgr.smithi116.xagkwr (mgr.14180) 87 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:54.867374+0000 mon.smithi116 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.116:0/3325997040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.053793+0000 mon.smithi142 (mon.1) 5 : audit [INF] from='client.? 172.21.15.142:0/712383089' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.055821+0000 mon.smithi116 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.064960+0000 mon.smithi116 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4866b060-5ac6-48ce-9c07-604f0948ac14"}]': finished 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: cluster 2024-01-18T08:02:55.065062+0000 mon.smithi116 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.065311+0000 mon.smithi116 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.066129+0000 mon.smithi116 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.066641+0000 mon.smithi116 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.067101+0000 mon.smithi116 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:55.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:55 smithi116 bash[14016]: audit 2024-01-18T08:02:55.067511+0000 mon.smithi116 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:02:57.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:57 smithi142 bash[17956]: cluster 2024-01-18T08:02:56.358701+0000 mgr.smithi116.xagkwr (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:57.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:57 smithi142 bash[17956]: audit 2024-01-18T08:02:56.699683+0000 mon.smithi142 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.142:0/1319614302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:57.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:57 smithi116 bash[14016]: cluster 2024-01-18T08:02:56.358701+0000 mgr.smithi116.xagkwr (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:02:57.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:57 smithi116 bash[14016]: audit 2024-01-18T08:02:56.699683+0000 mon.smithi142 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.142:0/1319614302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:02:58.306 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.662107+0000 mon.smithi116 (mon.0) 296 : audit [INF] from='client.? 172.21.15.116:0/579138032' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a7d3797-1d69-49db-8a56-10046e78a505"}]: dispatch 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.668318+0000 mon.smithi116 (mon.0) 297 : audit [INF] from='client.? 172.21.15.116:0/579138032' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a7d3797-1d69-49db-8a56-10046e78a505"}]': finished 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: cluster 2024-01-18T08:02:57.668424+0000 mon.smithi116 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.668695+0000 mon.smithi116 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.669314+0000 mon.smithi116 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:58.610 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.669600+0000 mon.smithi116 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:58.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.669880+0000 mon.smithi116 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:58.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.670168+0000 mon.smithi116 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:02:58.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:57.670395+0000 mon.smithi116 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:02:58.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:58 smithi116 bash[14016]: audit 2024-01-18T08:02:58.306488+0000 mon.smithi116 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.116:0/593441388' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.662107+0000 mon.smithi116 (mon.0) 296 : audit [INF] from='client.? 172.21.15.116:0/579138032' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3a7d3797-1d69-49db-8a56-10046e78a505"}]: dispatch 2024-01-18T08:02:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.668318+0000 mon.smithi116 (mon.0) 297 : audit [INF] from='client.? 172.21.15.116:0/579138032' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3a7d3797-1d69-49db-8a56-10046e78a505"}]': finished 2024-01-18T08:02:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: cluster 2024-01-18T08:02:57.668424+0000 mon.smithi116 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-18T08:02:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.668695+0000 mon.smithi116 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:02:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.669314+0000 mon.smithi116 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:02:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.669600+0000 mon.smithi116 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:02:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.669880+0000 mon.smithi116 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:02:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.670168+0000 mon.smithi116 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:02:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:57.670395+0000 mon.smithi116 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:02:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:58 smithi142 bash[17956]: audit 2024-01-18T08:02:58.306488+0000 mon.smithi116 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.116:0/593441388' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:02:59.355 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1705564977,"num_remapped_pgs":0} 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: cluster 2024-01-18T08:02:58.360220+0000 mgr.smithi116.xagkwr (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.476130+0000 mon.smithi142 (mon.1) 7 : audit [INF] from='client.? 172.21.15.142:0/579608792' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]: dispatch 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.477964+0000 mon.smithi116 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]: dispatch 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.485247+0000 mon.smithi116 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]': finished 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: cluster 2024-01-18T08:02:59.485293+0000 mon.smithi116 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T08:03:00.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.485486+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.486039+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.486352+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.486670+0000 mon.smithi116 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.487037+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.487278+0000 mon.smithi116 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:00.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:02:59 smithi116 bash[14016]: audit 2024-01-18T08:02:59.487553+0000 mon.smithi116 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: cluster 2024-01-18T08:02:58.360220+0000 mgr.smithi116.xagkwr (mgr.14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.476130+0000 mon.smithi142 (mon.1) 7 : audit [INF] from='client.? 172.21.15.142:0/579608792' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.477964+0000 mon.smithi116 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.485247+0000 mon.smithi116 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26d5eb2a-4625-4849-b52c-4818743ac020"}]': finished 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: cluster 2024-01-18T08:02:59.485293+0000 mon.smithi116 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.485486+0000 mon.smithi116 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.486039+0000 mon.smithi116 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.486352+0000 mon.smithi116 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.486670+0000 mon.smithi116 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.487037+0000 mon.smithi116 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:00.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.487278+0000 mon.smithi116 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:00.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:02:59 smithi142 bash[17956]: audit 2024-01-18T08:02:59.487553+0000 mon.smithi116 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:00.357 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:01.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:00 smithi116 bash[14016]: audit 2024-01-18T08:02:59.754306+0000 mon.smithi116 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.116:0/1357418418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:00 smithi142 bash[17956]: audit 2024-01-18T08:02:59.754306+0000 mon.smithi116 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.116:0/1357418418' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:01.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:01 smithi116 bash[14016]: cluster 2024-01-18T08:03:00.360614+0000 mgr.smithi116.xagkwr (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:01.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:01 smithi116 bash[14016]: audit 2024-01-18T08:03:01.154306+0000 mon.smithi116 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.142:0/126251410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:02.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:01 smithi142 bash[17956]: cluster 2024-01-18T08:03:00.360614+0000 mgr.smithi116.xagkwr (mgr.14180) 90 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:02.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:01 smithi142 bash[17956]: audit 2024-01-18T08:03:01.154306+0000 mon.smithi116 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.142:0/126251410' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:02.939 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.575442+0000 mon.smithi116 (mon.0) 318 : audit [INF] from='client.? 172.21.15.116:0/3259062264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09f994cf-ef52-42ea-9894-569cde9547d7"}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.581289+0000 mon.smithi116 (mon.0) 319 : audit [INF] from='client.? 172.21.15.116:0/3259062264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09f994cf-ef52-42ea-9894-569cde9547d7"}]': finished 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: cluster 2024-01-18T08:03:02.581356+0000 mon.smithi116 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.581498+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.582034+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.582299+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.582543+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.582796+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.583113+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.583349+0000 mon.smithi116 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:02.940 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:02 smithi116 bash[14016]: audit 2024-01-18T08:03:02.583595+0000 mon.smithi116 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.575442+0000 mon.smithi116 (mon.0) 318 : audit [INF] from='client.? 172.21.15.116:0/3259062264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "09f994cf-ef52-42ea-9894-569cde9547d7"}]: dispatch 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.581289+0000 mon.smithi116 (mon.0) 319 : audit [INF] from='client.? 172.21.15.116:0/3259062264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "09f994cf-ef52-42ea-9894-569cde9547d7"}]': finished 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: cluster 2024-01-18T08:03:02.581356+0000 mon.smithi116 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.581498+0000 mon.smithi116 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.582034+0000 mon.smithi116 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.582299+0000 mon.smithi116 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.582543+0000 mon.smithi116 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.582796+0000 mon.smithi116 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.583113+0000 mon.smithi116 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.583349+0000 mon.smithi116 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:02 smithi142 bash[17956]: audit 2024-01-18T08:03:02.583595+0000 mon.smithi116 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:03.545 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:04.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:03 smithi116 bash[14016]: cluster 2024-01-18T08:03:02.361001+0000 mgr.smithi116.xagkwr (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:04.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:03 smithi116 bash[14016]: audit 2024-01-18T08:03:03.545797+0000 mon.smithi116 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.116:0/171815077' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:04.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:03 smithi142 bash[17956]: cluster 2024-01-18T08:03:02.361001+0000 mgr.smithi116.xagkwr (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:04.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:03 smithi142 bash[17956]: audit 2024-01-18T08:03:03.545797+0000 mon.smithi116 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.116:0/171815077' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:04.399 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:05.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:04 smithi116 bash[14016]: audit 2024-01-18T08:03:04.377439+0000 mon.smithi116 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.116:0/4231119638' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:05.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:04 smithi142 bash[17956]: audit 2024-01-18T08:03:04.377439+0000 mon.smithi116 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.116:0/4231119638' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T08:03:05.401 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:06.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:05 smithi116 bash[14016]: cluster 2024-01-18T08:03:04.361373+0000 mgr.smithi116.xagkwr (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:05 smithi142 bash[17956]: cluster 2024-01-18T08:03:04.361373+0000 mgr.smithi116.xagkwr (mgr.14180) 92 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:08.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:07 smithi116 bash[14016]: cluster 2024-01-18T08:03:06.361860+0000 mgr.smithi116.xagkwr (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:08.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:07 smithi142 bash[17956]: cluster 2024-01-18T08:03:06.361860+0000 mgr.smithi116.xagkwr (mgr.14180) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:08.899 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:09.629 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:09.992 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:09 smithi142 bash[17956]: cluster 2024-01-18T08:03:08.362271+0000 mgr.smithi116.xagkwr (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:09.992 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:09 smithi142 bash[17956]: audit 2024-01-18T08:03:08.898936+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.116:0/2583531280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:10.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:09 smithi116 bash[14016]: cluster 2024-01-18T08:03:08.362271+0000 mgr.smithi116.xagkwr (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:10.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:09 smithi116 bash[14016]: audit 2024-01-18T08:03:08.898936+0000 mon.smithi116 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.116:0/2583531280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:10.629 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:11.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:10 smithi142 bash[17956]: cluster 2024-01-18T08:03:10.362690+0000 mgr.smithi116.xagkwr (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:11.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:10 smithi116 bash[14016]: cluster 2024-01-18T08:03:10.362690+0000 mgr.smithi116.xagkwr (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:13 smithi116 bash[14016]: cluster 2024-01-18T08:03:12.363133+0000 mgr.smithi116.xagkwr (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:13 smithi116 bash[14016]: audit 2024-01-18T08:03:12.940003+0000 mon.smithi116 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T08:03:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:13 smithi116 bash[14016]: audit 2024-01-18T08:03:12.941775+0000 mon.smithi116 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:13.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:13 smithi142 bash[17956]: cluster 2024-01-18T08:03:12.363133+0000 mgr.smithi116.xagkwr (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:13.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:13 smithi142 bash[17956]: audit 2024-01-18T08:03:12.940003+0000 mon.smithi116 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T08:03:13.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:13 smithi142 bash[17956]: audit 2024-01-18T08:03:12.941775+0000 mon.smithi116 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:13.992 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:14.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:14 smithi142 bash[17956]: cephadm 2024-01-18T08:03:12.943428+0000 mgr.smithi116.xagkwr (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi142 2024-01-18T08:03:14.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:14 smithi142 bash[17956]: audit 2024-01-18T08:03:13.992763+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.116:0/4235717725' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:14.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:14 smithi116 bash[14016]: cephadm 2024-01-18T08:03:12.943428+0000 mgr.smithi116.xagkwr (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.0 on smithi142 2024-01-18T08:03:14.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:14 smithi116 bash[14016]: audit 2024-01-18T08:03:13.992763+0000 mon.smithi116 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.116:0/4235717725' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:14.999 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:15.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:15 smithi116 bash[14016]: cluster 2024-01-18T08:03:14.363542+0000 mgr.smithi116.xagkwr (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:15 smithi142 bash[17956]: cluster 2024-01-18T08:03:14.363542+0000 mgr.smithi116.xagkwr (mgr.14180) 98 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:16.000 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:17.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:17 smithi116 bash[14016]: cluster 2024-01-18T08:03:16.363869+0000 mgr.smithi116.xagkwr (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:17.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:17 smithi116 bash[14016]: audit 2024-01-18T08:03:17.238815+0000 mon.smithi116 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:17.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:17 smithi116 bash[14016]: audit 2024-01-18T08:03:17.239880+0000 mon.smithi116 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T08:03:17.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:17 smithi116 bash[14016]: audit 2024-01-18T08:03:17.240760+0000 mon.smithi116 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:17.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:17 smithi142 bash[17956]: cluster 2024-01-18T08:03:16.363869+0000 mgr.smithi116.xagkwr (mgr.14180) 99 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:17.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:17 smithi142 bash[17956]: audit 2024-01-18T08:03:17.238815+0000 mon.smithi116 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:17.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:17 smithi142 bash[17956]: audit 2024-01-18T08:03:17.239880+0000 mon.smithi116 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T08:03:17.557 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:17 smithi142 bash[17956]: audit 2024-01-18T08:03:17.240760+0000 mon.smithi116 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:18.769 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:18 smithi142 bash[17956]: cephadm 2024-01-18T08:03:17.241469+0000 mgr.smithi116.xagkwr (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi142 2024-01-18T08:03:18.769 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:18 smithi142 bash[17956]: audit 2024-01-18T08:03:17.872718+0000 mon.smithi116 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T08:03:18.769 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:18 smithi142 bash[17956]: audit 2024-01-18T08:03:17.874032+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:18.794 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:18 smithi116 bash[14016]: cephadm 2024-01-18T08:03:17.241469+0000 mgr.smithi116.xagkwr (mgr.14180) 100 : cephadm [INF] Deploying daemon osd.2 on smithi142 2024-01-18T08:03:18.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:18 smithi116 bash[14016]: audit 2024-01-18T08:03:17.872718+0000 mon.smithi116 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T08:03:18.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:18 smithi116 bash[14016]: audit 2024-01-18T08:03:17.874032+0000 mon.smithi116 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:19.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:19 smithi142 bash[17956]: cephadm 2024-01-18T08:03:17.875066+0000 mgr.smithi116.xagkwr (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-01-18T08:03:19.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:19 smithi142 bash[17956]: cluster 2024-01-18T08:03:18.364282+0000 mgr.smithi116.xagkwr (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:19.701 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:19 smithi116 bash[14016]: cephadm 2024-01-18T08:03:17.875066+0000 mgr.smithi116.xagkwr (mgr.14180) 101 : cephadm [INF] Deploying daemon osd.1 on smithi116 2024-01-18T08:03:19.701 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:19 smithi116 bash[14016]: cluster 2024-01-18T08:03:18.364282+0000 mgr.smithi116.xagkwr (mgr.14180) 102 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:20.212 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:21.294 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:20 smithi116 bash[14016]: audit 2024-01-18T08:03:20.212347+0000 mon.smithi116 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.116:0/2809379987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:21.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:20 smithi116 bash[14016]: cluster 2024-01-18T08:03:20.364736+0000 mgr.smithi116.xagkwr (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:21.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:20 smithi142 bash[17956]: audit 2024-01-18T08:03:20.212347+0000 mon.smithi116 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.116:0/2809379987' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:21.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:20 smithi142 bash[17956]: cluster 2024-01-18T08:03:20.364736+0000 mgr.smithi116.xagkwr (mgr.14180) 103 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:21.396 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:22.397 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:23.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:23 smithi116 bash[14016]: cluster 2024-01-18T08:03:22.365168+0000 mgr.smithi116.xagkwr (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:23.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:23 smithi116 bash[14016]: audit 2024-01-18T08:03:23.202010+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:23.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:23 smithi116 bash[14016]: audit 2024-01-18T08:03:23.203227+0000 mon.smithi116 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T08:03:23.514 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:23 smithi116 bash[14016]: audit 2024-01-18T08:03:23.204460+0000 mon.smithi116 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:23.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:23 smithi142 bash[17956]: cluster 2024-01-18T08:03:22.365168+0000 mgr.smithi116.xagkwr (mgr.14180) 104 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:23.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:23 smithi142 bash[17956]: audit 2024-01-18T08:03:23.202010+0000 mon.smithi116 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:23.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:23 smithi142 bash[17956]: audit 2024-01-18T08:03:23.203227+0000 mon.smithi116 (mon.0) 342 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T08:03:23.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:23 smithi142 bash[17956]: audit 2024-01-18T08:03:23.204460+0000 mon.smithi116 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:24.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:24 smithi142 bash[17956]: cephadm 2024-01-18T08:03:23.205639+0000 mgr.smithi116.xagkwr (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi142 2024-01-18T08:03:24.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:24 smithi142 bash[17956]: audit 2024-01-18T08:03:23.791833+0000 mon.smithi116 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:24.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:24 smithi142 bash[17956]: audit 2024-01-18T08:03:23.792878+0000 mon.smithi116 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T08:03:24.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:24 smithi142 bash[17956]: audit 2024-01-18T08:03:23.794044+0000 mon.smithi116 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:24.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:24 smithi116 bash[14016]: cephadm 2024-01-18T08:03:23.205639+0000 mgr.smithi116.xagkwr (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.4 on smithi142 2024-01-18T08:03:24.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:24 smithi116 bash[14016]: audit 2024-01-18T08:03:23.791833+0000 mon.smithi116 (mon.0) 344 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:24.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:24 smithi116 bash[14016]: audit 2024-01-18T08:03:23.792878+0000 mon.smithi116 (mon.0) 345 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T08:03:24.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:24 smithi116 bash[14016]: audit 2024-01-18T08:03:23.794044+0000 mon.smithi116 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:25.746 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:25 smithi142 bash[17956]: cephadm 2024-01-18T08:03:23.794932+0000 mgr.smithi116.xagkwr (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.3 on smithi116 2024-01-18T08:03:25.747 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:25 smithi142 bash[17956]: cluster 2024-01-18T08:03:24.365611+0000 mgr.smithi116.xagkwr (mgr.14180) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:25.751 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:25 smithi116 bash[14016]: cephadm 2024-01-18T08:03:23.794932+0000 mgr.smithi116.xagkwr (mgr.14180) 106 : cephadm [INF] Deploying daemon osd.3 on smithi116 2024-01-18T08:03:25.751 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:25 smithi116 bash[14016]: cluster 2024-01-18T08:03:24.365611+0000 mgr.smithi116.xagkwr (mgr.14180) 107 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:26.426 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:26.472 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:26 smithi116 bash[14016]: audit 2024-01-18T08:03:25.630840+0000 mon.smithi142 (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:03:26.472 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:26 smithi116 bash[14016]: audit 2024-01-18T08:03:25.632401+0000 mon.smithi116 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:03:26.472 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:26 smithi116 bash[14016]: audit 2024-01-18T08:03:26.426334+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.116:0/2200476640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:26 smithi142 bash[17956]: audit 2024-01-18T08:03:25.630840+0000 mon.smithi142 (mon.1) 8 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:03:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:26 smithi142 bash[17956]: audit 2024-01-18T08:03:25.632401+0000 mon.smithi116 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T08:03:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:26 smithi142 bash[17956]: audit 2024-01-18T08:03:26.426334+0000 mon.smithi116 (mon.0) 348 : audit [DBG] from='client.? 172.21.15.116:0/2200476640' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: cluster 2024-01-18T08:03:26.365991+0000 mgr.smithi116.xagkwr (mgr.14180) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.440494+0000 mon.smithi116 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: cluster 2024-01-18T08:03:26.440554+0000 mon.smithi116 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.440689+0000 mon.smithi142 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.440690+0000 mon.smithi116 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.441064+0000 mon.smithi116 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.441351+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.441632+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.441889+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.442339+0000 mon.smithi116 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:27.699 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.442703+0000 mon.smithi116 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:27.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.442985+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:27.700 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:27 smithi142 bash[17956]: audit 2024-01-18T08:03:26.443261+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: cluster 2024-01-18T08:03:26.365991+0000 mgr.smithi116.xagkwr (mgr.14180) 108 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.440494+0000 mon.smithi116 (mon.0) 349 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: cluster 2024-01-18T08:03:26.440554+0000 mon.smithi116 (mon.0) 350 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.440689+0000 mon.smithi142 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.440690+0000 mon.smithi116 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.441064+0000 mon.smithi116 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.441351+0000 mon.smithi116 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.441632+0000 mon.smithi116 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.441889+0000 mon.smithi116 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.442339+0000 mon.smithi116 (mon.0) 356 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.442703+0000 mon.smithi116 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.442985+0000 mon.smithi116 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:27 smithi116 bash[14016]: audit 2024-01-18T08:03:26.443261+0000 mon.smithi116 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:28.108 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:28.566 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.439484+0000 mon.smithi116 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: cluster 2024-01-18T08:03:27.439546+0000 mon.smithi116 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.439918+0000 mon.smithi116 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.440306+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.440594+0000 mon.smithi116 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.440838+0000 mon.smithi116 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.440991+0000 mon.smithi116 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.441150+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.441398+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.445005+0000 mon.smithi116 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:28.567 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:28 smithi116 bash[14016]: audit 2024-01-18T08:03:27.448056+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.439484+0000 mon.smithi116 (mon.0) 360 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: cluster 2024-01-18T08:03:27.439546+0000 mon.smithi116 (mon.0) 361 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.439918+0000 mon.smithi116 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.440306+0000 mon.smithi116 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.440594+0000 mon.smithi116 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.440838+0000 mon.smithi116 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:28.711 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.440991+0000 mon.smithi116 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:28.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.441150+0000 mon.smithi116 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:28.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.441398+0000 mon.smithi116 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:28.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.445005+0000 mon.smithi116 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:28.712 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:28 smithi142 bash[17956]: audit 2024-01-18T08:03:27.448056+0000 mon.smithi116 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:29.109 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: cluster 2024-01-18T08:03:26.641922+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: cluster 2024-01-18T08:03:26.642005+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: cluster 2024-01-18T08:03:28.366411+0000 mgr.smithi116.xagkwr (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: cluster 2024-01-18T08:03:28.446523+0000 mon.smithi116 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745] boot 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: cluster 2024-01-18T08:03:28.446603+0000 mon.smithi116 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T08:03:29.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.447107+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.447473+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.447673+0000 mon.smithi116 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.447866+0000 mon.smithi116 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.448090+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.448279+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.448461+0000 mon.smithi116 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.448655+0000 mon.smithi116 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.750399+0000 mon.smithi116 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.751515+0000 mon.smithi116 (mon.0) 382 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T08:03:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:29 smithi116 bash[14016]: audit 2024-01-18T08:03:28.752538+0000 mon.smithi116 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: cluster 2024-01-18T08:03:26.641922+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: cluster 2024-01-18T08:03:26.642005+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: cluster 2024-01-18T08:03:28.366411+0000 mgr.smithi116.xagkwr (mgr.14180) 109 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: cluster 2024-01-18T08:03:28.446523+0000 mon.smithi116 (mon.0) 371 : cluster [INF] osd.0 [v2:172.21.15.142:6800/2867038745,v1:172.21.15.142:6801/2867038745] boot 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: cluster 2024-01-18T08:03:28.446603+0000 mon.smithi116 (mon.0) 372 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.447107+0000 mon.smithi116 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.447473+0000 mon.smithi116 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.447673+0000 mon.smithi116 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.447866+0000 mon.smithi116 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.448090+0000 mon.smithi116 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.448279+0000 mon.smithi116 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.448461+0000 mon.smithi116 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.448655+0000 mon.smithi116 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.750399+0000 mon.smithi116 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.751515+0000 mon.smithi116 (mon.0) 382 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T08:03:29.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:29 smithi142 bash[17956]: audit 2024-01-18T08:03:28.752538+0000 mon.smithi116 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: cephadm 2024-01-18T08:03:28.753304+0000 mgr.smithi116.xagkwr (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi142 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: cluster 2024-01-18T08:03:29.462489+0000 mon.smithi116 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.462628+0000 mon.smithi116 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.462981+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.463179+0000 mon.smithi116 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:30.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.463643+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:30.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.463839+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:30.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.464041+0000 mon.smithi116 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:30.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:30 smithi116 bash[14016]: audit 2024-01-18T08:03:29.464243+0000 mon.smithi116 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: cephadm 2024-01-18T08:03:28.753304+0000 mgr.smithi116.xagkwr (mgr.14180) 110 : cephadm [INF] Deploying daemon osd.6 on smithi142 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: cluster 2024-01-18T08:03:29.462489+0000 mon.smithi116 (mon.0) 384 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.462628+0000 mon.smithi116 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.462981+0000 mon.smithi116 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.463179+0000 mon.smithi116 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.463643+0000 mon.smithi116 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:30.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.463839+0000 mon.smithi116 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:30.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.464041+0000 mon.smithi116 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:30.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:30 smithi142 bash[17956]: audit 2024-01-18T08:03:29.464243+0000 mon.smithi116 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:31.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: cluster 2024-01-18T08:03:30.366778+0000 mgr.smithi116.xagkwr (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:31.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: audit 2024-01-18T08:03:31.065599+0000 mon.smithi142 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:03:31.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: audit 2024-01-18T08:03:31.066998+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:03:31.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: audit 2024-01-18T08:03:31.447428+0000 mon.smithi116 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:31.690 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: audit 2024-01-18T08:03:31.448484+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T08:03:31.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:31 smithi116 bash[14016]: audit 2024-01-18T08:03:31.449553+0000 mon.smithi116 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: cluster 2024-01-18T08:03:30.366778+0000 mgr.smithi116.xagkwr (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: audit 2024-01-18T08:03:31.065599+0000 mon.smithi142 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: audit 2024-01-18T08:03:31.066998+0000 mon.smithi116 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: audit 2024-01-18T08:03:31.447428+0000 mon.smithi116 (mon.0) 393 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: audit 2024-01-18T08:03:31.448484+0000 mon.smithi116 (mon.0) 394 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T08:03:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:31 smithi142 bash[17956]: audit 2024-01-18T08:03:31.449553+0000 mon.smithi116 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:32.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: cephadm 2024-01-18T08:03:31.450306+0000 mgr.smithi116.xagkwr (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.5 on smithi116 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.949444+0000 mon.smithi116 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: cluster 2024-01-18T08:03:31.949554+0000 mon.smithi116 (mon.0) 397 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.949822+0000 mon.smithi116 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.950561+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.951045+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.951480+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.951823+0000 mon.smithi142 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.951973+0000 mon.smithi116 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.952404+0000 mon.smithi116 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.952835+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:32.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:32 smithi116 bash[14016]: audit 2024-01-18T08:03:31.953607+0000 mon.smithi116 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:32.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: cephadm 2024-01-18T08:03:31.450306+0000 mgr.smithi116.xagkwr (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.5 on smithi116 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.949444+0000 mon.smithi116 (mon.0) 396 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: cluster 2024-01-18T08:03:31.949554+0000 mon.smithi116 (mon.0) 397 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.949822+0000 mon.smithi116 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.950561+0000 mon.smithi116 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.951045+0000 mon.smithi116 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.951480+0000 mon.smithi116 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.951823+0000 mon.smithi142 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.951973+0000 mon.smithi116 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.952404+0000 mon.smithi116 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.952835+0000 mon.smithi116 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:32 smithi142 bash[17956]: audit 2024-01-18T08:03:31.953607+0000 mon.smithi116 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: cluster 2024-01-18T08:03:32.367094+0000 mgr.smithi116.xagkwr (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.951419+0000 mon.smithi116 (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: cluster 2024-01-18T08:03:32.951485+0000 mon.smithi116 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.951915+0000 mon.smithi116 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.952382+0000 mon.smithi116 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.952700+0000 mon.smithi116 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.952998+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.953348+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.953694+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.955452+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:33.509 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:33 smithi142 bash[17956]: audit 2024-01-18T08:03:32.958206+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: cluster 2024-01-18T08:03:32.367094+0000 mgr.smithi116.xagkwr (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.951419+0000 mon.smithi116 (mon.0) 406 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: cluster 2024-01-18T08:03:32.951485+0000 mon.smithi116 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.951915+0000 mon.smithi116 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.952382+0000 mon.smithi116 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.952700+0000 mon.smithi116 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.952998+0000 mon.smithi116 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:33.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.953348+0000 mon.smithi116 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:33.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.953694+0000 mon.smithi116 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:33.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.955452+0000 mon.smithi116 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:33.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:33 smithi116 bash[14016]: audit 2024-01-18T08:03:32.958206+0000 mon.smithi116 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:34.143 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:34.593 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: cluster 2024-01-18T08:03:32.073403+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:34.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: cluster 2024-01-18T08:03:32.073472+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:34.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.558954+0000 mon.smithi116 (mon.0) 416 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T08:03:34.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: cluster 2024-01-18T08:03:33.960873+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410] boot 2024-01-18T08:03:34.620 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.960970+0000 mon.smithi116 (mon.0) 418 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: cluster 2024-01-18T08:03:33.961074+0000 mon.smithi116 (mon.0) 419 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.961255+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.961716+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.961955+0000 mon.smithi116 (mon.0) 422 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.962287+0000 mon.smithi116 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.962541+0000 mon.smithi116 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.962686+0000 mon.smithi116 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.962875+0000 mon.smithi116 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:33.963025+0000 mon.smithi116 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:34.621 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:34 smithi142 bash[17956]: audit 2024-01-18T08:03:34.143125+0000 mon.smithi116 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.116:0/4252253589' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:34.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: cluster 2024-01-18T08:03:32.073403+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:34.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: cluster 2024-01-18T08:03:32.073472+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:34.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.558954+0000 mon.smithi116 (mon.0) 416 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T08:03:34.724 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: cluster 2024-01-18T08:03:33.960873+0000 mon.smithi116 (mon.0) 417 : cluster [INF] osd.2 [v2:172.21.15.142:6808/1569245410,v1:172.21.15.142:6809/1569245410] boot 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.960970+0000 mon.smithi116 (mon.0) 418 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: cluster 2024-01-18T08:03:33.961074+0000 mon.smithi116 (mon.0) 419 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.961255+0000 mon.smithi116 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.961716+0000 mon.smithi116 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.961955+0000 mon.smithi116 (mon.0) 422 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.962287+0000 mon.smithi116 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.962541+0000 mon.smithi116 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.962686+0000 mon.smithi116 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.962875+0000 mon.smithi116 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:33.963025+0000 mon.smithi116 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:34.725 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:34 smithi116 bash[14016]: audit 2024-01-18T08:03:34.143125+0000 mon.smithi116 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.116:0/4252253589' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:35.703 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1705565013,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: cluster 2024-01-18T08:03:34.367377+0000 mgr.smithi116.xagkwr (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.567131+0000 mon.smithi116 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.960834+0000 mon.smithi116 (mon.0) 430 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: cluster 2024-01-18T08:03:34.960894+0000 mon.smithi116 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.961320+0000 mon.smithi116 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.961692+0000 mon.smithi116 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.962267+0000 mon.smithi116 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.962533+0000 mon.smithi116 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:35.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.962738+0000 mon.smithi116 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:35.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.963011+0000 mon.smithi116 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:35.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:35 smithi142 bash[17956]: audit 2024-01-18T08:03:34.965743+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: cluster 2024-01-18T08:03:34.367377+0000 mgr.smithi116.xagkwr (mgr.14180) 114 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.567131+0000 mon.smithi116 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.960834+0000 mon.smithi116 (mon.0) 430 : audit [INF] from='osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: cluster 2024-01-18T08:03:34.960894+0000 mon.smithi116 (mon.0) 431 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.961320+0000 mon.smithi116 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.961692+0000 mon.smithi116 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.962267+0000 mon.smithi116 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.962533+0000 mon.smithi116 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.962738+0000 mon.smithi116 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.963011+0000 mon.smithi116 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:36.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:35 smithi116 bash[14016]: audit 2024-01-18T08:03:34.965743+0000 mon.smithi116 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:36.704 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:37.042 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:36 smithi116 bash[14016]: cluster 2024-01-18T08:03:34.533237+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: cluster 2024-01-18T08:03:34.533303+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: cluster 2024-01-18T08:03:35.968380+0000 mon.smithi116 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587] boot 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: cluster 2024-01-18T08:03:35.968416+0000 mon.smithi116 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.968551+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.968979+0000 mon.smithi116 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.969271+0000 mon.smithi116 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:37.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.969544+0000 mon.smithi116 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:37.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.969735+0000 mon.smithi116 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:37.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.969928+0000 mon.smithi116 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:37.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:35.970177+0000 mon.smithi116 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T08:03:37.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: cluster 2024-01-18T08:03:36.367680+0000 mgr.smithi116.xagkwr (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: cluster 2024-01-18T08:03:34.533237+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: cluster 2024-01-18T08:03:34.533303+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: cluster 2024-01-18T08:03:35.968380+0000 mon.smithi116 (mon.0) 439 : cluster [INF] osd.1 [v2:172.21.15.116:6802/1480227587,v1:172.21.15.116:6803/1480227587] boot 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: cluster 2024-01-18T08:03:35.968416+0000 mon.smithi116 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.968551+0000 mon.smithi116 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.968979+0000 mon.smithi116 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.969271+0000 mon.smithi116 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.969544+0000 mon.smithi116 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.969735+0000 mon.smithi116 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.969928+0000 mon.smithi116 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:37.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: audit 2024-01-18T08:03:35.970177+0000 mon.smithi116 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T08:03:37.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:36 smithi142 bash[17956]: cluster 2024-01-18T08:03:36.367680+0000 mgr.smithi116.xagkwr (mgr.14180) 115 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.980221+0000 mon.smithi116 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: cluster 2024-01-18T08:03:36.980269+0000 mon.smithi116 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.980387+0000 mon.smithi116 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.980692+0000 mon.smithi116 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.980856+0000 mon.smithi116 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.981072+0000 mon.smithi116 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.981312+0000 mon.smithi116 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:36.982048+0000 mon.smithi116 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:37.001632+0000 mon.smithi142 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:03:38.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:37 smithi116 bash[14016]: audit 2024-01-18T08:03:37.002900+0000 mon.smithi116 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:03:38.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.980221+0000 mon.smithi116 (mon.0) 448 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-18T08:03:38.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: cluster 2024-01-18T08:03:36.980269+0000 mon.smithi116 (mon.0) 449 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-18T08:03:38.317 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.980387+0000 mon.smithi116 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.980692+0000 mon.smithi116 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.980856+0000 mon.smithi116 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.981072+0000 mon.smithi116 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.981312+0000 mon.smithi116 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:36.982048+0000 mon.smithi116 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:37.001632+0000 mon.smithi142 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:03:38.318 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:37 smithi142 bash[17956]: audit 2024-01-18T08:03:37.002900+0000 mon.smithi116 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.987612+0000 mon.smithi116 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.987704+0000 mon.smithi116 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: cluster 2024-01-18T08:03:37.987801+0000 mon.smithi116 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.987994+0000 mon.smithi116 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.988566+0000 mon.smithi116 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.988873+0000 mon.smithi116 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.989176+0000 mon.smithi116 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.989469+0000 mon.smithi142 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.989484+0000 mon.smithi116 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:37.990704+0000 mon.smithi116 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: cluster 2024-01-18T08:03:38.368156+0000 mgr.smithi116.xagkwr (mgr.14180) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:38.687447+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:38.688573+0000 mon.smithi116 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: audit 2024-01-18T08:03:38.689327+0000 mon.smithi116 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:39 smithi116 bash[14016]: cephadm 2024-01-18T08:03:38.689992+0000 mgr.smithi116.xagkwr (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.7 on smithi116 2024-01-18T08:03:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.987612+0000 mon.smithi116 (mon.0) 457 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T08:03:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.987704+0000 mon.smithi116 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T08:03:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: cluster 2024-01-18T08:03:37.987801+0000 mon.smithi116 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-18T08:03:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.987994+0000 mon.smithi116 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.988566+0000 mon.smithi116 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.988873+0000 mon.smithi116 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.989176+0000 mon.smithi116 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.989469+0000 mon.smithi142 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.989484+0000 mon.smithi116 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: audit 2024-01-18T08:03:37.990704+0000 mon.smithi116 (mon.0) 465 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:38 smithi142 bash[17956]: cluster 2024-01-18T08:03:38.368156+0000 mgr.smithi116.xagkwr (mgr.14180) 116 : cluster [DBG] pgmap v87: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:39 smithi142 bash[17956]: audit 2024-01-18T08:03:38.687447+0000 mon.smithi116 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:39 smithi142 bash[17956]: audit 2024-01-18T08:03:38.688573+0000 mon.smithi116 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:39 smithi142 bash[17956]: audit 2024-01-18T08:03:38.689327+0000 mon.smithi116 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:03:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:39 smithi142 bash[17956]: cephadm 2024-01-18T08:03:38.689992+0000 mgr.smithi116.xagkwr (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.7 on smithi116 2024-01-18T08:03:40.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.994113+0000 mon.smithi116 (mon.0) 469 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:40.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: cluster 2024-01-18T08:03:38.994246+0000 mon.smithi116 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-18T08:03:40.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.994811+0000 mon.smithi116 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:40.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.995076+0000 mon.smithi116 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:40.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.995248+0000 mon.smithi116 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:40.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.995384+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:40.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:38.995546+0000 mon.smithi116 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:40.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:40 smithi116 bash[14016]: audit 2024-01-18T08:03:39.002689+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.994113+0000 mon.smithi116 (mon.0) 469 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: cluster 2024-01-18T08:03:38.994246+0000 mon.smithi116 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.994811+0000 mon.smithi116 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.995076+0000 mon.smithi116 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.995248+0000 mon.smithi116 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.995384+0000 mon.smithi116 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:38.995546+0000 mon.smithi116 (mon.0) 475 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:40.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:40 smithi142 bash[17956]: audit 2024-01-18T08:03:39.002689+0000 mon.smithi116 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:41.097 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: cluster 2024-01-18T08:03:37.956461+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: cluster 2024-01-18T08:03:37.956584+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.005261+0000 mon.smithi116 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: cluster 2024-01-18T08:03:40.008781+0000 mon.smithi116 (mon.0) 478 : cluster [INF] osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217] boot 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: cluster 2024-01-18T08:03:40.008823+0000 mon.smithi116 (mon.0) 479 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.009152+0000 mon.smithi116 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.009356+0000 mon.smithi116 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.009620+0000 mon.smithi116 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.009865+0000 mon.smithi116 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:41.301 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.010052+0000 mon.smithi116 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:41.302 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: cluster 2024-01-18T08:03:40.368531+0000 mgr.smithi116.xagkwr (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:03:41.302 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:41 smithi142 bash[17956]: audit 2024-01-18T08:03:40.440062+0000 mon.smithi116 (mon.0) 485 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: cluster 2024-01-18T08:03:37.956461+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: cluster 2024-01-18T08:03:37.956584+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.005261+0000 mon.smithi116 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: cluster 2024-01-18T08:03:40.008781+0000 mon.smithi116 (mon.0) 478 : cluster [INF] osd.4 [v2:172.21.15.142:6816/2909335217,v1:172.21.15.142:6817/2909335217] boot 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: cluster 2024-01-18T08:03:40.008823+0000 mon.smithi116 (mon.0) 479 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-18T08:03:41.318 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.009152+0000 mon.smithi116 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.009356+0000 mon.smithi116 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.009620+0000 mon.smithi116 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.009865+0000 mon.smithi116 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.010052+0000 mon.smithi116 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: cluster 2024-01-18T08:03:40.368531+0000 mgr.smithi116.xagkwr (mgr.14180) 118 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-18T08:03:41.319 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:41 smithi116 bash[14016]: audit 2024-01-18T08:03:40.440062+0000 mon.smithi116 (mon.0) 485 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T08:03:42.293 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.012570+0000 mon.smithi116 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: cluster 2024-01-18T08:03:41.012624+0000 mon.smithi116 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.012747+0000 mon.smithi116 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.013020+0000 mon.smithi116 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.013207+0000 mon.smithi116 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.013405+0000 mon.smithi116 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.013602+0000 mon.smithi116 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.097768+0000 mon.smithi116 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.116:0/624316051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.304501+0000 mon.smithi142 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:03:42.294 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:42 smithi142 bash[17956]: audit 2024-01-18T08:03:41.305855+0000 mon.smithi116 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:03:42.355 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.012570+0000 mon.smithi116 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T08:03:42.355 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: cluster 2024-01-18T08:03:41.012624+0000 mon.smithi116 (mon.0) 487 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-18T08:03:42.355 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.012747+0000 mon.smithi116 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:42.355 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.013020+0000 mon.smithi116 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.013207+0000 mon.smithi116 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.013405+0000 mon.smithi116 (mon.0) 491 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.013602+0000 mon.smithi116 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.097768+0000 mon.smithi116 (mon.0) 493 : audit [DBG] from='client.? 172.21.15.116:0/624316051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.304501+0000 mon.smithi142 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:03:42.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:42 smithi116 bash[14016]: audit 2024-01-18T08:03:41.305855+0000 mon.smithi116 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T08:03:42.986 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1705565019,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:43.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.018234+0000 mon.smithi116 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:43.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.018470+0000 mon.smithi116 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: cluster 2024-01-18T08:03:42.018633+0000 mon.smithi116 (mon.0) 497 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.019043+0000 mon.smithi142 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.019537+0000 mon.smithi116 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.020159+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.025909+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.026393+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.026768+0000 mon.smithi116 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:42.027138+0000 mon.smithi116 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: cluster 2024-01-18T08:03:42.369020+0000 mgr.smithi116.xagkwr (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:43.018958+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: cluster 2024-01-18T08:03:43.019080+0000 mon.smithi116 (mon.0) 505 : cluster [INF] osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709] boot 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: cluster 2024-01-18T08:03:43.019111+0000 mon.smithi116 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:43.019410+0000 mon.smithi116 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:43.019685+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:43.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:43.019983+0000 mon.smithi116 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:43.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:43 smithi116 bash[14016]: audit 2024-01-18T08:03:43.020278+0000 mon.smithi116 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.018234+0000 mon.smithi116 (mon.0) 495 : audit [INF] from='osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.018470+0000 mon.smithi116 (mon.0) 496 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: cluster 2024-01-18T08:03:42.018633+0000 mon.smithi116 (mon.0) 497 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.019043+0000 mon.smithi142 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.019537+0000 mon.smithi116 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.020159+0000 mon.smithi116 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.025909+0000 mon.smithi116 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.026393+0000 mon.smithi116 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.026768+0000 mon.smithi116 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:42.027138+0000 mon.smithi116 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: cluster 2024-01-18T08:03:42.369020+0000 mgr.smithi116.xagkwr (mgr.14180) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:43.018958+0000 mon.smithi116 (mon.0) 504 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: cluster 2024-01-18T08:03:43.019080+0000 mon.smithi116 (mon.0) 505 : cluster [INF] osd.3 [v2:172.21.15.116:6810/1773029709,v1:172.21.15.116:6811/1773029709] boot 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: cluster 2024-01-18T08:03:43.019111+0000 mon.smithi116 (mon.0) 506 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-18T08:03:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:43.019410+0000 mon.smithi116 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T08:03:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:43.019685+0000 mon.smithi116 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:43.019983+0000 mon.smithi116 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:43 smithi142 bash[17956]: audit 2024-01-18T08:03:43.020278+0000 mon.smithi116 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:43.987 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: cluster 2024-01-18T08:03:41.411807+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: cluster 2024-01-18T08:03:41.411864+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: audit 2024-01-18T08:03:43.026792+0000 mon.smithi116 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: cluster 2024-01-18T08:03:44.023782+0000 mon.smithi116 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061] boot 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: cluster 2024-01-18T08:03:44.023839+0000 mon.smithi116 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: audit 2024-01-18T08:03:44.024011+0000 mon.smithi116 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: audit 2024-01-18T08:03:44.024605+0000 mon.smithi116 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:44.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:44 smithi116 bash[14016]: audit 2024-01-18T08:03:44.025019+0000 mon.smithi116 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: cluster 2024-01-18T08:03:41.411807+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: cluster 2024-01-18T08:03:41.411864+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: audit 2024-01-18T08:03:43.026792+0000 mon.smithi116 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: cluster 2024-01-18T08:03:44.023782+0000 mon.smithi116 (mon.0) 512 : cluster [INF] osd.6 [v2:172.21.15.142:6824/3288821061,v1:172.21.15.142:6825/3288821061] boot 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: cluster 2024-01-18T08:03:44.023839+0000 mon.smithi116 (mon.0) 513 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: audit 2024-01-18T08:03:44.024011+0000 mon.smithi116 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: audit 2024-01-18T08:03:44.024605+0000 mon.smithi116 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T08:03:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:44 smithi142 bash[17956]: audit 2024-01-18T08:03:44.025019+0000 mon.smithi116 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: cluster 2024-01-18T08:03:42.286045+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: cluster 2024-01-18T08:03:42.286147+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: cluster 2024-01-18T08:03:44.369587+0000 mgr.smithi116.xagkwr (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: audit 2024-01-18T08:03:44.387717+0000 mon.smithi116 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: cluster 2024-01-18T08:03:45.023290+0000 mon.smithi116 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: audit 2024-01-18T08:03:45.023568+0000 mon.smithi116 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:45.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:45 smithi116 bash[14016]: audit 2024-01-18T08:03:45.024233+0000 mon.smithi116 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: cluster 2024-01-18T08:03:42.286045+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: cluster 2024-01-18T08:03:42.286147+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: cluster 2024-01-18T08:03:44.369587+0000 mgr.smithi116.xagkwr (mgr.14180) 120 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: audit 2024-01-18T08:03:44.387717+0000 mon.smithi116 (mon.0) 517 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: cluster 2024-01-18T08:03:45.023290+0000 mon.smithi116 (mon.0) 518 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: audit 2024-01-18T08:03:45.023568+0000 mon.smithi116 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:45 smithi142 bash[17956]: audit 2024-01-18T08:03:45.024233+0000 mon.smithi116 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:47.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:46 smithi116 bash[14016]: audit 2024-01-18T08:03:45.826975+0000 mon.smithi116 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:47.078 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:46 smithi116 bash[14016]: cluster 2024-01-18T08:03:46.370064+0000 mgr.smithi116.xagkwr (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:46 smithi142 bash[17956]: audit 2024-01-18T08:03:45.826975+0000 mon.smithi116 (mon.0) 521 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:46 smithi142 bash[17956]: cluster 2024-01-18T08:03:46.370064+0000 mgr.smithi116.xagkwr (mgr.14180) 121 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:48.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:47 smithi116 bash[14016]: audit 2024-01-18T08:03:47.727913+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T08:03:48.055 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:48.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:47 smithi142 bash[17956]: audit 2024-01-18T08:03:47.727913+0000 mon.smithi116 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: audit 2024-01-18T08:03:47.840477+0000 mon.smithi116 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: cluster 2024-01-18T08:03:47.840559+0000 mon.smithi116 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: audit 2024-01-18T08:03:47.841017+0000 mon.smithi116 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: audit 2024-01-18T08:03:47.841281+0000 mon.smithi116 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: audit 2024-01-18T08:03:47.841452+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: audit 2024-01-18T08:03:48.055724+0000 mon.smithi116 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.116:0/2392308498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:49.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:48 smithi116 bash[14016]: cluster 2024-01-18T08:03:48.370585+0000 mgr.smithi116.xagkwr (mgr.14180) 122 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: audit 2024-01-18T08:03:47.840477+0000 mon.smithi116 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T08:03:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: cluster 2024-01-18T08:03:47.840559+0000 mon.smithi116 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-18T08:03:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: audit 2024-01-18T08:03:47.841017+0000 mon.smithi116 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: audit 2024-01-18T08:03:47.841281+0000 mon.smithi116 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:49.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: audit 2024-01-18T08:03:47.841452+0000 mon.smithi116 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:49.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: audit 2024-01-18T08:03:48.055724+0000 mon.smithi116 (mon.0) 528 : audit [DBG] from='client.? 172.21.15.116:0/2392308498' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:49.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:48 smithi142 bash[17956]: cluster 2024-01-18T08:03:48.370585+0000 mgr.smithi116.xagkwr (mgr.14180) 122 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:49.170 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1705565024,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:49 smithi142 bash[17956]: audit 2024-01-18T08:03:48.843639+0000 mon.smithi116 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:49 smithi142 bash[17956]: cluster 2024-01-18T08:03:48.843780+0000 mon.smithi116 (mon.0) 530 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T08:03:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:49 smithi142 bash[17956]: audit 2024-01-18T08:03:48.844003+0000 mon.smithi116 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:49 smithi142 bash[17956]: audit 2024-01-18T08:03:48.845082+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:49 smithi142 bash[17956]: audit 2024-01-18T08:03:48.850312+0000 mon.smithi116 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:50.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:49 smithi116 bash[14016]: audit 2024-01-18T08:03:48.843639+0000 mon.smithi116 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:50.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:49 smithi116 bash[14016]: cluster 2024-01-18T08:03:48.843780+0000 mon.smithi116 (mon.0) 530 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-01-18T08:03:50.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:49 smithi116 bash[14016]: audit 2024-01-18T08:03:48.844003+0000 mon.smithi116 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:50.133 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:49 smithi116 bash[14016]: audit 2024-01-18T08:03:48.845082+0000 mon.smithi116 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:50.134 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:49 smithi116 bash[14016]: audit 2024-01-18T08:03:48.850312+0000 mon.smithi116 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:50.171 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:51.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: cluster 2024-01-18T08:03:48.741716+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:51.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: cluster 2024-01-18T08:03:48.741821+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:51.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: audit 2024-01-18T08:03:49.852184+0000 mon.smithi116 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:51.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: cluster 2024-01-18T08:03:49.861772+0000 mon.smithi116 (mon.0) 535 : cluster [INF] osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342] boot 2024-01-18T08:03:51.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: cluster 2024-01-18T08:03:49.861824+0000 mon.smithi116 (mon.0) 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T08:03:51.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: audit 2024-01-18T08:03:49.862237+0000 mon.smithi116 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:51.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: audit 2024-01-18T08:03:49.862623+0000 mon.smithi116 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:51.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:50 smithi116 bash[14016]: cluster 2024-01-18T08:03:50.371144+0000 mgr.smithi116.xagkwr (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: cluster 2024-01-18T08:03:48.741716+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: cluster 2024-01-18T08:03:48.741821+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: audit 2024-01-18T08:03:49.852184+0000 mon.smithi116 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: cluster 2024-01-18T08:03:49.861772+0000 mon.smithi116 (mon.0) 535 : cluster [INF] osd.5 [v2:172.21.15.116:6818/2143523342,v1:172.21.15.116:6819/2143523342] boot 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: cluster 2024-01-18T08:03:49.861824+0000 mon.smithi116 (mon.0) 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: audit 2024-01-18T08:03:49.862237+0000 mon.smithi116 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T08:03:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: audit 2024-01-18T08:03:49.862623+0000 mon.smithi116 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:51.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:50 smithi142 bash[17956]: cluster 2024-01-18T08:03:50.371144+0000 mgr.smithi116.xagkwr (mgr.14180) 123 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-18T08:03:52.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:51 smithi116 bash[14016]: cluster 2024-01-18T08:03:50.957651+0000 mon.smithi116 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T08:03:52.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:51 smithi116 bash[14016]: audit 2024-01-18T08:03:50.957872+0000 mon.smithi116 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:52.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:51 smithi142 bash[17956]: cluster 2024-01-18T08:03:50.957651+0000 mon.smithi116 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-18T08:03:52.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:51 smithi142 bash[17956]: audit 2024-01-18T08:03:50.957872+0000 mon.smithi116 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:53.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:52 smithi116 bash[14016]: cluster 2024-01-18T08:03:52.371692+0000 mgr.smithi116.xagkwr (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:52 smithi142 bash[17956]: cluster 2024-01-18T08:03:52.371692+0000 mgr.smithi116.xagkwr (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:53.815 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:54.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:53 smithi116 bash[14016]: audit 2024-01-18T08:03:53.675596+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T08:03:54.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:53 smithi116 bash[14016]: audit 2024-01-18T08:03:53.815865+0000 mon.smithi116 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.116:0/3202218256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:53 smithi142 bash[17956]: audit 2024-01-18T08:03:53.675596+0000 mon.smithi116 (mon.0) 541 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T08:03:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:53 smithi142 bash[17956]: audit 2024-01-18T08:03:53.815865+0000 mon.smithi116 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.116:0/3202218256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:54.970 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1705565029,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:55.242 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:54 smithi116 bash[14016]: audit 2024-01-18T08:03:53.976425+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T08:03:55.242 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:54 smithi116 bash[14016]: cluster 2024-01-18T08:03:53.976492+0000 mon.smithi116 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T08:03:55.242 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:54 smithi116 bash[14016]: audit 2024-01-18T08:03:53.976697+0000 mon.smithi116 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:55.242 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:54 smithi116 bash[14016]: audit 2024-01-18T08:03:53.977185+0000 mon.smithi116 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:55.242 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:54 smithi116 bash[14016]: cluster 2024-01-18T08:03:54.372276+0000 mgr.smithi116.xagkwr (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:54 smithi142 bash[17956]: audit 2024-01-18T08:03:53.976425+0000 mon.smithi116 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T08:03:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:54 smithi142 bash[17956]: cluster 2024-01-18T08:03:53.976492+0000 mon.smithi116 (mon.0) 544 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-18T08:03:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:54 smithi142 bash[17956]: audit 2024-01-18T08:03:53.976697+0000 mon.smithi116 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:54 smithi142 bash[17956]: audit 2024-01-18T08:03:53.977185+0000 mon.smithi116 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-18T08:03:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:54 smithi142 bash[17956]: cluster 2024-01-18T08:03:54.372276+0000 mgr.smithi116.xagkwr (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:55.972 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T08:03:56.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:55 smithi116 bash[14016]: audit 2024-01-18T08:03:54.980591+0000 mon.smithi116 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:56.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:55 smithi116 bash[14016]: cluster 2024-01-18T08:03:54.980707+0000 mon.smithi116 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T08:03:56.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:55 smithi116 bash[14016]: audit 2024-01-18T08:03:54.981311+0000 mon.smithi116 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:56.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:55 smithi116 bash[14016]: audit 2024-01-18T08:03:54.988276+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:55 smithi142 bash[17956]: audit 2024-01-18T08:03:54.980591+0000 mon.smithi116 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-18T08:03:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:55 smithi142 bash[17956]: cluster 2024-01-18T08:03:54.980707+0000 mon.smithi116 (mon.0) 548 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-01-18T08:03:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:55 smithi142 bash[17956]: audit 2024-01-18T08:03:54.981311+0000 mon.smithi116 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:55 smithi142 bash[17956]: audit 2024-01-18T08:03:54.988276+0000 mon.smithi116 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:57.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:56 smithi116 bash[14016]: cluster 2024-01-18T08:03:54.644028+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:57.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: cluster 2024-01-18T08:03:54.644117+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:57.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: cluster 2024-01-18T08:03:55.988586+0000 mon.smithi116 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413] boot 2024-01-18T08:03:57.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: cluster 2024-01-18T08:03:55.988627+0000 mon.smithi116 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T08:03:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: audit 2024-01-18T08:03:55.989073+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: cluster 2024-01-18T08:03:56.372836+0000 mgr.smithi116.xagkwr (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: audit 2024-01-18T08:03:56.828179+0000 mon.smithi116 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:57 smithi116 bash[14016]: audit 2024-01-18T08:03:56.831187+0000 mon.smithi116 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:56 smithi142 bash[17956]: cluster 2024-01-18T08:03:54.644028+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: cluster 2024-01-18T08:03:54.644117+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: cluster 2024-01-18T08:03:55.988586+0000 mon.smithi116 (mon.0) 551 : cluster [INF] osd.7 [v2:172.21.15.116:6826/1625475413,v1:172.21.15.116:6827/1625475413] boot 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: cluster 2024-01-18T08:03:55.988627+0000 mon.smithi116 (mon.0) 552 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: audit 2024-01-18T08:03:55.989073+0000 mon.smithi116 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T08:03:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: cluster 2024-01-18T08:03:56.372836+0000 mgr.smithi116.xagkwr (mgr.14180) 126 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-18T08:03:57.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: audit 2024-01-18T08:03:56.828179+0000 mon.smithi116 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:03:57.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:57 smithi142 bash[17956]: audit 2024-01-18T08:03:56.831187+0000 mon.smithi116 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:03:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:58 smithi142 bash[17956]: cluster 2024-01-18T08:03:57.004774+0000 mon.smithi116 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T08:03:58.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:58 smithi116 bash[14016]: cluster 2024-01-18T08:03:57.004774+0000 mon.smithi116 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-18T08:03:58.943 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:03:59.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:59 smithi116 bash[14016]: cluster 2024-01-18T08:03:58.006549+0000 mon.smithi116 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T08:03:59.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:59 smithi116 bash[14016]: cluster 2024-01-18T08:03:58.373431+0000 mgr.smithi116.xagkwr (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:03:59.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:03:59 smithi116 bash[14016]: audit 2024-01-18T08:03:58.943205+0000 mon.smithi116 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.116:0/1712463912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:59 smithi142 bash[17956]: cluster 2024-01-18T08:03:58.006549+0000 mon.smithi116 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-18T08:03:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:59 smithi142 bash[17956]: cluster 2024-01-18T08:03:58.373431+0000 mgr.smithi116.xagkwr (mgr.14180) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:03:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:03:59 smithi142 bash[17956]: audit 2024-01-18T08:03:58.943205+0000 mon.smithi116 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.116:0/1712463912' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T08:03:59.627 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1705565035,"num_in_osds":8,"osd_in_since":1705564982,"num_remapped_pgs":0} 2024-01-18T08:03:59.628 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T08:03:59.628 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T08:04:01.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:00 smithi116 bash[14016]: cluster 2024-01-18T08:04:00.374122+0000 mgr.smithi116.xagkwr (mgr.14180) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:00 smithi142 bash[17956]: cluster 2024-01-18T08:04:00.374122+0000 mgr.smithi116.xagkwr (mgr.14180) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:02.509 INFO:teuthology.orchestra.run.smithi116.stdout:[client.0] 2024-01-18T08:04:02.509 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQBy26hl/nccHhAAU2hIjEfJqhc+QLPpDo0E4A== 2024-01-18T08:04:03.230 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:04:03.230 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T08:04:03.230 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T08:04:03.251 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T08:04:03.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:03 smithi116 bash[14016]: audit 2024-01-18T08:04:02.270893+0000 mon.smithi116 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:03.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:03 smithi116 bash[14016]: cluster 2024-01-18T08:04:02.374590+0000 mgr.smithi116.xagkwr (mgr.14180) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:03.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:03 smithi116 bash[14016]: audit 2024-01-18T08:04:02.505005+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='client.? 172.21.15.116:0/3912600282' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:03.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:03 smithi116 bash[14016]: audit 2024-01-18T08:04:02.509608+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='client.? 172.21.15.116:0/3912600282' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:04:03.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:03 smithi116 bash[14016]: audit 2024-01-18T08:04:03.135944+0000 mon.smithi116 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:03 smithi142 bash[17956]: audit 2024-01-18T08:04:02.270893+0000 mon.smithi116 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:03 smithi142 bash[17956]: cluster 2024-01-18T08:04:02.374590+0000 mgr.smithi116.xagkwr (mgr.14180) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:03 smithi142 bash[17956]: audit 2024-01-18T08:04:02.505005+0000 mon.smithi116 (mon.0) 560 : audit [INF] from='client.? 172.21.15.116:0/3912600282' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:03 smithi142 bash[17956]: audit 2024-01-18T08:04:02.509608+0000 mon.smithi116 (mon.0) 561 : audit [INF] from='client.? 172.21.15.116:0/3912600282' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:04:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:03 smithi142 bash[17956]: audit 2024-01-18T08:04:03.135944+0000 mon.smithi116 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:05.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:05 smithi142 bash[17956]: cluster 2024-01-18T08:04:04.375184+0000 mgr.smithi116.xagkwr (mgr.14180) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:05.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:05 smithi116 bash[14016]: cluster 2024-01-18T08:04:04.375184+0000 mgr.smithi116.xagkwr (mgr.14180) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:06.565 INFO:teuthology.orchestra.run.smithi142.stdout:[client.1] 2024-01-18T08:04:06.565 INFO:teuthology.orchestra.run.smithi142.stdout: key = AQB226hlgRtMIRAA/gzTyURsmRGcPT7xvF62IQ== 2024-01-18T08:04:07.296 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:04:07.296 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T08:04:07.296 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T08:04:07.318 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:04:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:07 smithi142 bash[17956]: cluster 2024-01-18T08:04:06.375707+0000 mgr.smithi116.xagkwr (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:07 smithi142 bash[17956]: audit 2024-01-18T08:04:06.556703+0000 mon.smithi142 (mon.1) 16 : audit [INF] from='client.? 172.21.15.142:0/377013682' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:07 smithi142 bash[17956]: audit 2024-01-18T08:04:06.558322+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:07 smithi142 bash[17956]: audit 2024-01-18T08:04:06.564774+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:04:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:07 smithi116 bash[14016]: cluster 2024-01-18T08:04:06.375707+0000 mgr.smithi116.xagkwr (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:07 smithi116 bash[14016]: audit 2024-01-18T08:04:06.556703+0000 mon.smithi142 (mon.1) 16 : audit [INF] from='client.? 172.21.15.142:0/377013682' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:07 smithi116 bash[14016]: audit 2024-01-18T08:04:06.558322+0000 mon.smithi116 (mon.0) 563 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T08:04:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:07 smithi116 bash[14016]: audit 2024-01-18T08:04:06.564774+0000 mon.smithi116 (mon.0) 564 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T08:04:09.878 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:09 smithi116 bash[14016]: cluster 2024-01-18T08:04:08.376289+0000 mgr.smithi116.xagkwr (mgr.14180) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:09.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:09 smithi142 bash[17956]: cluster 2024-01-18T08:04:08.376289+0000 mgr.smithi116.xagkwr (mgr.14180) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:11.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:10 smithi116 bash[14016]: cluster 2024-01-18T08:04:10.376700+0000 mgr.smithi116.xagkwr (mgr.14180) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:11.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:10 smithi142 bash[17956]: cluster 2024-01-18T08:04:10.376700+0000 mgr.smithi116.xagkwr (mgr.14180) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:13.187 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: cluster 2024-01-18T08:04:12.377287+0000 mgr.smithi116.xagkwr (mgr.14180) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.006963+0000 mon.smithi116 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.241798+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.294805+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.295863+0000 mon.smithi116 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.296825+0000 mon.smithi116 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.297804+0000 mon.smithi116 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:13 smithi116 bash[14016]: audit 2024-01-18T08:04:13.305972+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: cluster 2024-01-18T08:04:12.377287+0000 mgr.smithi116.xagkwr (mgr.14180) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.006963+0000 mon.smithi116 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.241798+0000 mon.smithi116 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.294805+0000 mon.smithi116 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.295863+0000 mon.smithi116 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.296825+0000 mon.smithi116 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.297804+0000 mon.smithi116 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:13.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:13 smithi142 bash[17956]: audit 2024-01-18T08:04:13.305972+0000 mon.smithi116 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:14.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: cephadm 2024-01-18T08:04:12.996275+0000 mgr.smithi116.xagkwr (mgr.14180) 135 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-18T08:04:14.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: cephadm 2024-01-18T08:04:13.232856+0000 mgr.smithi116.xagkwr (mgr.14180) 136 : cephadm [INF] Detected new or changed devices on smithi142 2024-01-18T08:04:14.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: cephadm 2024-01-18T08:04:13.298536+0000 mgr.smithi116.xagkwr (mgr.14180) 137 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3260M 2024-01-18T08:04:14.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.508356+0000 mon.smithi116 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.509784+0000 mon.smithi116 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.510964+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.511992+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: cephadm 2024-01-18T08:04:13.512729+0000 mgr.smithi116.xagkwr (mgr.14180) 138 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 4028M 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.518984+0000 mon.smithi116 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.520233+0000 mon.smithi116 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.521142+0000 mon.smithi116 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.526952+0000 mon.smithi116 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.534027+0000 mon.smithi116 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.540069+0000 mon.smithi116 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.543229+0000 mon.smithi116 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.543559+0000 mon.smithi116 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:14.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:14 smithi116 bash[14016]: audit 2024-01-18T08:04:13.544285+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: cephadm 2024-01-18T08:04:12.996275+0000 mgr.smithi116.xagkwr (mgr.14180) 135 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-18T08:04:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: cephadm 2024-01-18T08:04:13.232856+0000 mgr.smithi116.xagkwr (mgr.14180) 136 : cephadm [INF] Detected new or changed devices on smithi142 2024-01-18T08:04:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: cephadm 2024-01-18T08:04:13.298536+0000 mgr.smithi116.xagkwr (mgr.14180) 137 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3260M 2024-01-18T08:04:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.508356+0000 mon.smithi116 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.509784+0000 mon.smithi116 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.510964+0000 mon.smithi116 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.511992+0000 mon.smithi116 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: cephadm 2024-01-18T08:04:13.512729+0000 mgr.smithi116.xagkwr (mgr.14180) 138 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 4028M 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.518984+0000 mon.smithi116 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.520233+0000 mon.smithi116 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.521142+0000 mon.smithi116 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.526952+0000 mon.smithi116 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.534027+0000 mon.smithi116 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.540069+0000 mon.smithi116 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.543229+0000 mon.smithi116 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.543559+0000 mon.smithi116 (mon.0) 583 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:14 smithi142 bash[17956]: audit 2024-01-18T08:04:13.544285+0000 mon.smithi116 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:04:15.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:15 smithi116 bash[14016]: cluster 2024-01-18T08:04:14.377991+0000 mgr.smithi116.xagkwr (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:15 smithi142 bash[17956]: cluster 2024-01-18T08:04:14.377991+0000 mgr.smithi116.xagkwr (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:15.904 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:04:15.904 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":40,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","created":"2024-01-18T07:59:03.700462+0000","modified":"2024-01-18T08:03:57.999141+0000","last_up_change":"2024-01-18T08:03:55.983501+0000","last_in_change":"2024-01-18T08:03:02.575999+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T08:03:36.415309+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0eb214a8-105b-47d9-a0e1-c9fe18b92aca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6801","nonce":2867038745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6803","nonce":2867038745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6807","nonce":2867038745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6805","nonce":2867038745}]},"public_addr":"172.21.15.142:6801/2867038745","cluster_addr":"172.21.15.142:6803/2867038745","heartbeat_back_addr":"172.21.15.142:6807/2867038745","heartbeat_front_addr":"172.21.15.142:6805/2867038745","state":["exists","up"]},{"osd":1,"uuid":"c3c5d596-71aa-4018-a3d0-af515eea3357","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6803","nonce":1480227587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6805","nonce":1480227587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6809","nonce":1480227587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6807","nonce":1480227587}]},"public_addr":"172.21.15.116:6803/1480227587","cluster_addr":"172.21.15.116:6805/1480227587","heartbeat_back_addr":"172.21.15.116:6809/1480227587","heartbeat_front_addr":"172.21.15.116:6807/1480227587","state":["exists","up"]},{"osd":2,"uuid":"300a5d20-bf7f-4f6d-9a4f-4590632dfd6a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6809","nonce":1569245410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6811","nonce":1569245410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6815","nonce":1569245410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6813","nonce":1569245410}]},"public_addr":"172.21.15.142:6809/1569245410","cluster_addr":"172.21.15.142:6811/1569245410","heartbeat_back_addr":"172.21.15.142:6815/1569245410","heartbeat_front_addr":"172.21.15.142:6813/1569245410","state":["exists","up"]},{"osd":3,"uuid":"e215101a-975a-42ac-9fe5-cb7526160835","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6811","nonce":1773029709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6813","nonce":1773029709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6817","nonce":1773029709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6815","nonce":1773029709}]},"public_addr":"172.21.15.116:6811/1773029709","cluster_addr":"172.21.15.116:6813/1773029709","heartbeat_back_addr":"172.21.15.116:6817/1773029709","heartbeat_front_addr":"172.21.15.116:6815/1773029709","state":["exists","up"]},{"osd":4,"uuid":"4866b060-5ac6-48ce-9c07-604f0948ac14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6817","nonce":2909335217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6819","nonce":2909335217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6823","nonce":2909335217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6821","nonce":2909335217}]},"public_addr":"172.21.15.142:6817/2909335217","cluster_addr":"172.21.15.142:6819/2909335217","heartbeat_back_addr":"172.21.15.142:6823/2909335217","heartbeat_front_addr":"172.21.15.142:6821/2909335217","state":["exists","up"]},{"osd":5,"uuid":"3a7d3797-1d69-49db-8a56-10046e78a505","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6819","nonce":2143523342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6821","nonce":2143523342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6825","nonce":2143523342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6823","nonce":2143523342}]},"public_addr":"172.21.15.116:6819/2143523342","cluster_addr":"172.21.15.116:6821/2143523342","heartbeat_back_addr":"172.21.15.116:6825/2143523342","heartbeat_front_addr":"172.21.15.116:6823/2143523342","state":["exists","up"]},{"osd":6,"uuid":"26d5eb2a-4625-4849-b52c-4818743ac020","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.142:6824","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6825","nonce":3288821061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6827","nonce":3288821061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6831","nonce":3288821061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6829","nonce":3288821061}]},"public_addr":"172.21.15.142:6825/3288821061","cluster_addr":"172.21.15.142:6827/3288821061","heartbeat_back_addr":"172.21.15.142:6831/3288821061","heartbeat_front_addr":"172.21.15.142:6829/3288821061","state":["exists","up"]},{"osd":7,"uuid":"09f994cf-ef52-42ea-9894-569cde9547d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6827","nonce":1625475413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6829","nonce":1625475413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6833","nonce":1625475413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6831","nonce":1625475413}]},"public_addr":"172.21.15.116:6827/1625475413","cluster_addr":"172.21.15.116:6829/1625475413","heartbeat_back_addr":"172.21.15.116:6833/1625475413","heartbeat_front_addr":"172.21.15.116:6831/1625475413","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:26.642011+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:34.533306+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:32.073476+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:41.411867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:37.956592+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:48.741826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:42.286152+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:54.644122+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:6800/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/312548274":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/3073220486":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/505272549":"2024-01-19T08:00:10.789302+0000","172.21.15.116:0/3790398386":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:6801/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6801/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2183820189":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2442939127":"2024-01-19T07:59:31.092922+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T08:04:16.477 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T08:03:36.415309+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T08:04:16.478 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T08:04:16.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:16 smithi116 bash[14016]: audit 2024-01-18T08:04:15.903288+0000 mon.smithi116 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.116:0/2941352966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:16.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:16 smithi142 bash[17956]: audit 2024-01-18T08:04:15.903288+0000 mon.smithi116 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.116:0/2941352966' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:17.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:17 smithi116 bash[14016]: cluster 2024-01-18T08:04:16.378570+0000 mgr.smithi116.xagkwr (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:17.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:17 smithi142 bash[17956]: cluster 2024-01-18T08:04:16.378570+0000 mgr.smithi116.xagkwr (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:19 smithi142 bash[17956]: cluster 2024-01-18T08:04:18.379180+0000 mgr.smithi116.xagkwr (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:19.946 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:19 smithi116 bash[14016]: cluster 2024-01-18T08:04:18.379180+0000 mgr.smithi116.xagkwr (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:20.387 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:21.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:20 smithi116 bash[14016]: cluster 2024-01-18T08:04:20.379716+0000 mgr.smithi116.xagkwr (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:21.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:20 smithi142 bash[17956]: cluster 2024-01-18T08:04:20.379716+0000 mgr.smithi116.xagkwr (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:23.546 INFO:teuthology.orchestra.run.smithi116.stdout:pg_num: 1 2024-01-18T08:04:23.717 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:23 smithi116 bash[14016]: cluster 2024-01-18T08:04:22.380286+0000 mgr.smithi116.xagkwr (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:23 smithi142 bash[17956]: cluster 2024-01-18T08:04:22.380286+0000 mgr.smithi116.xagkwr (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:24.278 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T08:04:24.278 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T08:04:24.278 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T08:04:24.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:24 smithi116 bash[14016]: audit 2024-01-18T08:04:23.546109+0000 mon.smithi116 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.116:0/3252390103' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T08:04:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:24 smithi142 bash[17956]: audit 2024-01-18T08:04:23.546109+0000 mon.smithi116 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.116:0/3252390103' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T08:04:25.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:25 smithi116 bash[14016]: cluster 2024-01-18T08:04:24.380863+0000 mgr.smithi116.xagkwr (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:25.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:25 smithi142 bash[17956]: cluster 2024-01-18T08:04:24.380863+0000 mgr.smithi116.xagkwr (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:27.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:27 smithi142 bash[17956]: cluster 2024-01-18T08:04:26.381381+0000 mgr.smithi116.xagkwr (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:27 smithi116 bash[14016]: cluster 2024-01-18T08:04:26.381381+0000 mgr.smithi116.xagkwr (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:28.827 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:29.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:29 smithi116 bash[14016]: cluster 2024-01-18T08:04:28.381847+0000 mgr.smithi116.xagkwr (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:29 smithi142 bash[17956]: cluster 2024-01-18T08:04:28.381847+0000 mgr.smithi116.xagkwr (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:31.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:30 smithi116 bash[14016]: cluster 2024-01-18T08:04:30.382447+0000 mgr.smithi116.xagkwr (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:31.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:30 smithi142 bash[17956]: cluster 2024-01-18T08:04:30.382447+0000 mgr.smithi116.xagkwr (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:33.218 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:04:33.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:33 smithi116 bash[14016]: cluster 2024-01-18T08:04:32.383086+0000 mgr.smithi116.xagkwr (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:33.545 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:33 smithi116 bash[14016]: audit 2024-01-18T08:04:33.209007+0000 mon.smithi116 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.116:0/3964776389' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T08:04:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:33 smithi142 bash[17956]: cluster 2024-01-18T08:04:32.383086+0000 mgr.smithi116.xagkwr (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:33 smithi142 bash[17956]: audit 2024-01-18T08:04:33.209007+0000 mon.smithi116 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.116:0/3964776389' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T08:04:33.948 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi116.xagkwr","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":435867658},{"type":"v1","addr":"172.21.15.116:6801","nonce":435867658}]},"active_addr":"172.21.15.116:6801/435867658","active_change":"2024-01-18T08:01:10.328846+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi142.aaofdb","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.116:8443/","prometheus":"http://172.21.15.116: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.116:0","nonce":1924018522}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.116:0","nonce":3002792733}]}]} 2024-01-18T08:04:33.952 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T08:04:33.952 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T08:04:33.952 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:04:35.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:35 smithi116 bash[14016]: cluster 2024-01-18T08:04:34.383641+0000 mgr.smithi116.xagkwr (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:35 smithi142 bash[17956]: cluster 2024-01-18T08:04:34.383641+0000 mgr.smithi116.xagkwr (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:37.764 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:37 smithi142 bash[17956]: cluster 2024-01-18T08:04:36.384245+0000 mgr.smithi116.xagkwr (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:37.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:37 smithi116 bash[14016]: cluster 2024-01-18T08:04:36.384245+0000 mgr.smithi116.xagkwr (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:38.574 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:39 smithi142 bash[17956]: cluster 2024-01-18T08:04:38.384993+0000 mgr.smithi116.xagkwr (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:39.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:39 smithi116 bash[14016]: cluster 2024-01-18T08:04:38.384993+0000 mgr.smithi116.xagkwr (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:41.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:41 smithi116 bash[14016]: cluster 2024-01-18T08:04:40.385374+0000 mgr.smithi116.xagkwr (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:41.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:41 smithi116 bash[14016]: audit 2024-01-18T08:04:40.609323+0000 mon.smithi116 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:41 smithi142 bash[17956]: cluster 2024-01-18T08:04:40.385374+0000 mgr.smithi116.xagkwr (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:41 smithi142 bash[17956]: audit 2024-01-18T08:04:40.609323+0000 mon.smithi116 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:43.313 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:04:43.313 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":40,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","created":"2024-01-18T07:59:03.700462+0000","modified":"2024-01-18T08:03:57.999141+0000","last_up_change":"2024-01-18T08:03:55.983501+0000","last_in_change":"2024-01-18T08:03:02.575999+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T08:03:36.415309+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0eb214a8-105b-47d9-a0e1-c9fe18b92aca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6801","nonce":2867038745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6803","nonce":2867038745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6807","nonce":2867038745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6805","nonce":2867038745}]},"public_addr":"172.21.15.142:6801/2867038745","cluster_addr":"172.21.15.142:6803/2867038745","heartbeat_back_addr":"172.21.15.142:6807/2867038745","heartbeat_front_addr":"172.21.15.142:6805/2867038745","state":["exists","up"]},{"osd":1,"uuid":"c3c5d596-71aa-4018-a3d0-af515eea3357","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6803","nonce":1480227587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6805","nonce":1480227587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6809","nonce":1480227587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6807","nonce":1480227587}]},"public_addr":"172.21.15.116:6803/1480227587","cluster_addr":"172.21.15.116:6805/1480227587","heartbeat_back_addr":"172.21.15.116:6809/1480227587","heartbeat_front_addr":"172.21.15.116:6807/1480227587","state":["exists","up"]},{"osd":2,"uuid":"300a5d20-bf7f-4f6d-9a4f-4590632dfd6a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6809","nonce":1569245410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6811","nonce":1569245410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6815","nonce":1569245410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6813","nonce":1569245410}]},"public_addr":"172.21.15.142:6809/1569245410","cluster_addr":"172.21.15.142:6811/1569245410","heartbeat_back_addr":"172.21.15.142:6815/1569245410","heartbeat_front_addr":"172.21.15.142:6813/1569245410","state":["exists","up"]},{"osd":3,"uuid":"e215101a-975a-42ac-9fe5-cb7526160835","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6811","nonce":1773029709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6813","nonce":1773029709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6817","nonce":1773029709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6815","nonce":1773029709}]},"public_addr":"172.21.15.116:6811/1773029709","cluster_addr":"172.21.15.116:6813/1773029709","heartbeat_back_addr":"172.21.15.116:6817/1773029709","heartbeat_front_addr":"172.21.15.116:6815/1773029709","state":["exists","up"]},{"osd":4,"uuid":"4866b060-5ac6-48ce-9c07-604f0948ac14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6817","nonce":2909335217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6819","nonce":2909335217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6823","nonce":2909335217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6821","nonce":2909335217}]},"public_addr":"172.21.15.142:6817/2909335217","cluster_addr":"172.21.15.142:6819/2909335217","heartbeat_back_addr":"172.21.15.142:6823/2909335217","heartbeat_front_addr":"172.21.15.142:6821/2909335217","state":["exists","up"]},{"osd":5,"uuid":"3a7d3797-1d69-49db-8a56-10046e78a505","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6819","nonce":2143523342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6821","nonce":2143523342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6825","nonce":2143523342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6823","nonce":2143523342}]},"public_addr":"172.21.15.116:6819/2143523342","cluster_addr":"172.21.15.116:6821/2143523342","heartbeat_back_addr":"172.21.15.116:6825/2143523342","heartbeat_front_addr":"172.21.15.116:6823/2143523342","state":["exists","up"]},{"osd":6,"uuid":"26d5eb2a-4625-4849-b52c-4818743ac020","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.142:6824","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6825","nonce":3288821061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6827","nonce":3288821061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6831","nonce":3288821061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6829","nonce":3288821061}]},"public_addr":"172.21.15.142:6825/3288821061","cluster_addr":"172.21.15.142:6827/3288821061","heartbeat_back_addr":"172.21.15.142:6831/3288821061","heartbeat_front_addr":"172.21.15.142:6829/3288821061","state":["exists","up"]},{"osd":7,"uuid":"09f994cf-ef52-42ea-9894-569cde9547d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6827","nonce":1625475413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6829","nonce":1625475413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6833","nonce":1625475413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6831","nonce":1625475413}]},"public_addr":"172.21.15.116:6827/1625475413","cluster_addr":"172.21.15.116:6829/1625475413","heartbeat_back_addr":"172.21.15.116:6833/1625475413","heartbeat_front_addr":"172.21.15.116:6831/1625475413","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:26.642011+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:34.533306+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:32.073476+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:41.411867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:37.956592+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:48.741826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:42.286152+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:54.644122+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:6800/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/312548274":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/3073220486":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/505272549":"2024-01-19T08:00:10.789302+0000","172.21.15.116:0/3790398386":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:6801/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6801/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2183820189":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2442939127":"2024-01-19T07:59:31.092922+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T08:04:43.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:43 smithi116 bash[14016]: cluster 2024-01-18T08:04:42.385747+0000 mgr.smithi116.xagkwr (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:43.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:43 smithi116 bash[14016]: audit 2024-01-18T08:04:42.861661+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:43.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:43 smithi116 bash[14016]: audit 2024-01-18T08:04:43.312085+0000 mon.smithi116 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.116:0/1534826711' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:43 smithi142 bash[17956]: cluster 2024-01-18T08:04:42.385747+0000 mgr.smithi116.xagkwr (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:43 smithi142 bash[17956]: audit 2024-01-18T08:04:42.861661+0000 mon.smithi116 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:04:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:43 smithi142 bash[17956]: audit 2024-01-18T08:04:43.312085+0000 mon.smithi116 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.116:0/1534826711' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:44.019 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T08:04:44.019 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T08:04:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:45 smithi142 bash[17956]: cluster 2024-01-18T08:04:44.386354+0000 mgr.smithi116.xagkwr (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:45 smithi116 bash[14016]: cluster 2024-01-18T08:04:44.386354+0000 mgr.smithi116.xagkwr (mgr.14180) 154 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:47.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:47 smithi142 bash[17956]: cluster 2024-01-18T08:04:46.386945+0000 mgr.smithi116.xagkwr (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:48.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:47 smithi116 bash[14016]: cluster 2024-01-18T08:04:46.386945+0000 mgr.smithi116.xagkwr (mgr.14180) 155 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:48.804 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:49 smithi142 bash[17956]: cluster 2024-01-18T08:04:48.387462+0000 mgr.smithi116.xagkwr (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:49.955 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:49 smithi116 bash[14016]: cluster 2024-01-18T08:04:48.387462+0000 mgr.smithi116.xagkwr (mgr.14180) 156 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:51.232 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:50 smithi116 bash[14016]: cluster 2024-01-18T08:04:50.387869+0000 mgr.smithi116.xagkwr (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:51.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:50 smithi142 bash[17956]: cluster 2024-01-18T08:04:50.387869+0000 mgr.smithi116.xagkwr (mgr.14180) 157 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:51.607 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:04:51.607 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":40,"fsid":"5118d57a-b5d7-11ee-95ae-87774f69a715","created":"2024-01-18T07:59:03.700462+0000","modified":"2024-01-18T08:03:57.999141+0000","last_up_change":"2024-01-18T08:03:55.983501+0000","last_in_change":"2024-01-18T08:03:02.575999+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T08:03:36.415309+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"0eb214a8-105b-47d9-a0e1-c9fe18b92aca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6800","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6801","nonce":2867038745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6803","nonce":2867038745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6807","nonce":2867038745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2867038745},{"type":"v1","addr":"172.21.15.142:6805","nonce":2867038745}]},"public_addr":"172.21.15.142:6801/2867038745","cluster_addr":"172.21.15.142:6803/2867038745","heartbeat_back_addr":"172.21.15.142:6807/2867038745","heartbeat_front_addr":"172.21.15.142:6805/2867038745","state":["exists","up"]},{"osd":1,"uuid":"c3c5d596-71aa-4018-a3d0-af515eea3357","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6803","nonce":1480227587}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6805","nonce":1480227587}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6808","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6809","nonce":1480227587}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":1480227587},{"type":"v1","addr":"172.21.15.116:6807","nonce":1480227587}]},"public_addr":"172.21.15.116:6803/1480227587","cluster_addr":"172.21.15.116:6805/1480227587","heartbeat_back_addr":"172.21.15.116:6809/1480227587","heartbeat_front_addr":"172.21.15.116:6807/1480227587","state":["exists","up"]},{"osd":2,"uuid":"300a5d20-bf7f-4f6d-9a4f-4590632dfd6a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6808","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6809","nonce":1569245410}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6810","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6811","nonce":1569245410}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6814","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6815","nonce":1569245410}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6812","nonce":1569245410},{"type":"v1","addr":"172.21.15.142:6813","nonce":1569245410}]},"public_addr":"172.21.15.142:6809/1569245410","cluster_addr":"172.21.15.142:6811/1569245410","heartbeat_back_addr":"172.21.15.142:6815/1569245410","heartbeat_front_addr":"172.21.15.142:6813/1569245410","state":["exists","up"]},{"osd":3,"uuid":"e215101a-975a-42ac-9fe5-cb7526160835","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6811","nonce":1773029709}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6813","nonce":1773029709}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6816","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6817","nonce":1773029709}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1773029709},{"type":"v1","addr":"172.21.15.116:6815","nonce":1773029709}]},"public_addr":"172.21.15.116:6811/1773029709","cluster_addr":"172.21.15.116:6813/1773029709","heartbeat_back_addr":"172.21.15.116:6817/1773029709","heartbeat_front_addr":"172.21.15.116:6815/1773029709","state":["exists","up"]},{"osd":4,"uuid":"4866b060-5ac6-48ce-9c07-604f0948ac14","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6816","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6817","nonce":2909335217}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6818","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6819","nonce":2909335217}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6822","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6823","nonce":2909335217}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6820","nonce":2909335217},{"type":"v1","addr":"172.21.15.142:6821","nonce":2909335217}]},"public_addr":"172.21.15.142:6817/2909335217","cluster_addr":"172.21.15.142:6819/2909335217","heartbeat_back_addr":"172.21.15.142:6823/2909335217","heartbeat_front_addr":"172.21.15.142:6821/2909335217","state":["exists","up"]},{"osd":5,"uuid":"3a7d3797-1d69-49db-8a56-10046e78a505","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6819","nonce":2143523342}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6821","nonce":2143523342}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6824","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6825","nonce":2143523342}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":2143523342},{"type":"v1","addr":"172.21.15.116:6823","nonce":2143523342}]},"public_addr":"172.21.15.116:6819/2143523342","cluster_addr":"172.21.15.116:6821/2143523342","heartbeat_back_addr":"172.21.15.116:6825/2143523342","heartbeat_front_addr":"172.21.15.116:6823/2143523342","state":["exists","up"]},{"osd":6,"uuid":"26d5eb2a-4625-4849-b52c-4818743ac020","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.142:6824","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6825","nonce":3288821061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6826","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6827","nonce":3288821061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6830","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6831","nonce":3288821061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6828","nonce":3288821061},{"type":"v1","addr":"172.21.15.142:6829","nonce":3288821061}]},"public_addr":"172.21.15.142:6825/3288821061","cluster_addr":"172.21.15.142:6827/3288821061","heartbeat_back_addr":"172.21.15.142:6831/3288821061","heartbeat_front_addr":"172.21.15.142:6829/3288821061","state":["exists","up"]},{"osd":7,"uuid":"09f994cf-ef52-42ea-9894-569cde9547d7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6827","nonce":1625475413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6829","nonce":1625475413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6832","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6833","nonce":1625475413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":1625475413},{"type":"v1","addr":"172.21.15.116:6831","nonce":1625475413}]},"public_addr":"172.21.15.116:6827/1625475413","cluster_addr":"172.21.15.116:6829/1625475413","heartbeat_back_addr":"172.21.15.116:6833/1625475413","heartbeat_front_addr":"172.21.15.116:6831/1625475413","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:26.642011+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:34.533306+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:32.073476+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:41.411867+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:37.956592+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:48.741826+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:42.286152+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T08:03:54.644122+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.116:6801/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:6800/2778249657":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/312548274":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/3073220486":"2024-01-19T08:01:10.328556+0000","172.21.15.116:0/505272549":"2024-01-19T08:00:10.789302+0000","172.21.15.116:0/3790398386":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6800/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:6801/1342687627":"2024-01-19T08:00:10.789302+0000","172.21.15.116:6801/1997964822":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2183820189":"2024-01-19T07:59:31.092922+0000","172.21.15.116:0/2442939127":"2024-01-19T07:59:31.092922+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-18T08:04:52.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:51 smithi116 bash[14016]: audit 2024-01-18T08:04:51.605061+0000 mon.smithi116 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.116:0/1753702651' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:52.336 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T08:04:52.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:51 smithi142 bash[17956]: audit 2024-01-18T08:04:51.605061+0000 mon.smithi116 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.116:0/1753702651' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T08:04:53.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:52 smithi116 bash[14016]: cluster 2024-01-18T08:04:52.388442+0000 mgr.smithi116.xagkwr (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:52 smithi142 bash[17956]: cluster 2024-01-18T08:04:52.388442+0000 mgr.smithi116.xagkwr (mgr.14180) 158 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:55 smithi116 bash[14016]: cluster 2024-01-18T08:04:54.389129+0000 mgr.smithi116.xagkwr (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:55.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:55 smithi142 bash[17956]: cluster 2024-01-18T08:04:54.389129+0000 mgr.smithi116.xagkwr (mgr.14180) 159 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:57.125 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:04:57.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:57 smithi142 bash[17956]: cluster 2024-01-18T08:04:56.389763+0000 mgr.smithi116.xagkwr (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:57.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:57 smithi116 bash[14016]: cluster 2024-01-18T08:04:56.389763+0000 mgr.smithi116.xagkwr (mgr.14180) 160 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:59.535 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:04:59 smithi116 bash[14016]: cluster 2024-01-18T08:04:58.390481+0000 mgr.smithi116.xagkwr (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:04:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:04:59 smithi142 bash[17956]: cluster 2024-01-18T08:04:58.390481+0000 mgr.smithi116.xagkwr (mgr.14180) 161 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:00.188 INFO:teuthology.orchestra.run.smithi116.stdout:68719476758 2024-01-18T08:05:00.188 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T08:05:01.235 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:00 smithi116 bash[14016]: cluster 2024-01-18T08:05:00.391108+0000 mgr.smithi116.xagkwr (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:00 smithi142 bash[17956]: cluster 2024-01-18T08:05:00.391108+0000 mgr.smithi116.xagkwr (mgr.14180) 162 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:03.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:03 smithi116 bash[14016]: cluster 2024-01-18T08:05:02.391650+0000 mgr.smithi116.xagkwr (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:03.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:03 smithi142 bash[17956]: cluster 2024-01-18T08:05:02.391650+0000 mgr.smithi116.xagkwr (mgr.14180) 163 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:04.977 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:05.753 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:05 smithi116 bash[14016]: cluster 2024-01-18T08:05:04.392152+0000 mgr.smithi116.xagkwr (mgr.14180) 164 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:05.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:05 smithi142 bash[17956]: cluster 2024-01-18T08:05:04.392152+0000 mgr.smithi116.xagkwr (mgr.14180) 164 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:07.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:07 smithi142 bash[17956]: cluster 2024-01-18T08:05:06.392560+0000 mgr.smithi116.xagkwr (mgr.14180) 165 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:07 smithi116 bash[14016]: cluster 2024-01-18T08:05:06.392560+0000 mgr.smithi116.xagkwr (mgr.14180) 165 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:08.008 INFO:teuthology.orchestra.run.smithi116.stdout:94489280534 2024-01-18T08:05:08.008 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T08:05:09.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:09 smithi116 bash[14016]: cluster 2024-01-18T08:05:08.393124+0000 mgr.smithi116.xagkwr (mgr.14180) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:09 smithi142 bash[17956]: cluster 2024-01-18T08:05:08.393124+0000 mgr.smithi116.xagkwr (mgr.14180) 166 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:11.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:10 smithi116 bash[14016]: cluster 2024-01-18T08:05:10.393696+0000 mgr.smithi116.xagkwr (mgr.14180) 167 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:11.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:10 smithi142 bash[17956]: cluster 2024-01-18T08:05:10.393696+0000 mgr.smithi116.xagkwr (mgr.14180) 167 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:12.793 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:13.729 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:13 smithi116 bash[14016]: cluster 2024-01-18T08:05:12.394312+0000 mgr.smithi116.xagkwr (mgr.14180) 168 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:13 smithi142 bash[17956]: cluster 2024-01-18T08:05:12.394312+0000 mgr.smithi116.xagkwr (mgr.14180) 168 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:15.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:15 smithi116 bash[14016]: cluster 2024-01-18T08:05:14.394936+0000 mgr.smithi116.xagkwr (mgr.14180) 169 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:15 smithi142 bash[17956]: cluster 2024-01-18T08:05:14.394936+0000 mgr.smithi116.xagkwr (mgr.14180) 169 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:15.937 INFO:teuthology.orchestra.run.smithi116.stdout:85899345943 2024-01-18T08:05:15.937 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T08:05:17.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:17 smithi142 bash[17956]: cluster 2024-01-18T08:05:16.395421+0000 mgr.smithi116.xagkwr (mgr.14180) 170 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:17.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:17 smithi116 bash[14016]: cluster 2024-01-18T08:05:16.395421+0000 mgr.smithi116.xagkwr (mgr.14180) 170 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:19.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:19 smithi116 bash[14016]: cluster 2024-01-18T08:05:18.396038+0000 mgr.smithi116.xagkwr (mgr.14180) 171 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:19 smithi142 bash[17956]: cluster 2024-01-18T08:05:18.396038+0000 mgr.smithi116.xagkwr (mgr.14180) 171 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:20.728 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:21.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:20 smithi116 bash[14016]: cluster 2024-01-18T08:05:20.396571+0000 mgr.smithi116.xagkwr (mgr.14180) 172 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:21.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:20 smithi142 bash[17956]: cluster 2024-01-18T08:05:20.396571+0000 mgr.smithi116.xagkwr (mgr.14180) 172 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:23.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:23 smithi116 bash[14016]: cluster 2024-01-18T08:05:22.397110+0000 mgr.smithi116.xagkwr (mgr.14180) 173 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:23 smithi142 bash[17956]: cluster 2024-01-18T08:05:22.397110+0000 mgr.smithi116.xagkwr (mgr.14180) 173 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:24.078 INFO:teuthology.orchestra.run.smithi116.stdout:124554051607 2024-01-18T08:05:24.078 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T08:05:25.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:25 smithi116 bash[14016]: cluster 2024-01-18T08:05:24.397829+0000 mgr.smithi116.xagkwr (mgr.14180) 174 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:25.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:25 smithi142 bash[17956]: cluster 2024-01-18T08:05:24.397829+0000 mgr.smithi116.xagkwr (mgr.14180) 174 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:27.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:27 smithi142 bash[17956]: cluster 2024-01-18T08:05:26.398561+0000 mgr.smithi116.xagkwr (mgr.14180) 175 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:27 smithi116 bash[14016]: cluster 2024-01-18T08:05:26.398561+0000 mgr.smithi116.xagkwr (mgr.14180) 175 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:28.858 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:29.728 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:29 smithi116 bash[14016]: cluster 2024-01-18T08:05:28.399189+0000 mgr.smithi116.xagkwr (mgr.14180) 176 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:29 smithi142 bash[17956]: cluster 2024-01-18T08:05:28.399189+0000 mgr.smithi116.xagkwr (mgr.14180) 176 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:31.286 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:30 smithi116 bash[14016]: cluster 2024-01-18T08:05:30.399776+0000 mgr.smithi116.xagkwr (mgr.14180) 177 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:30 smithi142 bash[17956]: cluster 2024-01-18T08:05:30.399776+0000 mgr.smithi116.xagkwr (mgr.14180) 177 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:32.203 INFO:teuthology.orchestra.run.smithi116.stdout:111669149722 2024-01-18T08:05:32.204 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T08:05:33.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:33 smithi116 bash[14016]: cluster 2024-01-18T08:05:32.400326+0000 mgr.smithi116.xagkwr (mgr.14180) 178 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:33 smithi142 bash[17956]: cluster 2024-01-18T08:05:32.400326+0000 mgr.smithi116.xagkwr (mgr.14180) 178 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:35.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:35 smithi116 bash[14016]: cluster 2024-01-18T08:05:34.400850+0000 mgr.smithi116.xagkwr (mgr.14180) 179 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:35 smithi142 bash[17956]: cluster 2024-01-18T08:05:34.400850+0000 mgr.smithi116.xagkwr (mgr.14180) 179 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:36.987 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:37.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:37 smithi142 bash[17956]: cluster 2024-01-18T08:05:36.401400+0000 mgr.smithi116.xagkwr (mgr.14180) 180 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:37.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:37 smithi116 bash[14016]: cluster 2024-01-18T08:05:36.401400+0000 mgr.smithi116.xagkwr (mgr.14180) 180 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:39.609 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:39 smithi116 bash[14016]: cluster 2024-01-18T08:05:38.401835+0000 mgr.smithi116.xagkwr (mgr.14180) 181 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:39 smithi142 bash[17956]: cluster 2024-01-18T08:05:38.401835+0000 mgr.smithi116.xagkwr (mgr.14180) 181 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:40.230 INFO:teuthology.orchestra.run.smithi116.stdout:146028888088 2024-01-18T08:05:40.231 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T08:05:41.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:40 smithi116 bash[14016]: cluster 2024-01-18T08:05:40.402450+0000 mgr.smithi116.xagkwr (mgr.14180) 182 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:40 smithi142 bash[17956]: cluster 2024-01-18T08:05:40.402450+0000 mgr.smithi116.xagkwr (mgr.14180) 182 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:43 smithi116 bash[14016]: cluster 2024-01-18T08:05:42.403032+0000 mgr.smithi116.xagkwr (mgr.14180) 183 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:43 smithi116 bash[14016]: audit 2024-01-18T08:05:42.867048+0000 mon.smithi116 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:05:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:43 smithi142 bash[17956]: cluster 2024-01-18T08:05:42.403032+0000 mgr.smithi116.xagkwr (mgr.14180) 183 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:43 smithi142 bash[17956]: audit 2024-01-18T08:05:42.867048+0000 mon.smithi116 (mon.0) 592 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:05:45.010 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:45.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:45 smithi116 bash[14016]: cluster 2024-01-18T08:05:44.403530+0000 mgr.smithi116.xagkwr (mgr.14180) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:45 smithi142 bash[17956]: cluster 2024-01-18T08:05:44.403530+0000 mgr.smithi116.xagkwr (mgr.14180) 184 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:47.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:47 smithi142 bash[17956]: cluster 2024-01-18T08:05:46.404008+0000 mgr.smithi116.xagkwr (mgr.14180) 185 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:47.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:47 smithi116 bash[14016]: cluster 2024-01-18T08:05:46.404008+0000 mgr.smithi116.xagkwr (mgr.14180) 185 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:48.112 INFO:teuthology.orchestra.run.smithi116.stdout:128849018907 2024-01-18T08:05:48.112 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.042245+0000 mon.smithi116 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.332794+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: cluster 2024-01-18T08:05:48.404551+0000 mgr.smithi116.xagkwr (mgr.14180) 186 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.620299+0000 mon.smithi116 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.622310+0000 mon.smithi116 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.630596+0000 mon.smithi116 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:49 smithi116 bash[14016]: audit 2024-01-18T08:05:48.638149+0000 mon.smithi116 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.042245+0000 mon.smithi116 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.332794+0000 mon.smithi116 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: cluster 2024-01-18T08:05:48.404551+0000 mgr.smithi116.xagkwr (mgr.14180) 186 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.620299+0000 mon.smithi116 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.622310+0000 mon.smithi116 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.630596+0000 mon.smithi116 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:05:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:49 smithi142 bash[17956]: audit 2024-01-18T08:05:48.638149+0000 mon.smithi116 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:05:51.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:50 smithi116 bash[14016]: cluster 2024-01-18T08:05:50.405039+0000 mgr.smithi116.xagkwr (mgr.14180) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:51.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:50 smithi142 bash[17956]: cluster 2024-01-18T08:05:50.405039+0000 mgr.smithi116.xagkwr (mgr.14180) 187 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:52.894 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:05:53.714 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:53 smithi116 bash[14016]: cluster 2024-01-18T08:05:52.405621+0000 mgr.smithi116.xagkwr (mgr.14180) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:53 smithi142 bash[17956]: cluster 2024-01-18T08:05:52.405621+0000 mgr.smithi116.xagkwr (mgr.14180) 188 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:55.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:55 smithi116 bash[14016]: cluster 2024-01-18T08:05:54.406183+0000 mgr.smithi116.xagkwr (mgr.14180) 189 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:55.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:55 smithi142 bash[17956]: cluster 2024-01-18T08:05:54.406183+0000 mgr.smithi116.xagkwr (mgr.14180) 189 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:56.046 INFO:teuthology.orchestra.run.smithi116.stdout:163208757274 2024-01-18T08:05:56.046 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T08:05:57.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:57 smithi142 bash[17956]: cluster 2024-01-18T08:05:56.406797+0000 mgr.smithi116.xagkwr (mgr.14180) 190 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:57.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:57 smithi116 bash[14016]: cluster 2024-01-18T08:05:56.406797+0000 mgr.smithi116.xagkwr (mgr.14180) 190 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:59.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:05:59 smithi116 bash[14016]: cluster 2024-01-18T08:05:58.407382+0000 mgr.smithi116.xagkwr (mgr.14180) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:05:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:05:59 smithi142 bash[17956]: cluster 2024-01-18T08:05:58.407382+0000 mgr.smithi116.xagkwr (mgr.14180) 191 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:00.830 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:01.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:00 smithi116 bash[14016]: cluster 2024-01-18T08:06:00.407890+0000 mgr.smithi116.xagkwr (mgr.14180) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:00 smithi142 bash[17956]: cluster 2024-01-18T08:06:00.407890+0000 mgr.smithi116.xagkwr (mgr.14180) 192 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:03.459 INFO:teuthology.orchestra.run.smithi116.stdout:68719476770 2024-01-18T08:06:03.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:03 smithi116 bash[14016]: cluster 2024-01-18T08:06:02.408509+0000 mgr.smithi116.xagkwr (mgr.14180) 193 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:03.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:03 smithi116 bash[14016]: audit 2024-01-18T08:06:03.458937+0000 mon.smithi116 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.116:0/3106317053' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:06:03.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:03 smithi142 bash[17956]: cluster 2024-01-18T08:06:02.408509+0000 mgr.smithi116.xagkwr (mgr.14180) 193 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:03.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:03 smithi142 bash[17956]: audit 2024-01-18T08:06:03.458937+0000 mon.smithi116 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.116:0/3106317053' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T08:06:04.253 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476758 got 68719476770 for osd.0 2024-01-18T08:06:04.254 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T08:06:05.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:05 smithi116 bash[14016]: cluster 2024-01-18T08:06:04.409027+0000 mgr.smithi116.xagkwr (mgr.14180) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:05.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:05 smithi142 bash[17956]: cluster 2024-01-18T08:06:04.409027+0000 mgr.smithi116.xagkwr (mgr.14180) 194 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:07.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:07 smithi142 bash[17956]: cluster 2024-01-18T08:06:06.409715+0000 mgr.smithi116.xagkwr (mgr.14180) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:07.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:07 smithi116 bash[14016]: cluster 2024-01-18T08:06:06.409715+0000 mgr.smithi116.xagkwr (mgr.14180) 195 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:09.043 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:09.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:09 smithi116 bash[14016]: cluster 2024-01-18T08:06:08.410345+0000 mgr.smithi116.xagkwr (mgr.14180) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:09 smithi142 bash[17956]: cluster 2024-01-18T08:06:08.410345+0000 mgr.smithi116.xagkwr (mgr.14180) 196 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:11.246 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:10 smithi116 bash[14016]: cluster 2024-01-18T08:06:10.410992+0000 mgr.smithi116.xagkwr (mgr.14180) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:11.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:10 smithi142 bash[17956]: cluster 2024-01-18T08:06:10.410992+0000 mgr.smithi116.xagkwr (mgr.14180) 197 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:11.653 INFO:teuthology.orchestra.run.smithi116.stdout:94489280546 2024-01-18T08:06:12.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:11 smithi116 bash[14016]: audit 2024-01-18T08:06:11.653028+0000 mon.smithi116 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.116:0/1148842667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:06:12.313 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280534 got 94489280546 for osd.1 2024-01-18T08:06:12.313 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T08:06:12.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:11 smithi142 bash[17956]: audit 2024-01-18T08:06:11.653028+0000 mon.smithi116 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.116:0/1148842667' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T08:06:13.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:13 smithi116 bash[14016]: cluster 2024-01-18T08:06:12.411592+0000 mgr.smithi116.xagkwr (mgr.14180) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:13 smithi142 bash[17956]: cluster 2024-01-18T08:06:12.411592+0000 mgr.smithi116.xagkwr (mgr.14180) 198 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:15.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:15 smithi116 bash[14016]: cluster 2024-01-18T08:06:14.412168+0000 mgr.smithi116.xagkwr (mgr.14180) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:15 smithi142 bash[17956]: cluster 2024-01-18T08:06:14.412168+0000 mgr.smithi116.xagkwr (mgr.14180) 199 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:17.094 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:17.765 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:17 smithi142 bash[17956]: cluster 2024-01-18T08:06:16.412868+0000 mgr.smithi116.xagkwr (mgr.14180) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:17.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:17 smithi116 bash[14016]: cluster 2024-01-18T08:06:16.412868+0000 mgr.smithi116.xagkwr (mgr.14180) 200 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:19.769 INFO:teuthology.orchestra.run.smithi116.stdout:85899345955 2024-01-18T08:06:19.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:19 smithi116 bash[14016]: cluster 2024-01-18T08:06:18.413486+0000 mgr.smithi116.xagkwr (mgr.14180) 201 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:19 smithi142 bash[17956]: cluster 2024-01-18T08:06:18.413486+0000 mgr.smithi116.xagkwr (mgr.14180) 201 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:20.516 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345955 for osd.2 2024-01-18T08:06:20.517 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T08:06:20.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:20 smithi116 bash[14016]: audit 2024-01-18T08:06:19.768588+0000 mon.smithi116 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.116:0/2865452420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:06:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:20 smithi142 bash[17956]: audit 2024-01-18T08:06:19.768588+0000 mon.smithi116 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.116:0/2865452420' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T08:06:21.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:21 smithi116 bash[14016]: cluster 2024-01-18T08:06:20.414057+0000 mgr.smithi116.xagkwr (mgr.14180) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:21.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:21 smithi142 bash[17956]: cluster 2024-01-18T08:06:20.414057+0000 mgr.smithi116.xagkwr (mgr.14180) 202 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:23.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:23 smithi116 bash[14016]: cluster 2024-01-18T08:06:22.414665+0000 mgr.smithi116.xagkwr (mgr.14180) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:23.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:23 smithi142 bash[17956]: cluster 2024-01-18T08:06:22.414665+0000 mgr.smithi116.xagkwr (mgr.14180) 203 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:25.300 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:25.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:25 smithi116 bash[14016]: cluster 2024-01-18T08:06:24.415257+0000 mgr.smithi116.xagkwr (mgr.14180) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:25.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:25 smithi142 bash[17956]: cluster 2024-01-18T08:06:24.415257+0000 mgr.smithi116.xagkwr (mgr.14180) 204 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:27.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:27 smithi142 bash[17956]: cluster 2024-01-18T08:06:26.415775+0000 mgr.smithi116.xagkwr (mgr.14180) 205 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:27.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:27 smithi116 bash[14016]: cluster 2024-01-18T08:06:26.415775+0000 mgr.smithi116.xagkwr (mgr.14180) 205 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:28.006 INFO:teuthology.orchestra.run.smithi116.stdout:124554051619 2024-01-18T08:06:28.675 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051607 got 124554051619 for osd.3 2024-01-18T08:06:28.676 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T08:06:28.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:28 smithi116 bash[14016]: audit 2024-01-18T08:06:28.005088+0000 mon.smithi116 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.116:0/912350221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:06:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:28 smithi142 bash[17956]: audit 2024-01-18T08:06:28.005088+0000 mon.smithi116 (mon.0) 602 : audit [DBG] from='client.? 172.21.15.116:0/912350221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T08:06:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:29 smithi116 bash[14016]: cluster 2024-01-18T08:06:28.416287+0000 mgr.smithi116.xagkwr (mgr.14180) 206 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:29 smithi142 bash[17956]: cluster 2024-01-18T08:06:28.416287+0000 mgr.smithi116.xagkwr (mgr.14180) 206 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:31.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:31 smithi116 bash[14016]: cluster 2024-01-18T08:06:30.416878+0000 mgr.smithi116.xagkwr (mgr.14180) 207 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:31 smithi142 bash[17956]: cluster 2024-01-18T08:06:30.416878+0000 mgr.smithi116.xagkwr (mgr.14180) 207 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:33.453 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:33.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:33 smithi116 bash[14016]: cluster 2024-01-18T08:06:32.417508+0000 mgr.smithi116.xagkwr (mgr.14180) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:33 smithi142 bash[17956]: cluster 2024-01-18T08:06:32.417508+0000 mgr.smithi116.xagkwr (mgr.14180) 208 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:35.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:35 smithi116 bash[14016]: cluster 2024-01-18T08:06:34.418187+0000 mgr.smithi116.xagkwr (mgr.14180) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:35 smithi142 bash[17956]: cluster 2024-01-18T08:06:34.418187+0000 mgr.smithi116.xagkwr (mgr.14180) 209 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:36.197 INFO:teuthology.orchestra.run.smithi116.stdout:111669149734 2024-01-18T08:06:36.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:36 smithi116 bash[14016]: audit 2024-01-18T08:06:36.195920+0000 mon.smithi116 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.116:0/219114536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:06:36.855 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149722 got 111669149734 for osd.4 2024-01-18T08:06:36.855 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T08:06:36.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:36 smithi142 bash[17956]: audit 2024-01-18T08:06:36.195920+0000 mon.smithi116 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.116:0/219114536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T08:06:37.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:37 smithi142 bash[17956]: cluster 2024-01-18T08:06:36.418805+0000 mgr.smithi116.xagkwr (mgr.14180) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:37.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:37 smithi116 bash[14016]: cluster 2024-01-18T08:06:36.418805+0000 mgr.smithi116.xagkwr (mgr.14180) 210 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:39.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:39 smithi116 bash[14016]: cluster 2024-01-18T08:06:38.419428+0000 mgr.smithi116.xagkwr (mgr.14180) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:39 smithi142 bash[17956]: cluster 2024-01-18T08:06:38.419428+0000 mgr.smithi116.xagkwr (mgr.14180) 211 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:41.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:41 smithi116 bash[14016]: cluster 2024-01-18T08:06:40.419936+0000 mgr.smithi116.xagkwr (mgr.14180) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:41 smithi142 bash[17956]: cluster 2024-01-18T08:06:40.419936+0000 mgr.smithi116.xagkwr (mgr.14180) 212 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:41.636 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:43 smithi116 bash[14016]: cluster 2024-01-18T08:06:42.420474+0000 mgr.smithi116.xagkwr (mgr.14180) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:43 smithi142 bash[17956]: cluster 2024-01-18T08:06:42.420474+0000 mgr.smithi116.xagkwr (mgr.14180) 213 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:44.316 INFO:teuthology.orchestra.run.smithi116.stdout:146028888101 2024-01-18T08:06:44.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:44 smithi116 bash[14016]: audit 2024-01-18T08:06:44.315365+0000 mon.smithi116 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.116:0/1593512374' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:06:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:44 smithi142 bash[17956]: audit 2024-01-18T08:06:44.315365+0000 mon.smithi116 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.116:0/1593512374' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T08:06:45.031 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888088 got 146028888101 for osd.5 2024-01-18T08:06:45.031 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T08:06:45.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:45 smithi116 bash[14016]: cluster 2024-01-18T08:06:44.420957+0000 mgr.smithi116.xagkwr (mgr.14180) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:45 smithi142 bash[17956]: cluster 2024-01-18T08:06:44.420957+0000 mgr.smithi116.xagkwr (mgr.14180) 214 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:47.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:47 smithi142 bash[17956]: cluster 2024-01-18T08:06:46.421554+0000 mgr.smithi116.xagkwr (mgr.14180) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:47 smithi116 bash[14016]: cluster 2024-01-18T08:06:46.421554+0000 mgr.smithi116.xagkwr (mgr.14180) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:49.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:49 smithi116 bash[14016]: cluster 2024-01-18T08:06:48.422132+0000 mgr.smithi116.xagkwr (mgr.14180) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:49.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:49 smithi116 bash[14016]: audit 2024-01-18T08:06:48.646556+0000 mon.smithi116 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:06:49.816 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:49.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:49 smithi142 bash[17956]: cluster 2024-01-18T08:06:48.422132+0000 mgr.smithi116.xagkwr (mgr.14180) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:49 smithi142 bash[17956]: audit 2024-01-18T08:06:48.646556+0000 mon.smithi116 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:06:51.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:51 smithi116 bash[14016]: cluster 2024-01-18T08:06:50.422703+0000 mgr.smithi116.xagkwr (mgr.14180) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:51.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:51 smithi142 bash[17956]: cluster 2024-01-18T08:06:50.422703+0000 mgr.smithi116.xagkwr (mgr.14180) 217 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:52.636 INFO:teuthology.orchestra.run.smithi116.stdout:128849018920 2024-01-18T08:06:53.389 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018907 got 128849018920 for osd.6 2024-01-18T08:06:53.389 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T08:06:53.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:53 smithi116 bash[14016]: cluster 2024-01-18T08:06:52.423373+0000 mgr.smithi116.xagkwr (mgr.14180) 218 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:53.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:53 smithi116 bash[14016]: audit 2024-01-18T08:06:52.635622+0000 mon.smithi116 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.116:0/2220619680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:06:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:53 smithi142 bash[17956]: cluster 2024-01-18T08:06:52.423373+0000 mgr.smithi116.xagkwr (mgr.14180) 218 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:53 smithi142 bash[17956]: audit 2024-01-18T08:06:52.635622+0000 mon.smithi116 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.116:0/2220619680' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T08:06:55.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:53.959819+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:54.123532+0000 mon.smithi116 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:54.422412+0000 mon.smithi116 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:06:55.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: cluster 2024-01-18T08:06:54.424012+0000 mgr.smithi116.xagkwr (mgr.14180) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:55.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:54.424410+0000 mon.smithi116 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:06:55.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:54.434601+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:54 smithi116 bash[14016]: audit 2024-01-18T08:06:54.443518+0000 mon.smithi116 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:53.959819+0000 mon.smithi116 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:54.123532+0000 mon.smithi116 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:54.422412+0000 mon.smithi116 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: cluster 2024-01-18T08:06:54.424012+0000 mgr.smithi116.xagkwr (mgr.14180) 219 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:54.424410+0000 mon.smithi116 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:54.434601+0000 mon.smithi116 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:06:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:54 smithi142 bash[17956]: audit 2024-01-18T08:06:54.443518+0000 mon.smithi116 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:06:57.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:57 smithi142 bash[17956]: cluster 2024-01-18T08:06:56.424602+0000 mgr.smithi116.xagkwr (mgr.14180) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:57.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:57 smithi116 bash[14016]: cluster 2024-01-18T08:06:56.424602+0000 mgr.smithi116.xagkwr (mgr.14180) 220 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:58.173 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:06:59.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:06:59 smithi116 bash[14016]: cluster 2024-01-18T08:06:58.425196+0000 mgr.smithi116.xagkwr (mgr.14180) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:06:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:06:59 smithi142 bash[17956]: cluster 2024-01-18T08:06:58.425196+0000 mgr.smithi116.xagkwr (mgr.14180) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:00.990 INFO:teuthology.orchestra.run.smithi116.stdout:163208757287 2024-01-18T08:07:01.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:01 smithi116 bash[14016]: cluster 2024-01-18T08:07:00.425729+0000 mgr.smithi116.xagkwr (mgr.14180) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:01.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:01 smithi116 bash[14016]: audit 2024-01-18T08:07:00.988022+0000 mon.smithi116 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.116:0/1453596911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:07:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:01 smithi142 bash[17956]: cluster 2024-01-18T08:07:00.425729+0000 mgr.smithi116.xagkwr (mgr.14180) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:01 smithi142 bash[17956]: audit 2024-01-18T08:07:00.988022+0000 mon.smithi116 (mon.0) 613 : audit [DBG] from='client.? 172.21.15.116:0/1453596911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T08:07:01.758 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757274 got 163208757287 for osd.7 2024-01-18T08:07:01.758 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T08:07:01.759 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:07:03.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:03 smithi116 bash[14016]: cluster 2024-01-18T08:07:02.426338+0000 mgr.smithi116.xagkwr (mgr.14180) 223 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:03.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:03 smithi142 bash[17956]: cluster 2024-01-18T08:07:02.426338+0000 mgr.smithi116.xagkwr (mgr.14180) 223 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:05.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:05 smithi116 bash[14016]: cluster 2024-01-18T08:07:04.426963+0000 mgr.smithi116.xagkwr (mgr.14180) 224 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:05.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:05 smithi142 bash[17956]: cluster 2024-01-18T08:07:04.426963+0000 mgr.smithi116.xagkwr (mgr.14180) 224 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:06.545 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:07:07.766 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:07 smithi142 bash[17956]: cluster 2024-01-18T08:07:06.427483+0000 mgr.smithi116.xagkwr (mgr.14180) 225 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:07.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:07 smithi116 bash[14016]: cluster 2024-01-18T08:07:06.427483+0000 mgr.smithi116.xagkwr (mgr.14180) 225 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:09.161 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:07:09.164 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2024-01-18T08:07:09.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:09 smithi116 bash[14016]: cluster 2024-01-18T08:07:08.428076+0000 mgr.smithi116.xagkwr (mgr.14180) 226 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:09.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:09 smithi142 bash[17956]: cluster 2024-01-18T08:07:08.428076+0000 mgr.smithi116.xagkwr (mgr.14180) 226 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:09.908 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":208,"stamp":"2024-01-18T08:07:08.427779+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":2379860,"kb_used_data":3092,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548588,"statfs":{"total":767926730752,"available":765489754112,"internally_reserved":0,"allocated":3166208,"data_stored":1243075,"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":40,"state":"active+clean","last_fresh":"2024-01-18T08:03:58.446436+0000","last_change":"2024-01-18T08:03:58.446436+0000","last_active":"2024-01-18T08:03:58.446436+0000","last_peered":"2024-01-18T08:03:58.446436+0000","last_clean":"2024-01-18T08:03:58.446436+0000","last_became_active":"2024-01-18T08:03:58.445943+0000","last_became_peered":"2024-01-18T08:03:58.445943+0000","last_unstale":"2024-01-18T08:03:58.446436+0000","last_undegraded":"2024-01-18T08:03:58.446436+0000","last_fullsized":"2024-01-18T08:03:58.446436+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T08:03:36.965519+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T08:03:36.965519+0000","last_clean_scrub_stamp":"2024-01-18T08:03:36.965519+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":38,"seq":163208757289,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":155461,"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 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.85599999999999998,"15min":0.85699999999999998},"min":{"1min":0.64800000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1619999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.999},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.85199999999999998,"15min":0.85499999999999998},"min":{"1min":0.60099999999999998,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.099,"5min":1.099,"15min":1.099},"last":0.96399999999999997}]},{"osd":1,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.73899999999999999,"15min":0.74099999999999999},"min":{"1min":0.53700000000000003,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1439999999999999,"5min":1.613,"15min":1.613},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.86699999999999999,"5min":0.82599999999999996,"15min":0.81899999999999995},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.623}]},{"osd":2,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.81599999999999995,"15min":0.81200000000000006},"min":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.1279999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.90700000000000003},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.90000000000000002,"15min":0.89400000000000002},"min":{"1min":0.75,"5min":0.628,"15min":0.628},"max":{"1min":1.2390000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":0.93100000000000005}]},{"osd":3,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.81599999999999995,"5min":0.78400000000000003,"15min":0.77900000000000003},"min":{"1min":0.56000000000000005,"5min":0.437,"15min":0.437},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.81899999999999995,"5min":0.81200000000000006,"15min":0.81100000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0649999999999999,"5min":1.204,"15min":1.204},"last":1.0249999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.92800000000000005,"15min":0.92000000000000004},"min":{"1min":0.751,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.7909999999999999,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.052,"5min":1.016,"15min":1.01},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.72,"5min":1.72,"15min":1.72},"last":1.0900000000000001}]},{"osd":5,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.93899999999999995,"15min":0.94099999999999995},"min":{"1min":0.498,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.1619999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":1.054},{"interface":"front","average":{"1min":0.98699999999999999,"5min":0.94699999999999995,"15min":0.93999999999999995},"min":{"1min":0.57499999999999996,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.0409999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:02 2024","interfaces":[{"interface":"back","average":{"1min":1.079,"5min":1.069,"15min":1.0669999999999999},"min":{"1min":0.73599999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.119},{"interface":"front","average":{"1min":1.028,"5min":1.038,"15min":1.04},"min":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.296,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.0680000000000001}]}]},{"osd":5,"up_from":34,"seq":146028888106,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.88900000000000001,"15min":0.91200000000000003},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.1299999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.075},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.94999999999999996,"15min":0.996},"min":{"1min":0.60399999999999998,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.0549999999999999,"5min":3.6760000000000002,"15min":3.6760000000000002},"last":0.88800000000000001}]},{"osd":1,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.73799999999999999,"15min":0.71099999999999997},"min":{"1min":0.57699999999999996,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.1799999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.77300000000000002,"15min":0.78800000000000003},"min":{"1min":0.51800000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.99399999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.90900000000000003}]},{"osd":2,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.91000000000000003,"15min":0.90500000000000003},"min":{"1min":0.69099999999999995,"5min":0.629,"15min":0.629},"max":{"1min":1.1659999999999999,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":1.0569999999999999},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.98999999999999999,"15min":1.03},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.196,"5min":3.8100000000000001,"15min":3.8100000000000001},"last":0.80900000000000005}]},{"osd":3,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.86699999999999999,"15min":0.89300000000000002},"min":{"1min":0.52400000000000002,"5min":0.504,"15min":0.504},"max":{"1min":1.2050000000000001,"5min":3.9910000000000001,"15min":3.9910000000000001},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90700000000000003,"15min":0.90900000000000003},"min":{"1min":0.48999999999999999,"5min":0.435,"15min":0.435},"max":{"1min":1.149,"5min":2.2989999999999999,"15min":2.2989999999999999},"last":0.77200000000000002}]},{"osd":4,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.018,"15min":1.014},"min":{"1min":0.80500000000000005,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.3089999999999999,"5min":2.0019999999999998,"15min":2.0019999999999998},"last":1.103},{"interface":"front","average":{"1min":0.94899999999999995,"5min":1.0029999999999999,"15min":1.0209999999999999},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1419999999999999,"5min":1.508,"15min":1.508},"last":0.98999999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.1060000000000001,"15min":1.1539999999999999},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.135,"5min":3.915,"15min":3.915},"last":0.96699999999999997},{"interface":"front","average":{"1min":1.095,"5min":1.1140000000000001,"15min":1.1180000000000001},"min":{"1min":0.81599999999999995,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.244,"5min":2.1269999999999998,"15min":2.1269999999999998},"last":1.0109999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":1.0029999999999999,"15min":1.008},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2330000000000001,"5min":1.734,"15min":1.734},"last":0.84199999999999997},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0640000000000001,"15min":1.0569999999999999},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.327,"5min":2.2090000000000001,"15min":2.2090000000000001},"last":0.93700000000000006}]}]},{"osd":2,"up_from":20,"seq":85899345965,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":1.4910000000000001,"15min":1.829},"min":{"1min":0.53800000000000003,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.0820000000000001,"5min":24.550000000000001,"15min":24.550000000000001},"last":0.85199999999999998},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.71299999999999997,"15min":0.69099999999999995},"min":{"1min":0.60099999999999998,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.002,"5min":1.048,"15min":1.048},"last":0.89800000000000002}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.85399999999999998,"15min":0.85599999999999998},"min":{"1min":0.68300000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.0569999999999999,"5min":1.22,"15min":1.22},"last":1.254},{"interface":"front","average":{"1min":0.872,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":1.1499999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:06:47 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.96799999999999997,"15min":0.97699999999999998},"min":{"1min":0.65800000000000003,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.1299999999999999,"5min":1.234,"15min":1.234},"last":1.218},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.93600000000000005,"15min":0.94399999999999995},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1579999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":1.1759999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.874,"15min":0.875},"min":{"1min":0.59499999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.179,"5min":1.288,"15min":1.288},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90100000000000002,"15min":0.90000000000000002},"min":{"1min":0.68700000000000006,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1279999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":0.94499999999999995}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.95099999999999996,"15min":0.96499999999999997},"min":{"1min":0.76200000000000001,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.095,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.016},{"interface":"front","average":{"1min":1.077,"5min":1.075,"15min":1.073},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.2909999999999999,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.331}]},{"osd":6,"last update":"Thu Jan 18 08:06:48 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.081,"15min":1.075},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.367,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.397},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0740000000000001,"15min":1.0720000000000001},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":1.423}]},{"osd":7,"last update":"Thu Jan 18 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.1220000000000001,"15min":1.1200000000000001},"min":{"1min":0.90000000000000002,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.351,"5min":1.571,"15min":1.571},"last":1.351},{"interface":"front","average":{"1min":1.179,"5min":1.1890000000000001,"15min":1.1930000000000001},"min":{"1min":0.91400000000000003,"5min":0.873,"15min":0.873},"max":{"1min":1.4370000000000001,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.4370000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 08:06:44 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.85999999999999999,"15min":0.83199999999999996},"min":{"1min":0.68899999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.663,"5min":1.663,"15min":1.663},"last":1.214},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88700000000000001,"15min":0.89500000000000002},"min":{"1min":0.61499999999999999,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.859,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":0.91000000000000003}]},{"osd":2,"last update":"Thu Jan 18 08:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.77600000000000002,"15min":0.77600000000000002},"min":{"1min":0.51700000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2250000000000001,"5min":1.304,"15min":1.304},"last":0.999},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.73899999999999999,"15min":0.71499999999999997},"min":{"1min":0.63,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.96299999999999997}]},{"osd":3,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.88500000000000001,"15min":0.871},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.91100000000000003,"15min":0.90200000000000002},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.698,"5min":1.698,"15min":1.698},"last":0.84699999999999998}]},{"osd":4,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.90400000000000003,"15min":0.89600000000000002},"min":{"1min":0.69399999999999995,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.26,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.006,"5min":1.028,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.2909999999999999,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":1.036}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0409999999999999,"15min":1.0569999999999999},"min":{"1min":0.748,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.7849999999999999,"5min":2.3130000000000002,"15min":2.3130000000000002},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.014,"15min":1},"min":{"1min":0.80600000000000005,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.804,"5min":1.804,"15min":1.804},"last":1.1399999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.98199999999999998,"15min":0.96799999999999997},"min":{"1min":0.72899999999999998,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1970000000000001,"5min":2.0019999999999998,"15min":2.0019999999999998},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0409999999999999,"15min":1.0269999999999999},"min":{"1min":0.75900000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2490000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.264}]},{"osd":7,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1519999999999999,"15min":1.1539999999999999},"min":{"1min":0.89300000000000002,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5980000000000001,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1830000000000001,"5min":1.1859999999999999,"15min":1.196},"min":{"1min":0.92000000000000004,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.6439999999999999,"5min":2.206,"15min":2.206},"last":1.1859999999999999}]}]},{"osd":1,"up_from":22,"seq":94489280558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.874,"15min":0.872},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.171,"5min":1.236,"15min":1.236},"last":0.92400000000000004},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.88,"15min":0.86199999999999999},"min":{"1min":0.68000000000000005,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.1830000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.94799999999999995}]},{"osd":2,"last update":"Thu Jan 18 08:06:41 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.89300000000000002,"15min":0.85499999999999998},"min":{"1min":0.72299999999999998,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.538,"5min":1.538,"15min":1.538},"last":1.028},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.86299999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.72499999999999998,"15min":0.71199999999999997},"min":{"1min":0.53600000000000003,"5min":0.435,"15min":0.435},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":1.175},{"interface":"front","average":{"1min":0.872,"5min":0.80000000000000004,"15min":0.78200000000000003},"min":{"1min":0.51300000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.72299999999999998}]},{"osd":4,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.74199999999999999,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":1.139},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.89200000000000002,"15min":0.88800000000000001},"min":{"1min":0.76200000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.0820000000000001,"5min":1.3,"15min":1.3},"last":0.99299999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.85499999999999998,"15min":0.82299999999999995},"min":{"1min":0.57699999999999996,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":1.3340000000000001},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.93500000000000005,"15min":0.92700000000000005},"min":{"1min":0.55900000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.2829999999999999,"5min":1.339,"15min":1.339},"last":1.2250000000000001}]},{"osd":6,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.96699999999999997,"15min":0.95899999999999996},"min":{"1min":0.70499999999999996,"5min":0.623,"15min":0.623},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.0840000000000001},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.016,"15min":0.998},"min":{"1min":0.83699999999999997,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4059999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.278}]},{"osd":7,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1,"15min":0.98599999999999999},"min":{"1min":0.65400000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2729999999999999,"5min":1.381,"15min":1.381},"last":1.3759999999999999},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0609999999999999,"15min":1.052},"min":{"1min":0.64400000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.482,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.3}]}]},{"osd":4,"up_from":26,"seq":111669149741,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.71999999999999997,"15min":0.71599999999999997},"min":{"1min":0.57999999999999996,"5min":0.377,"15min":0.377},"max":{"1min":1.012,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":0.625},{"interface":"front","average":{"1min":0.78300000000000003,"5min":0.874,"15min":0.91300000000000003},"min":{"1min":0.64500000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.022,"5min":1.585,"15min":1.585},"last":0.71199999999999997}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.88,"15min":0.874},"min":{"1min":0.68600000000000005,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.095,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.76000000000000001,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.135,"5min":1.155,"15min":1.155},"last":0.97899999999999998}]},{"osd":2,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.89500000000000002,"15min":0.92700000000000005},"min":{"1min":0.62,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.0860000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.88100000000000001},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.85899999999999999,"15min":0.873},"min":{"1min":0.59499999999999997,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0529999999999999,"5min":1.603,"15min":1.603},"last":0.65900000000000003}]},{"osd":3,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.95999999999999996,"15min":0.96999999999999997},"min":{"1min":0.70899999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.095,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.01,"5min":1.0509999999999999,"15min":1.0680000000000001},"min":{"1min":0.73399999999999999,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.2310000000000001,"5min":1.698,"15min":1.698},"last":1.0900000000000001}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.087,"15min":1.097},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.877,"5min":1.877,"15min":1.877},"last":1.0649999999999999},{"interface":"front","average":{"1min":1.133,"5min":1.1140000000000001,"15min":1.119},"min":{"1min":0.88500000000000001,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3400000000000001,"5min":1.603,"15min":1.603},"last":1.1639999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:48 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.1020000000000001,"15min":1.121},"min":{"1min":0.68799999999999994,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.415,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":1.014},{"interface":"front","average":{"1min":1.024,"5min":1.081,"15min":1.101},"min":{"1min":0.69499999999999995,"5min":0.502,"15min":0.502},"max":{"1min":1.3879999999999999,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":1.04}]},{"osd":7,"last update":"Thu Jan 18 08:07:03 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1240000000000001,"15min":1.1200000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.2150000000000001},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.153,"15min":1.153},"min":{"1min":0.86299999999999999,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.9470000000000001,"5min":1.9470000000000001,"15min":1.9470000000000001},"last":1.1919999999999999}]}]},{"osd":3,"up_from":29,"seq":124554051628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.82799999999999996,"15min":0.82199999999999995},"min":{"1min":0.54600000000000004,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.21,"5min":1.262,"15min":1.262},"last":0.876},{"interface":"front","average":{"1min":0.876,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.57499999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2330000000000001,"5min":2.1779999999999999,"15min":2.1779999999999999},"last":1.004}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.68899999999999995,"15min":0.68300000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.97399999999999998,"5min":1.052,"15min":1.052},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.71199999999999997,"5min":0.754,"15min":0.746},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.028,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":1.0389999999999999}]},{"osd":2,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90800000000000003,"15min":0.92500000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1719999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.85699999999999998,"15min":0.84899999999999998},"min":{"1min":0.61899999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1140000000000001,"5min":1.335,"15min":1.335},"last":1.0880000000000001}]},{"osd":4,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.93400000000000005,"15min":0.92800000000000005},"min":{"1min":0.71099999999999997,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.288,"5min":2.2999999999999998,"15min":2.2999999999999998},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.95699999999999996,"15min":0.95299999999999996},"min":{"1min":0.65200000000000002,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1850000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":1.2010000000000001}]},{"osd":5,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.871,"15min":0.87},"min":{"1min":0.56000000000000005,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1479999999999999,"5min":2.238,"15min":2.238},"last":0.89900000000000002},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.81599999999999995,"15min":0.80600000000000005},"min":{"1min":0.52700000000000002,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.75700000000000001}]},{"osd":6,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.069,"15min":1.069},"min":{"1min":0.71799999999999997,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3160000000000001,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":0.98599999999999999},{"interface":"front","average":{"1min":1,"5min":1.0009999999999999,"15min":1.002},"min":{"1min":0.74199999999999999,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3080000000000001,"5min":1.409,"15min":1.409},"last":1.169}]},{"osd":7,"last update":"Thu Jan 18 08:07:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.66600000000000004,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2210000000000001,"5min":1.268,"15min":1.268},"last":0.95899999999999996},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.018,"15min":0.999},"min":{"1min":0.83399999999999996,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":1.135}]}]},{"osd":6,"up_from":30,"seq":128849018923,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.753,"15min":0.753},"min":{"1min":0.54900000000000004,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.74099999999999999,"5min":0.81599999999999995,"15min":0.82699999999999996},"min":{"1min":0.59799999999999998,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.099,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.86799999999999999}]},{"osd":1,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.68400000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.04},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.94999999999999996,"15min":0.93700000000000006},"min":{"1min":0.77100000000000002,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.81399999999999995}]},{"osd":2,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.69999999999999996,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.208,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.89900000000000002,"15min":0.89500000000000002},"min":{"1min":0.73799999999999999,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.2030000000000001,"5min":1.411,"15min":1.411},"last":1.137}]},{"osd":3,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89700000000000002,"15min":0.88600000000000001},"min":{"1min":0.78700000000000003,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":1.018},{"interface":"front","average":{"1min":1.089,"5min":1.0169999999999999,"15min":0.997},"min":{"1min":0.86499999999999999,"5min":0.626,"15min":0.626},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.98799999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.054,"15min":1.0660000000000001},"min":{"1min":0.81399999999999995,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.258,"5min":1.883,"15min":1.883},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.92900000000000005,"5min":1.018,"15min":1.0529999999999999},"min":{"1min":0.72299999999999998,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1679999999999999,"5min":2.3149999999999999,"15min":2.3149999999999999},"last":0.96199999999999997}]},{"osd":5,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.1419999999999999,"15min":1.1499999999999999},"min":{"1min":0.77200000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3819999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.143,"15min":1.135},"min":{"1min":0.97999999999999998,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.3380000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":0.92000000000000004}]},{"osd":7,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.085,"15min":1.071},"min":{"1min":0.99199999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.2729999999999999,"5min":1.431,"15min":1.431},"last":0.89000000000000001},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1919999999999999,"15min":1.1879999999999999},"min":{"1min":1.0580000000000001,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.4390000000000001,"5min":1.671,"15min":1.671},"last":1.1659999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-18T08:07:09.909 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T08:07:10.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:10 smithi116 bash[14016]: audit 2024-01-18T08:07:09.152730+0000 mgr.smithi116.xagkwr (mgr.14180) 227 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:10.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:10 smithi142 bash[17956]: audit 2024-01-18T08:07:09.152730+0000 mgr.smithi116.xagkwr (mgr.14180) 227 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:11.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:11 smithi116 bash[14016]: cluster 2024-01-18T08:07:10.428608+0000 mgr.smithi116.xagkwr (mgr.14180) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:11.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:11 smithi142 bash[17956]: cluster 2024-01-18T08:07:10.428608+0000 mgr.smithi116.xagkwr (mgr.14180) 228 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:13.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:13 smithi116 bash[14016]: cluster 2024-01-18T08:07:12.429187+0000 mgr.smithi116.xagkwr (mgr.14180) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:13 smithi142 bash[17956]: cluster 2024-01-18T08:07:12.429187+0000 mgr.smithi116.xagkwr (mgr.14180) 229 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:14.694 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:07:15.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:15 smithi116 bash[14016]: cluster 2024-01-18T08:07:14.429764+0000 mgr.smithi116.xagkwr (mgr.14180) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:15 smithi142 bash[17956]: cluster 2024-01-18T08:07:14.429764+0000 mgr.smithi116.xagkwr (mgr.14180) 230 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:17.484 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:07:17.486 INFO:teuthology.orchestra.run.smithi116.stderr:dumped all 2024-01-18T08:07:17.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:17 smithi116 bash[14016]: cluster 2024-01-18T08:07:16.430197+0000 mgr.smithi116.xagkwr (mgr.14180) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:17.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:17 smithi142 bash[17956]: cluster 2024-01-18T08:07:16.430197+0000 mgr.smithi116.xagkwr (mgr.14180) 231 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:18.146 INFO:teuthology.orchestra.run.smithi116.stdout:{"pg_ready":true,"pg_map":{"version":212,"stamp":"2024-01-18T08:07:16.430035+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":2379860,"kb_used_data":3092,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548588,"statfs":{"total":767926730752,"available":765489754112,"internally_reserved":0,"allocated":3166208,"data_stored":1243075,"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":40,"state":"active+clean","last_fresh":"2024-01-18T08:03:58.446436+0000","last_change":"2024-01-18T08:03:58.446436+0000","last_active":"2024-01-18T08:03:58.446436+0000","last_peered":"2024-01-18T08:03:58.446436+0000","last_clean":"2024-01-18T08:03:58.446436+0000","last_became_active":"2024-01-18T08:03:58.445943+0000","last_became_peered":"2024-01-18T08:03:58.445943+0000","last_unstale":"2024-01-18T08:03:58.446436+0000","last_undegraded":"2024-01-18T08:03:58.446436+0000","last_fullsized":"2024-01-18T08:03:58.446436+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T08:03:36.965519+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T08:03:36.965519+0000","last_clean_scrub_stamp":"2024-01-18T08:03:36.965519+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":38,"seq":163208757290,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":155461,"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 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.85399999999999998,"15min":0.85599999999999998},"min":{"1min":0.627,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.077,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.84999999999999998,"15min":0.85399999999999998},"min":{"1min":0.64200000000000002,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.77800000000000002}]},{"osd":1,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.75800000000000001,"5min":0.74299999999999999,"15min":0.74199999999999999},"min":{"1min":0.5,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.1919999999999999,"5min":1.613,"15min":1.613},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.874,"5min":0.83699999999999997,"15min":0.82299999999999995},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1679999999999999,"5min":1.246,"15min":1.246},"last":0.96099999999999997}]},{"osd":2,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.85299999999999998,"5min":0.82399999999999995,"15min":0.81499999999999995},"min":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.135,"5min":1.135,"15min":1.135},"last":0.87},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.90800000000000003,"15min":0.89600000000000002},"min":{"1min":0.68100000000000005,"5min":0.628,"15min":0.628},"max":{"1min":1.175,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.006}]},{"osd":3,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.81100000000000005,"15min":0.78800000000000003},"min":{"1min":0.57599999999999996,"5min":0.437,"15min":0.437},"max":{"1min":1.54,"5min":1.54,"15min":1.54},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.82699999999999996,"15min":0.81599999999999995},"min":{"1min":0.65200000000000002,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.131,"5min":1.204,"15min":1.204},"last":0.746}]},{"osd":4,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":0.97299999999999998,"5min":0.93899999999999995,"15min":0.92400000000000004},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.276,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.026,"5min":1.0189999999999999,"15min":1.0109999999999999},"min":{"1min":0.75600000000000001,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.258,"5min":1.72,"15min":1.72},"last":0.91000000000000003}]},{"osd":5,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":1.034,"5min":0.95699999999999996,"15min":0.94699999999999995},"min":{"1min":0.61799999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.484,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.61799999999999999},{"interface":"front","average":{"1min":1.0580000000000001,"5min":0.97099999999999997,"15min":0.94799999999999995},"min":{"1min":0.68200000000000005,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.454,"5min":1.454,"15min":1.454},"last":0.84399999999999997}]},{"osd":6,"last update":"Thu Jan 18 08:07:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0980000000000001,"5min":1.075,"15min":1.069},"min":{"1min":0.79700000000000004,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.498,"5min":1.655,"15min":1.655},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.083,"5min":1.046,"15min":1.042},"min":{"1min":0.77500000000000002,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.034}]}]},{"osd":5,"up_from":34,"seq":146028888108,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.88900000000000001,"15min":0.91200000000000003},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.1299999999999999,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1.202},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.94999999999999996,"15min":0.996},"min":{"1min":0.60399999999999998,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.0549999999999999,"5min":3.6760000000000002,"15min":3.6760000000000002},"last":0.83599999999999997}]},{"osd":1,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.73799999999999999,"15min":0.71099999999999997},"min":{"1min":0.57699999999999996,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":1.1799999999999999,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.77300000000000002,"15min":0.78800000000000003},"min":{"1min":0.51800000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":0.99399999999999999,"5min":1.3799999999999999,"15min":1.3799999999999999},"last":0.872}]},{"osd":2,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.91000000000000003,"15min":0.90500000000000003},"min":{"1min":0.69099999999999995,"5min":0.629,"15min":0.629},"max":{"1min":1.1659999999999999,"5min":1.7709999999999999,"15min":1.7709999999999999},"last":1.0289999999999999},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.98999999999999999,"15min":1.03},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.196,"5min":3.8100000000000001,"15min":3.8100000000000001},"last":0.92200000000000004}]},{"osd":3,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.86699999999999999,"15min":0.89300000000000002},"min":{"1min":0.52400000000000002,"5min":0.504,"15min":0.504},"max":{"1min":1.2050000000000001,"5min":3.9910000000000001,"15min":3.9910000000000001},"last":1.071},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90700000000000003,"15min":0.90900000000000003},"min":{"1min":0.48999999999999999,"5min":0.435,"15min":0.435},"max":{"1min":1.149,"5min":2.2989999999999999,"15min":2.2989999999999999},"last":0.94599999999999995}]},{"osd":4,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.018,"15min":1.014},"min":{"1min":0.80500000000000005,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.3089999999999999,"5min":2.0019999999999998,"15min":2.0019999999999998},"last":1.101},{"interface":"front","average":{"1min":0.94899999999999995,"5min":1.0029999999999999,"15min":1.0209999999999999},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1419999999999999,"5min":1.508,"15min":1.508},"last":1.0569999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.1060000000000001,"15min":1.1539999999999999},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.135,"5min":3.915,"15min":3.915},"last":1.0029999999999999},{"interface":"front","average":{"1min":1.095,"5min":1.1140000000000001,"15min":1.1180000000000001},"min":{"1min":0.81599999999999995,"5min":0.80900000000000005,"15min":0.80900000000000005},"max":{"1min":1.244,"5min":2.1269999999999998,"15min":2.1269999999999998},"last":1.1779999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":0.97899999999999998,"5min":1.0029999999999999,"15min":1.008},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2330000000000001,"5min":1.734,"15min":1.734},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.0640000000000001,"15min":1.0569999999999999},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":1.327,"5min":2.2090000000000001,"15min":2.2090000000000001},"last":1.25}]}]},{"osd":2,"up_from":20,"seq":85899345967,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:06:40 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":1.4910000000000001,"15min":1.829},"min":{"1min":0.53800000000000003,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.0820000000000001,"5min":24.550000000000001,"15min":24.550000000000001},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.76100000000000001,"5min":0.71299999999999997,"15min":0.69099999999999995},"min":{"1min":0.60099999999999998,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":1.002,"5min":1.048,"15min":1.048},"last":1.121}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86799999999999999,"5min":0.85399999999999998,"15min":0.85599999999999998},"min":{"1min":0.68300000000000005,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.0569999999999999,"5min":1.22,"15min":1.22},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.872,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.96599999999999997}]},{"osd":3,"last update":"Thu Jan 18 08:06:47 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.96799999999999997,"15min":0.97699999999999998},"min":{"1min":0.65800000000000003,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.1299999999999999,"5min":1.234,"15min":1.234},"last":1.161},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.93600000000000005,"15min":0.94399999999999995},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.1579999999999999,"5min":1.2310000000000001,"15min":1.2310000000000001},"last":0.84299999999999997}]},{"osd":4,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.874,"15min":0.875},"min":{"1min":0.59499999999999997,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.179,"5min":1.288,"15min":1.288},"last":0.88},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.90100000000000002,"15min":0.90000000000000002},"min":{"1min":0.68700000000000006,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1279999999999999,"5min":1.3149999999999999,"15min":1.3149999999999999},"last":1.0820000000000001}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.95099999999999996,"15min":0.96499999999999997},"min":{"1min":0.76200000000000001,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.095,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.2210000000000001},{"interface":"front","average":{"1min":1.077,"5min":1.075,"15min":1.073},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.2909999999999999,"5min":1.3660000000000001,"15min":1.3660000000000001},"last":1.244}]},{"osd":6,"last update":"Thu Jan 18 08:06:48 2024","interfaces":[{"interface":"back","average":{"1min":1.103,"5min":1.081,"15min":1.075},"min":{"1min":0.749,"5min":0.749,"15min":0.749},"max":{"1min":1.367,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.0960000000000001,"5min":1.0740000000000001,"15min":1.0720000000000001},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.476,"5min":1.476,"15min":1.476},"last":1.149}]},{"osd":7,"last update":"Thu Jan 18 08:07:01 2024","interfaces":[{"interface":"back","average":{"1min":1.153,"5min":1.1220000000000001,"15min":1.1200000000000001},"min":{"1min":0.90000000000000002,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.351,"5min":1.571,"15min":1.571},"last":1.202},{"interface":"front","average":{"1min":1.179,"5min":1.1890000000000001,"15min":1.1930000000000001},"min":{"1min":0.91400000000000003,"5min":0.873,"15min":0.873},"max":{"1min":1.4370000000000001,"5min":1.6559999999999999,"15min":1.6559999999999999},"last":1.296}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297480,"kb_used_data":384,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443576,"statfs":{"total":95990841344,"available":95686221824,"internally_reserved":0,"allocated":393216,"data_stored":154367,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 18 08:06:44 2024","interfaces":[{"interface":"back","average":{"1min":0.95499999999999996,"5min":0.85999999999999999,"15min":0.83199999999999996},"min":{"1min":0.68899999999999995,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.663,"5min":1.663,"15min":1.663},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.89500000000000002,"5min":0.88700000000000001,"15min":0.89500000000000002},"min":{"1min":0.61499999999999999,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.859,"5min":1.8979999999999999,"15min":1.8979999999999999},"last":0.88300000000000001}]},{"osd":2,"last update":"Thu Jan 18 08:06:38 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.77600000000000002,"15min":0.77600000000000002},"min":{"1min":0.51700000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2250000000000001,"5min":1.304,"15min":1.304},"last":0.622},{"interface":"front","average":{"1min":0.78200000000000003,"5min":0.73899999999999999,"15min":0.71499999999999997},"min":{"1min":0.63,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.71999999999999997}]},{"osd":3,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.93700000000000006,"5min":0.88500000000000001,"15min":0.871},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":0.69099999999999995},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.91100000000000003,"15min":0.90200000000000002},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.698,"5min":1.698,"15min":1.698},"last":0.84899999999999998}]},{"osd":4,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.90400000000000003,"15min":0.89600000000000002},"min":{"1min":0.69399999999999995,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.26,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.90900000000000003},{"interface":"front","average":{"1min":1.006,"5min":1.028,"15min":1.0349999999999999},"min":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.2909999999999999,"5min":1.9590000000000001,"15min":1.9590000000000001},"last":1.0429999999999999}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.052,"5min":1.0409999999999999,"15min":1.0569999999999999},"min":{"1min":0.748,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.7849999999999999,"5min":2.3130000000000002,"15min":2.3130000000000002},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.014,"15min":1},"min":{"1min":0.80600000000000005,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.804,"5min":1.804,"15min":1.804},"last":1.121}]},{"osd":6,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.98199999999999998,"15min":0.96799999999999997},"min":{"1min":0.72899999999999998,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.1970000000000001,"5min":2.0019999999999998,"15min":2.0019999999999998},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0409999999999999,"15min":1.0269999999999999},"min":{"1min":0.75900000000000001,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.2490000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.081}]},{"osd":7,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1439999999999999,"5min":1.1519999999999999,"15min":1.1539999999999999},"min":{"1min":0.89300000000000002,"5min":0.78300000000000003,"15min":0.78300000000000003},"max":{"1min":1.5980000000000001,"5min":1.7889999999999999,"15min":1.7889999999999999},"last":1.1439999999999999},{"interface":"front","average":{"1min":1.1830000000000001,"5min":1.1859999999999999,"15min":1.196},"min":{"1min":0.92000000000000004,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.6439999999999999,"5min":2.206,"15min":2.206},"last":1.179}]}]},{"osd":1,"up_from":22,"seq":94489280559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 08:06:41 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.874,"15min":0.872},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.171,"5min":1.236,"15min":1.236},"last":0.99399999999999999},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.88,"15min":0.86199999999999999},"min":{"1min":0.68000000000000005,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.1830000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.85699999999999998}]},{"osd":2,"last update":"Thu Jan 18 08:06:41 2024","interfaces":[{"interface":"back","average":{"1min":1.014,"5min":0.89300000000000002,"15min":0.85499999999999998},"min":{"1min":0.72299999999999998,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.538,"5min":1.538,"15min":1.538},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":1.0369999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":0.80200000000000005,"5min":0.72499999999999998,"15min":0.71199999999999997},"min":{"1min":0.53600000000000003,"5min":0.435,"15min":0.435},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.872,"5min":0.80000000000000004,"15min":0.78200000000000003},"min":{"1min":0.51300000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":1.268,"5min":1.268,"15min":1.268},"last":0.61899999999999999}]},{"osd":4,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1.0329999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.74199999999999999,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":1.089},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.89200000000000002,"15min":0.88800000000000001},"min":{"1min":0.76200000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.0820000000000001,"5min":1.3,"15min":1.3},"last":0.89600000000000002}]},{"osd":5,"last update":"Thu Jan 18 08:06:55 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.85499999999999998,"15min":0.82299999999999995},"min":{"1min":0.57699999999999996,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.93500000000000005,"15min":0.92700000000000005},"min":{"1min":0.55900000000000005,"5min":0.495,"15min":0.495},"max":{"1min":1.2829999999999999,"5min":1.339,"15min":1.339},"last":0.92300000000000004}]},{"osd":6,"last update":"Thu Jan 18 08:06:46 2024","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.96699999999999997,"15min":0.95899999999999996},"min":{"1min":0.70499999999999996,"5min":0.623,"15min":0.623},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.016,"15min":0.998},"min":{"1min":0.83699999999999997,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4059999999999999,"5min":1.4279999999999999,"15min":1.4279999999999999},"last":1.0629999999999999}]},{"osd":7,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.02,"5min":1,"15min":0.98599999999999999},"min":{"1min":0.65400000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.2729999999999999,"5min":1.381,"15min":1.381},"last":1.0209999999999999},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0609999999999999,"15min":1.052},"min":{"1min":0.64400000000000002,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.482,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.141}]}]},{"osd":4,"up_from":26,"seq":111669149743,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.71999999999999997,"15min":0.71599999999999997},"min":{"1min":0.57999999999999996,"5min":0.377,"15min":0.377},"max":{"1min":1.012,"5min":1.6359999999999999,"15min":1.6359999999999999},"last":0.54700000000000004},{"interface":"front","average":{"1min":0.78300000000000003,"5min":0.874,"15min":0.91300000000000003},"min":{"1min":0.64500000000000002,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.022,"5min":1.585,"15min":1.585},"last":0.60899999999999999}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.88,"15min":0.874},"min":{"1min":0.68600000000000005,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.095,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.879},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.76000000000000001,"5min":0.68999999999999995,"15min":0.68999999999999995},"max":{"1min":1.135,"5min":1.155,"15min":1.155},"last":0.69999999999999996}]},{"osd":2,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.89500000000000002,"15min":0.92700000000000005},"min":{"1min":0.62,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.0860000000000001,"5min":1.7190000000000001,"15min":1.7190000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.82999999999999996,"5min":0.85899999999999999,"15min":0.873},"min":{"1min":0.59499999999999997,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.0529999999999999,"5min":1.603,"15min":1.603},"last":0.98799999999999999}]},{"osd":3,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.95999999999999996,"15min":0.96999999999999997},"min":{"1min":0.70899999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.095,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.01,"5min":1.0509999999999999,"15min":1.0680000000000001},"min":{"1min":0.73399999999999999,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.2310000000000001,"5min":1.698,"15min":1.698},"last":1.026}]},{"osd":5,"last update":"Thu Jan 18 08:06:57 2024","interfaces":[{"interface":"back","average":{"1min":1.0820000000000001,"5min":1.087,"15min":1.097},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.877,"5min":1.877,"15min":1.877},"last":0.79500000000000004},{"interface":"front","average":{"1min":1.133,"5min":1.1140000000000001,"15min":1.119},"min":{"1min":0.88500000000000001,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3400000000000001,"5min":1.603,"15min":1.603},"last":1.129}]},{"osd":6,"last update":"Thu Jan 18 08:06:48 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.1020000000000001,"15min":1.121},"min":{"1min":0.68799999999999994,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.415,"5min":1.8300000000000001,"15min":1.8300000000000001},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.024,"5min":1.081,"15min":1.101},"min":{"1min":0.69499999999999995,"5min":0.502,"15min":0.502},"max":{"1min":1.3879999999999999,"5min":1.8260000000000001,"15min":1.8260000000000001},"last":1.081}]},{"osd":7,"last update":"Thu Jan 18 08:07:03 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.1240000000000001,"15min":1.1200000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.7130000000000001,"5min":1.7130000000000001,"15min":1.7130000000000001},"last":1.1870000000000001},{"interface":"front","average":{"1min":1.1930000000000001,"5min":1.153,"15min":1.153},"min":{"1min":0.86299999999999999,"5min":0.79900000000000004,"15min":0.79900000000000004},"max":{"1min":1.9470000000000001,"5min":1.9470000000000001,"15min":1.9470000000000001},"last":1.0509999999999999}]}]},{"osd":3,"up_from":29,"seq":124554051629,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.82799999999999996,"15min":0.82199999999999995},"min":{"1min":0.54600000000000004,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.21,"5min":1.262,"15min":1.262},"last":1.105},{"interface":"front","average":{"1min":0.876,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.57499999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2330000000000001,"5min":2.1779999999999999,"15min":2.1779999999999999},"last":0.71599999999999997}]},{"osd":1,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.67800000000000005,"5min":0.68899999999999995,"15min":0.68300000000000005},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.97399999999999998,"5min":1.052,"15min":1.052},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.71199999999999997,"5min":0.754,"15min":0.746},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.028,"5min":2.1000000000000001,"15min":2.1000000000000001},"last":0.64600000000000002}]},{"osd":2,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.90100000000000002,"5min":0.90800000000000003,"15min":0.92500000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.1719999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.84599999999999997,"5min":0.85699999999999998,"15min":0.84899999999999998},"min":{"1min":0.61899999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.1140000000000001,"5min":1.335,"15min":1.335},"last":0.88200000000000001}]},{"osd":4,"last update":"Thu Jan 18 08:06:45 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.93400000000000005,"15min":0.92800000000000005},"min":{"1min":0.71099999999999997,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.288,"5min":2.2999999999999998,"15min":2.2999999999999998},"last":0.82999999999999996},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.95699999999999996,"15min":0.95299999999999996},"min":{"1min":0.65200000000000002,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1850000000000001,"5min":1.8460000000000001,"15min":1.8460000000000001},"last":0.84799999999999998}]},{"osd":5,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":0.88500000000000001,"5min":0.871,"15min":0.87},"min":{"1min":0.56000000000000005,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.1479999999999999,"5min":2.238,"15min":2.238},"last":0.76600000000000001},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.81599999999999995,"15min":0.80600000000000005},"min":{"1min":0.52700000000000002,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":1.2270000000000001,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.73799999999999999}]},{"osd":6,"last update":"Thu Jan 18 08:06:50 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.069,"15min":1.069},"min":{"1min":0.71799999999999997,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3160000000000001,"5min":1.7450000000000001,"15min":1.7450000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":1,"5min":1.0009999999999999,"15min":1.002},"min":{"1min":0.74199999999999999,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3080000000000001,"5min":1.409,"15min":1.409},"last":0.93500000000000005}]},{"osd":7,"last update":"Thu Jan 18 08:07:04 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.92400000000000004,"15min":0.91000000000000003},"min":{"1min":0.66600000000000004,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2210000000000001,"5min":1.268,"15min":1.268},"last":0.81499999999999995},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.018,"15min":0.999},"min":{"1min":0.83399999999999996,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.341,"5min":1.341,"15min":1.341},"last":1.151}]}]},{"osd":6,"up_from":30,"seq":128849018925,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":155776,"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 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.76500000000000001,"5min":0.753,"15min":0.753},"min":{"1min":0.54900000000000004,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.74099999999999999,"5min":0.81599999999999995,"15min":0.82699999999999996},"min":{"1min":0.59799999999999998,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":1.099,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.52400000000000002}]},{"osd":1,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.68400000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.0489999999999999},{"interface":"front","average":{"1min":0.96799999999999997,"5min":0.94999999999999996,"15min":0.93700000000000006},"min":{"1min":0.77100000000000002,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.876}]},{"osd":2,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93100000000000005,"15min":0.93700000000000006},"min":{"1min":0.69999999999999996,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.208,"5min":1.7270000000000001,"15min":1.7270000000000001},"last":0.80800000000000005},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.89900000000000002,"15min":0.89500000000000002},"min":{"1min":0.73799999999999999,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.2030000000000001,"5min":1.411,"15min":1.411},"last":0.84899999999999998}]},{"osd":3,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":0.92700000000000005,"5min":0.89700000000000002,"15min":0.88600000000000001},"min":{"1min":0.78700000000000003,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.78900000000000003},{"interface":"front","average":{"1min":1.089,"5min":1.0169999999999999,"15min":0.997},"min":{"1min":0.86499999999999999,"5min":0.626,"15min":0.626},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.90200000000000002}]},{"osd":4,"last update":"Thu Jan 18 08:06:51 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.054,"15min":1.0660000000000001},"min":{"1min":0.81399999999999995,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.258,"5min":1.883,"15min":1.883},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.92900000000000005,"5min":1.018,"15min":1.0529999999999999},"min":{"1min":0.72299999999999998,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1679999999999999,"5min":2.3149999999999999,"15min":2.3149999999999999},"last":0.63100000000000001}]},{"osd":5,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.1419999999999999,"15min":1.1499999999999999},"min":{"1min":0.77200000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.3819999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":0.83999999999999997},{"interface":"front","average":{"1min":1.1659999999999999,"5min":1.143,"15min":1.135},"min":{"1min":0.97999999999999998,"5min":0.78000000000000003,"15min":0.78000000000000003},"max":{"1min":1.3380000000000001,"5min":1.6120000000000001,"15min":1.6120000000000001},"last":1.1220000000000001}]},{"osd":7,"last update":"Thu Jan 18 08:06:58 2024","interfaces":[{"interface":"back","average":{"1min":1.121,"5min":1.085,"15min":1.071},"min":{"1min":0.99199999999999999,"5min":0.80400000000000005,"15min":0.80400000000000005},"max":{"1min":1.2729999999999999,"5min":1.431,"15min":1.431},"last":1.079},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.1919999999999999,"15min":1.1879999999999999},"min":{"1min":1.0580000000000001,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.4390000000000001,"5min":1.671,"15min":1.671},"last":0.97099999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-18T08:07:18.147 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T08:07:18.147 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T08:07:18.147 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T08:07:18.148 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T08:07:18.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:18 smithi116 bash[14016]: audit 2024-01-18T08:07:17.475816+0000 mgr.smithi116.xagkwr (mgr.14180) 232 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:18 smithi142 bash[17956]: audit 2024-01-18T08:07:17.475816+0000 mgr.smithi116.xagkwr (mgr.14180) 232 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:07:19.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:19 smithi116 bash[14016]: cluster 2024-01-18T08:07:18.430734+0000 mgr.smithi116.xagkwr (mgr.14180) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:19.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:19 smithi142 bash[17956]: cluster 2024-01-18T08:07:18.430734+0000 mgr.smithi116.xagkwr (mgr.14180) 233 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:21.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:21 smithi116 bash[14016]: cluster 2024-01-18T08:07:20.431290+0000 mgr.smithi116.xagkwr (mgr.14180) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:21.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:21 smithi142 bash[17956]: cluster 2024-01-18T08:07:20.431290+0000 mgr.smithi116.xagkwr (mgr.14180) 234 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:22.939 INFO:teuthology.orchestra.run.smithi116.stderr:Inferring config /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/mon.smithi116/config 2024-01-18T08:07:23.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:23 smithi116 bash[14016]: cluster 2024-01-18T08:07:22.431760+0000 mgr.smithi116.xagkwr (mgr.14180) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:23.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:23 smithi142 bash[17956]: cluster 2024-01-18T08:07:22.431760+0000 mgr.smithi116.xagkwr (mgr.14180) 235 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:25.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:25 smithi116 bash[14016]: cluster 2024-01-18T08:07:24.432190+0000 mgr.smithi116.xagkwr (mgr.14180) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:25.680 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:07:25.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:25 smithi142 bash[17956]: cluster 2024-01-18T08:07:24.432190+0000 mgr.smithi116.xagkwr (mgr.14180) 236 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:26.402 INFO:teuthology.orchestra.run.smithi116.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T08:07:26.402 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T08:07:26.402 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T08:07:26.403 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:07:26.412 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T08:07:26.413 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch status' 2024-01-18T08:07:26.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:26 smithi116 bash[14016]: audit 2024-01-18T08:07:25.678361+0000 mon.smithi116 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.116:0/3943556435' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:07:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:26 smithi142 bash[17956]: audit 2024-01-18T08:07:25.678361+0000 mon.smithi116 (mon.0) 614 : audit [DBG] from='client.? 172.21.15.116:0/3943556435' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T08:07:27.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:27 smithi142 bash[17956]: cluster 2024-01-18T08:07:26.432732+0000 mgr.smithi116.xagkwr (mgr.14180) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:27.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:27 smithi116 bash[14016]: cluster 2024-01-18T08:07:26.432732+0000 mgr.smithi116.xagkwr (mgr.14180) 237 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:29.137 INFO:teuthology.orchestra.run.smithi116.stdout:Backend: cephadm 2024-01-18T08:07:29.137 INFO:teuthology.orchestra.run.smithi116.stdout:Available: Yes 2024-01-18T08:07:29.137 INFO:teuthology.orchestra.run.smithi116.stdout:Paused: No 2024-01-18T08:07:29.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:29 smithi116 bash[14016]: cluster 2024-01-18T08:07:28.433375+0000 mgr.smithi116.xagkwr (mgr.14180) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:29.805 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-18T08:07:29.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:29 smithi142 bash[17956]: cluster 2024-01-18T08:07:28.433375+0000 mgr.smithi116.xagkwr (mgr.14180) 238 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:30.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:30 smithi116 bash[14016]: audit 2024-01-18T08:07:29.135622+0000 mgr.smithi116.xagkwr (mgr.14180) 239 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:30 smithi142 bash[17956]: audit 2024-01-18T08:07:29.135622+0000 mgr.smithi116.xagkwr (mgr.14180) 239 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:31.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:31 smithi116 bash[14016]: cluster 2024-01-18T08:07:30.433938+0000 mgr.smithi116.xagkwr (mgr.14180) 240 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:31 smithi142 bash[17956]: cluster 2024-01-18T08:07:30.433938+0000 mgr.smithi116.xagkwr (mgr.14180) 240 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager.smithi116 smithi116 *:9093,9094 running (5m) 38s ago 6m 12.1M - 0.23.0 ba2b418f427c 619b7e52a8a3 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi116 smithi116 running (6m) 38s ago 6m 6932k - 16.2.14-454-g491b5e13 5debfd7ac2a7 fd2def5733a4 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:crash.smithi142 smithi142 running (5m) 38s ago 5m 7060k - 16.2.14-454-g491b5e13 5debfd7ac2a7 48e7271b755e 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:grafana.smithi116 smithi116 *:3000 running (5m) 38s ago 6m 40.5M - 8.3.5 dad864ee21e9 07a6e4b11cfe 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi116.xagkwr smithi116 *:9283 running (8m) 38s ago 8m 426M - 16.2.14-454-g491b5e13 5debfd7ac2a7 b0445e641898 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:mgr.smithi142.aaofdb smithi142 *:8443,9283 running (5m) 38s ago 5m 376M - 16.2.14-454-g491b5e13 5debfd7ac2a7 b35970d86625 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi116 smithi116 running (8m) 38s ago 8m 59.2M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 2577c2341650 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:mon.smithi142 smithi142 running (5m) 38s ago 5m 57.8M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 158896b28c2b 2024-01-18T08:07:32.631 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi116 smithi116 *:9100 running (6m) 38s ago 6m 9748k - 1.3.1 1dbe0e931976 d3b57f8ced65 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter.smithi142 smithi142 *:9100 running (5m) 38s ago 5m 10.3M - 1.3.1 1dbe0e931976 aeb261363d56 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.0 smithi142 running (4m) 38s ago 4m 34.0M 4028M 16.2.14-454-g491b5e13 5debfd7ac2a7 7904ea6fbd35 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.1 smithi116 running (4m) 38s ago 4m 34.2M 3260M 16.2.14-454-g491b5e13 5debfd7ac2a7 46c2b232e259 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.2 smithi142 running (4m) 38s ago 4m 32.9M 4028M 16.2.14-454-g491b5e13 5debfd7ac2a7 f8b145a10323 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.3 smithi116 running (3m) 38s ago 4m 35.6M 3260M 16.2.14-454-g491b5e13 5debfd7ac2a7 69b665590e36 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.4 smithi142 running (4m) 38s ago 4m 33.1M 4028M 16.2.14-454-g491b5e13 5debfd7ac2a7 2582debf1010 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.5 smithi116 running (3m) 38s ago 3m 33.6M 3260M 16.2.14-454-g491b5e13 5debfd7ac2a7 a7cf391f1faa 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.6 smithi142 running (3m) 38s ago 3m 32.7M 4028M 16.2.14-454-g491b5e13 5debfd7ac2a7 3febfd85558a 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:osd.7 smithi116 running (3m) 38s ago 3m 33.3M 3260M 16.2.14-454-g491b5e13 5debfd7ac2a7 9ca072e34a19 2024-01-18T08:07:32.632 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus.smithi116 smithi116 *:9095 running (5m) 38s ago 6m 52.6M - 2.33.4 514e6a882f6e 1712a7810f44 2024-01-18T08:07:33.289 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-18T08:07:33.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:33 smithi116 bash[14016]: cluster 2024-01-18T08:07:32.434375+0000 mgr.smithi116.xagkwr (mgr.14180) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:33.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:33 smithi116 bash[14016]: audit 2024-01-18T08:07:32.615806+0000 mgr.smithi116.xagkwr (mgr.14180) 242 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:33 smithi142 bash[17956]: cluster 2024-01-18T08:07:32.434375+0000 mgr.smithi116.xagkwr (mgr.14180) 241 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:33 smithi142 bash[17956]: audit 2024-01-18T08:07:32.615806+0000 mgr.smithi116.xagkwr (mgr.14180) 242 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:35.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:35 smithi116 bash[14016]: cluster 2024-01-18T08:07:34.434988+0000 mgr.smithi116.xagkwr (mgr.14180) 243 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:35 smithi142 bash[17956]: cluster 2024-01-18T08:07:34.434988+0000 mgr.smithi116.xagkwr (mgr.14180) 243 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:alertmanager ?:9093,9094 1/1 42s ago 7m count:1 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:crash 2/2 42s ago 7m * 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:grafana ?:3000 1/1 42s ago 7m count:1 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:mgr 2/2 42s ago 7m count:2 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:mon 2/2 42s ago 6m smithi116:172.21.15.116=smithi116;smithi142:172.21.15.142=smithi142;count:2 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:node-exporter ?:9100 2/2 42s ago 7m * 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:osd.all-available-devices 8 42s ago 5m * 2024-01-18T08:07:36.265 INFO:teuthology.orchestra.run.smithi116.stdout:prometheus ?:9095 1/1 42s ago 7m count:1 2024-01-18T08:07:37.010 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-18T08:07:37.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:37 smithi116 bash[14016]: audit 2024-01-18T08:07:36.251791+0000 mgr.smithi116.xagkwr (mgr.14180) 244 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:37.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:37 smithi116 bash[14016]: cluster 2024-01-18T08:07:36.435523+0000 mgr.smithi116.xagkwr (mgr.14180) 245 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:37.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:37 smithi142 bash[17956]: audit 2024-01-18T08:07:36.251791+0000 mgr.smithi116.xagkwr (mgr.14180) 244 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:37.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:37 smithi142 bash[17956]: cluster 2024-01-18T08:07:36.435523+0000 mgr.smithi116.xagkwr (mgr.14180) 245 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:39.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:39 smithi116 bash[14016]: cluster 2024-01-18T08:07:38.436068+0000 mgr.smithi116.xagkwr (mgr.14180) 246 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:39.815 INFO:teuthology.orchestra.run.smithi116.stdout:HOST ADDR LABELS STATUS 2024-01-18T08:07:39.815 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 172.21.15.116 2024-01-18T08:07:39.815 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 172.21.15.142 2024-01-18T08:07:39.815 INFO:teuthology.orchestra.run.smithi116.stdout:2 hosts in cluster 2024-01-18T08:07:39.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:39 smithi142 bash[17956]: cluster 2024-01-18T08:07:38.436068+0000 mgr.smithi116.xagkwr (mgr.14180) 246 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:40.573 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-18T08:07:41.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:41 smithi116 bash[14016]: audit 2024-01-18T08:07:39.813190+0000 mgr.smithi116.xagkwr (mgr.14180) 247 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:41.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:41 smithi116 bash[14016]: cluster 2024-01-18T08:07:40.436594+0000 mgr.smithi116.xagkwr (mgr.14180) 248 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:41 smithi142 bash[17956]: audit 2024-01-18T08:07:39.813190+0000 mgr.smithi116.xagkwr (mgr.14180) 247 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:41 smithi142 bash[17956]: cluster 2024-01-18T08:07:40.436594+0000 mgr.smithi116.xagkwr (mgr.14180) 248 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd Linux_35ffa42b9edc1019fbdb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd Linux_919286038f930b3f49ea 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd Linux_7faf61df694a759b4d05 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd Linux_1cf92a900c0071c4dfb1 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6303009Y400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:07:43.487 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme1n1 ssd Linux_3301eaf888795c400e53 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.488 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme2n1 ssd Linux_ee1393ef6a727b281ff5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.488 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme3n1 ssd Linux_19269e104045eae1950d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.488 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme4n1 ssd Linux_d980b9c75d418cf80059 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:43.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:43 smithi116 bash[14016]: cluster 2024-01-18T08:07:42.437193+0000 mgr.smithi116.xagkwr (mgr.14180) 249 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:43.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:43 smithi142 bash[17956]: cluster 2024-01-18T08:07:42.437193+0000 mgr.smithi116.xagkwr (mgr.14180) 249 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:44.186 INFO:teuthology.run_tasks:Running task vip... 2024-01-18T08:07:44.195 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-18T08:07:44.195 INFO:tasks.vip:peername 172.21.15.116 2024-01-18T08:07:44.198 INFO:tasks.vip:172.21.15.116 in 172.21.0.0/20, pos 3955 2024-01-18T08:07:44.203 INFO:tasks.vip:smithi116.front.sepia.ceph.com static 10.0.15.116, vnet 10.0.0.0/16 2024-01-18T08:07:44.203 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-18T08:07:44.204 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip route ls 2024-01-18T08:07:44.219 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T08:07:44.219 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.116 metric 100 2024-01-18T08:07:44.219 INFO:teuthology.orchestra.run.smithi116.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T08:07:44.219 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 2024-01-18T08:07:44.219 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.116 metric 100 2024-01-18T08:07:44.220 INFO:tasks.vip:Configuring 10.0.15.116 on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:07:44.220 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr add 10.0.15.116/16 dev enp3s0f1 2024-01-18T08:07:44.280 INFO:tasks.vip:peername 172.21.15.142 2024-01-18T08:07:44.282 INFO:tasks.vip:172.21.15.142 in 172.21.0.0/20, pos 3981 2024-01-18T08:07:44.287 INFO:tasks.vip:smithi142.front.sepia.ceph.com static 10.0.15.142, vnet 10.0.0.0/16 2024-01-18T08:07:44.287 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip route ls 2024-01-18T08:07:44.304 INFO:teuthology.orchestra.run.smithi142.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-18T08:07:44.304 INFO:teuthology.orchestra.run.smithi142.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.142 metric 100 2024-01-18T08:07:44.304 INFO:teuthology.orchestra.run.smithi142.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-18T08:07:44.304 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.142 2024-01-18T08:07:44.304 INFO:teuthology.orchestra.run.smithi142.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.142 metric 100 2024-01-18T08:07:44.305 INFO:tasks.vip:Configuring 10.0.15.142 on smithi142.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:07:44.305 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr add 10.0.15.142/16 dev enp3s0f1 2024-01-18T08:07:44.365 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:07:44.374 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T08:07:44.374 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-18T08:07:44.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:44 smithi142 bash[17956]: audit 2024-01-18T08:07:43.477510+0000 mgr.smithi116.xagkwr (mgr.14180) 250 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:44.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:44 smithi116 bash[14016]: audit 2024-01-18T08:07:43.477510+0000 mgr.smithi116.xagkwr (mgr.14180) 250 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:45.603 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:45 smithi116 bash[14016]: cluster 2024-01-18T08:07:44.437736+0000 mgr.smithi116.xagkwr (mgr.14180) 251 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:45.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:45 smithi142 bash[17956]: cluster 2024-01-18T08:07:44.437736+0000 mgr.smithi116.xagkwr (mgr.14180) 251 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:47.194 INFO:teuthology.orchestra.run.smithi116.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme1n1 ssd Linux_35ffa42b9edc1019fbdb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme2n1 ssd Linux_919286038f930b3f49ea 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme3n1 ssd Linux_7faf61df694a759b4d05 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi116 /dev/nvme4n1 ssd Linux_1cf92a900c0071c4dfb1 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6303009Y400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme1n1 ssd Linux_3301eaf888795c400e53 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme2n1 ssd Linux_ee1393ef6a727b281ff5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme3n1 ssd Linux_19269e104045eae1950d 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.195 INFO:teuthology.orchestra.run.smithi116.stdout:smithi142 /dev/nvme4n1 ssd Linux_d980b9c75d418cf80059 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-18T08:07:47.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:47 smithi142 bash[17956]: cluster 2024-01-18T08:07:46.438344+0000 mgr.smithi116.xagkwr (mgr.14180) 252 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:47.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:47 smithi142 bash[17956]: audit 2024-01-18T08:07:47.217626+0000 mon.smithi116 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:07:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:47 smithi116 bash[14016]: cluster 2024-01-18T08:07:46.438344+0000 mgr.smithi116.xagkwr (mgr.14180) 252 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:47.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:47 smithi116 bash[14016]: audit 2024-01-18T08:07:47.217626+0000 mon.smithi116 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:07:47.873 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-18T08:07:47.882 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T08:07:47.882 DEBUG:teuthology.orchestra.run.smithi116:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:07:47.893 INFO:teuthology.orchestra.run.smithi116.stderr:+ systemctl stop nfs-server 2024-01-18T08:07:48.018 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T08:07:48.018 DEBUG:teuthology.orchestra.run.smithi142:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-18T08:07:48.033 INFO:teuthology.orchestra.run.smithi142.stderr:+ systemctl stop nfs-server 2024-01-18T08:07:48.165 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T08:07:48.175 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T08:07:48.175 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-18T08:07:48.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:48 smithi116 bash[14016]: audit 2024-01-18T08:07:47.189540+0000 mgr.smithi116.xagkwr (mgr.14180) 253 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:48.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:48 smithi142 bash[17956]: audit 2024-01-18T08:07:47.189540+0000 mgr.smithi116.xagkwr (mgr.14180) 253 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:49.611 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:49 smithi116 bash[14016]: cluster 2024-01-18T08:07:48.438924+0000 mgr.smithi116.xagkwr (mgr.14180) 254 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:49.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:49 smithi142 bash[17956]: cluster 2024-01-18T08:07:48.438924+0000 mgr.smithi116.xagkwr (mgr.14180) 254 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:51.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:51 smithi116 bash[14016]: cluster 2024-01-18T08:07:50.439394+0000 mgr.smithi116.xagkwr (mgr.14180) 255 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:51.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:51 smithi142 bash[17956]: cluster 2024-01-18T08:07:50.439394+0000 mgr.smithi116.xagkwr (mgr.14180) 255 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:52.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:52 smithi116 bash[14016]: audit 2024-01-18T08:07:51.218352+0000 mgr.smithi116.xagkwr (mgr.14180) 256 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:52.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:52 smithi116 bash[14016]: audit 2024-01-18T08:07:51.219363+0000 mon.smithi116 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T08:07:52.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:52 smithi142 bash[17956]: audit 2024-01-18T08:07:51.218352+0000 mgr.smithi116.xagkwr (mgr.14180) 256 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:52.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:52 smithi142 bash[17956]: audit 2024-01-18T08:07:51.219363+0000 mon.smithi116 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-18T08:07:53.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: audit 2024-01-18T08:07:52.038337+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T08:07:53.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: cluster 2024-01-18T08:07:52.038480+0000 mon.smithi116 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:07:53.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: audit 2024-01-18T08:07:52.042816+0000 mon.smithi116 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:07:53.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: cluster 2024-01-18T08:07:52.439942+0000 mgr.smithi116.xagkwr (mgr.14180) 257 : cluster [DBG] pgmap v231: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:53.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: audit 2024-01-18T08:07:52.670603+0000 mon.smithi116 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:53.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:53 smithi116 bash[14016]: debug 2024-01-18T08:07:53.051+0000 7f3625895700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:07:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:53 smithi142 bash[17956]: audit 2024-01-18T08:07:52.038337+0000 mon.smithi116 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-18T08:07:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:53 smithi142 bash[17956]: cluster 2024-01-18T08:07:52.038480+0000 mon.smithi116 (mon.0) 618 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-18T08:07:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:53 smithi142 bash[17956]: audit 2024-01-18T08:07:52.042816+0000 mon.smithi116 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:07:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:53 smithi142 bash[17956]: cluster 2024-01-18T08:07:52.439942+0000 mgr.smithi116.xagkwr (mgr.14180) 257 : cluster [DBG] pgmap v231: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:53 smithi142 bash[17956]: audit 2024-01-18T08:07:52.670603+0000 mon.smithi116 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:53.796 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-18T08:07:53.807 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.116/16' 2024-01-18T08:07:53.807 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch apply -i - 2024-01-18T08:07:54.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: audit 2024-01-18T08:07:53.047504+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cluster 2024-01-18T08:07:53.047665+0000 mon.smithi116 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: audit 2024-01-18T08:07:53.056323+0000 mon.smithi116 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cluster 2024-01-18T08:07:53.057319+0000 mon.smithi116 (mon.0) 624 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cluster 2024-01-18T08:07:53.057388+0000 mon.smithi116 (mon.0) 625 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cluster 2024-01-18T08:07:53.070506+0000 mon.smithi116 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: audit 2024-01-18T08:07:53.072471+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cluster 2024-01-18T08:07:53.072590+0000 mon.smithi116 (mon.0) 628 : cluster [DBG] fsmap foofs:0 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: cephadm 2024-01-18T08:07:53.078034+0000 mgr.smithi116.xagkwr (mgr.14180) 258 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T08:07:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:54 smithi116 bash[14016]: audit 2024-01-18T08:07:53.082183+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: audit 2024-01-18T08:07:53.047504+0000 mon.smithi116 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cluster 2024-01-18T08:07:53.047665+0000 mon.smithi116 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: audit 2024-01-18T08:07:53.056323+0000 mon.smithi116 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cluster 2024-01-18T08:07:53.057319+0000 mon.smithi116 (mon.0) 624 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cluster 2024-01-18T08:07:53.057388+0000 mon.smithi116 (mon.0) 625 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cluster 2024-01-18T08:07:53.070506+0000 mon.smithi116 (mon.0) 626 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: audit 2024-01-18T08:07:53.072471+0000 mon.smithi116 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cluster 2024-01-18T08:07:53.072590+0000 mon.smithi116 (mon.0) 628 : cluster [DBG] fsmap foofs:0 2024-01-18T08:07:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: cephadm 2024-01-18T08:07:53.078034+0000 mgr.smithi116.xagkwr (mgr.14180) 258 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-18T08:07:54.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:54 smithi142 bash[17956]: audit 2024-01-18T08:07:53.082183+0000 mon.smithi116 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:55.185 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:55 smithi116 bash[14016]: cluster 2024-01-18T08:07:54.070642+0000 mon.smithi116 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T08:07:55.185 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:55 smithi116 bash[14016]: audit 2024-01-18T08:07:54.173044+0000 mon.smithi116 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:55.185 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:55 smithi116 bash[14016]: cluster 2024-01-18T08:07:54.440548+0000 mgr.smithi116.xagkwr (mgr.14180) 259 : cluster [DBG] pgmap v235: 65 pgs: 5 creating+peering, 3 creating+activating, 14 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:55.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:55 smithi142 bash[17956]: cluster 2024-01-18T08:07:54.070642+0000 mon.smithi116 (mon.0) 630 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-18T08:07:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:55 smithi142 bash[17956]: audit 2024-01-18T08:07:54.173044+0000 mon.smithi116 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:55 smithi142 bash[17956]: cluster 2024-01-18T08:07:54.440548+0000 mgr.smithi116.xagkwr (mgr.14180) 259 : cluster [DBG] pgmap v235: 65 pgs: 5 creating+peering, 3 creating+activating, 14 active+clean, 43 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:56.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:56 smithi142 bash[17956]: cluster 2024-01-18T08:07:55.079680+0000 mon.smithi116 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T08:07:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:56 smithi142 bash[17956]: audit 2024-01-18T08:07:55.521361+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:56.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:56 smithi116 bash[14016]: cluster 2024-01-18T08:07:55.079680+0000 mon.smithi116 (mon.0) 632 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-18T08:07:56.502 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:56 smithi116 bash[14016]: audit 2024-01-18T08:07:55.521361+0000 mon.smithi116 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:56.943 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled nfs.foo update... 2024-01-18T08:07:56.943 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled ingress.nfs.foo update... 2024-01-18T08:07:57.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:57 smithi116 bash[14016]: cluster 2024-01-18T08:07:56.441204+0000 mgr.smithi116.xagkwr (mgr.14180) 260 : cluster [DBG] pgmap v237: 65 pgs: 5 creating+peering, 3 creating+activating, 46 active+clean, 11 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:57.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:57 smithi116 bash[14016]: audit 2024-01-18T08:07:56.936242+0000 mon.smithi116 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:57.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:57 smithi116 bash[14016]: audit 2024-01-18T08:07:56.940973+0000 mon.smithi116 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:57.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:57 smithi142 bash[17956]: cluster 2024-01-18T08:07:56.441204+0000 mgr.smithi116.xagkwr (mgr.14180) 260 : cluster [DBG] pgmap v237: 65 pgs: 5 creating+peering, 3 creating+activating, 46 active+clean, 11 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:57 smithi142 bash[17956]: audit 2024-01-18T08:07:56.936242+0000 mon.smithi116 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:57 smithi142 bash[17956]: audit 2024-01-18T08:07:56.940973+0000 mon.smithi116 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:07:57.673 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:07:57.682 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-18T08:07:57.683 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:07:58.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:58 smithi116 bash[14016]: audit 2024-01-18T08:07:56.920380+0000 mgr.smithi116.xagkwr (mgr.14180) 261 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:58 smithi116 bash[14016]: cephadm 2024-01-18T08:07:56.930985+0000 mgr.smithi116.xagkwr (mgr.14180) 262 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-18T08:07:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:58 smithi116 bash[14016]: cephadm 2024-01-18T08:07:56.936836+0000 mgr.smithi116.xagkwr (mgr.14180) 263 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:07:58.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:58 smithi142 bash[17956]: audit 2024-01-18T08:07:56.920380+0000 mgr.smithi116.xagkwr (mgr.14180) 261 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T08:07:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:58 smithi142 bash[17956]: cephadm 2024-01-18T08:07:56.930985+0000 mgr.smithi116.xagkwr (mgr.14180) 262 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-01-18T08:07:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:58 smithi142 bash[17956]: cephadm 2024-01-18T08:07:56.936836+0000 mgr.smithi116.xagkwr (mgr.14180) 263 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-18T08:07:59.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:07:59 smithi116 bash[14016]: cluster 2024-01-18T08:07:58.442022+0000 mgr.smithi116.xagkwr (mgr.14180) 264 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:07:59.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:07:59 smithi142 bash[17956]: cluster 2024-01-18T08:07:58.442022+0000 mgr.smithi116.xagkwr (mgr.14180) 264 : cluster [DBG] pgmap v238: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:01.286 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:01.286 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:01.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:01 smithi116 bash[14016]: cluster 2024-01-18T08:08:00.442767+0000 mgr.smithi116.xagkwr (mgr.14180) 265 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:01.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:01 smithi142 bash[17956]: cluster 2024-01-18T08:08:00.442767+0000 mgr.smithi116.xagkwr (mgr.14180) 265 : cluster [DBG] pgmap v239: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:02.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:02 smithi116 bash[14016]: audit 2024-01-18T08:08:01.280182+0000 mgr.smithi116.xagkwr (mgr.14180) 266 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:02.361 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:02 smithi142 bash[17956]: audit 2024-01-18T08:08:01.280182+0000 mgr.smithi116.xagkwr (mgr.14180) 266 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:02.554 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:03.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:03 smithi116 bash[14016]: cluster 2024-01-18T08:08:02.443603+0000 mgr.smithi116.xagkwr (mgr.14180) 267 : cluster [DBG] pgmap v240: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:03.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:03 smithi142 bash[17956]: cluster 2024-01-18T08:08:02.443603+0000 mgr.smithi116.xagkwr (mgr.14180) 267 : cluster [DBG] pgmap v240: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:03.555 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:04 smithi142 bash[17956]: audit 2024-01-18T08:08:03.074709+0000 mon.smithi116 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:04.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:04 smithi116 bash[14016]: audit 2024-01-18T08:08:03.074709+0000 mon.smithi116 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:05.332 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:05 smithi116 bash[14016]: cluster 2024-01-18T08:08:04.444215+0000 mgr.smithi116.xagkwr (mgr.14180) 268 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:05.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:05 smithi142 bash[17956]: cluster 2024-01-18T08:08:04.444215+0000 mgr.smithi116.xagkwr (mgr.14180) 268 : cluster [DBG] pgmap v241: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.547187+0000 mon.smithi116 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.842611+0000 mon.smithi116 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.843683+0000 mon.smithi116 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.850280+0000 mon.smithi116 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.857622+0000 mon.smithi116 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.870431+0000 mon.smithi116 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.871898+0000 mon.smithi116 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.gujdbr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.879845+0000 mon.smithi116 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.gujdbr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:08:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:06 smithi116 bash[14016]: audit 2024-01-18T08:08:05.880847+0000 mon.smithi116 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:06.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.547187+0000 mon.smithi116 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.842611+0000 mon.smithi116 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.843683+0000 mon.smithi116 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.850280+0000 mon.smithi116 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.857622+0000 mon.smithi116 (mon.0) 641 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.870431+0000 mon.smithi116 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.871898+0000 mon.smithi116 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.gujdbr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.879845+0000 mon.smithi116 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi142.gujdbr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:08:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:06 smithi142 bash[17956]: audit 2024-01-18T08:08:05.880847+0000 mon.smithi116 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:06.947 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:06.947 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:07.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:07 smithi142 bash[17956]: cephadm 2024-01-18T08:08:05.881569+0000 mgr.smithi116.xagkwr (mgr.14180) 269 : cephadm [INF] Deploying daemon mds.foofs.smithi142.gujdbr on smithi142 2024-01-18T08:08:07.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:07 smithi142 bash[17956]: cluster 2024-01-18T08:08:06.445107+0000 mgr.smithi116.xagkwr (mgr.14180) 270 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:07.680 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:08.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:07 smithi116 bash[14016]: cephadm 2024-01-18T08:08:05.881569+0000 mgr.smithi116.xagkwr (mgr.14180) 269 : cephadm [INF] Deploying daemon mds.foofs.smithi142.gujdbr on smithi142 2024-01-18T08:08:08.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:07 smithi116 bash[14016]: cluster 2024-01-18T08:08:06.445107+0000 mgr.smithi116.xagkwr (mgr.14180) 270 : cluster [DBG] pgmap v242: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:08 smithi142 bash[17956]: audit 2024-01-18T08:08:06.936658+0000 mgr.smithi116.xagkwr (mgr.14180) 271 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:08 smithi142 bash[17956]: audit 2024-01-18T08:08:08.347603+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:08 smithi142 bash[17956]: audit 2024-01-18T08:08:08.349779+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.pfgeze", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:08:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:08 smithi142 bash[17956]: audit 2024-01-18T08:08:08.353886+0000 mon.smithi116 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.pfgeze", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:08:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:08 smithi142 bash[17956]: audit 2024-01-18T08:08:08.355171+0000 mon.smithi116 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:08.681 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:08.870 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:08 smithi116 bash[14016]: audit 2024-01-18T08:08:06.936658+0000 mgr.smithi116.xagkwr (mgr.14180) 271 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:08.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:08 smithi116 bash[14016]: audit 2024-01-18T08:08:08.347603+0000 mon.smithi116 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:08.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:08 smithi116 bash[14016]: audit 2024-01-18T08:08:08.349779+0000 mon.smithi116 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.pfgeze", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-18T08:08:08.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:08 smithi116 bash[14016]: audit 2024-01-18T08:08:08.353886+0000 mon.smithi116 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi116.pfgeze", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-18T08:08:08.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:08 smithi116 bash[14016]: audit 2024-01-18T08:08:08.355171+0000 mon.smithi116 (mon.0) 649 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:09.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:09 smithi142 bash[17956]: cephadm 2024-01-18T08:08:08.356478+0000 mgr.smithi116.xagkwr (mgr.14180) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi116.pfgeze on smithi116 2024-01-18T08:08:09.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:09 smithi142 bash[17956]: cluster 2024-01-18T08:08:08.445853+0000 mgr.smithi116.xagkwr (mgr.14180) 273 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:09.974 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:09 smithi116 bash[14016]: cephadm 2024-01-18T08:08:08.356478+0000 mgr.smithi116.xagkwr (mgr.14180) 272 : cephadm [INF] Deploying daemon mds.foofs.smithi116.pfgeze on smithi116 2024-01-18T08:08:09.974 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:09 smithi116 bash[14016]: cluster 2024-01-18T08:08:08.445853+0000 mgr.smithi116.xagkwr (mgr.14180) 273 : cluster [DBG] pgmap v243: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.020835+0000 mon.smithi116 (mon.0) 650 : cluster [INF] daemon mds.foofs.smithi142.gujdbr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.021012+0000 mon.smithi116 (mon.0) 651 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.021052+0000 mon.smithi116 (mon.0) 652 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.021077+0000 mon.smithi116 (mon.0) 653 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.029322+0000 mon.smithi116 (mon.0) 654 : cluster [DBG] mds.? [v2:172.21.15.142:6832/1221917476,v1:172.21.15.142:6833/1221917476] up:boot 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.029489+0000 mon.smithi116 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:creating} 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: audit 2024-01-18T08:08:10.030049+0000 mon.smithi116 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi142.gujdbr"}]: dispatch 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.049033+0000 mon.smithi116 (mon.0) 657 : cluster [INF] daemon mds.foofs.smithi142.gujdbr is now active in filesystem foofs as rank 0 2024-01-18T08:08:10.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:10 smithi116 bash[14016]: audit 2024-01-18T08:08:10.521664+0000 mon.smithi116 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.020835+0000 mon.smithi116 (mon.0) 650 : cluster [INF] daemon mds.foofs.smithi142.gujdbr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.021012+0000 mon.smithi116 (mon.0) 651 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.021052+0000 mon.smithi116 (mon.0) 652 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.021077+0000 mon.smithi116 (mon.0) 653 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.029322+0000 mon.smithi116 (mon.0) 654 : cluster [DBG] mds.? [v2:172.21.15.142:6832/1221917476,v1:172.21.15.142:6833/1221917476] up:boot 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.029489+0000 mon.smithi116 (mon.0) 655 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:creating} 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: audit 2024-01-18T08:08:10.030049+0000 mon.smithi116 (mon.0) 656 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi142.gujdbr"}]: dispatch 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.049033+0000 mon.smithi116 (mon.0) 657 : cluster [INF] daemon mds.foofs.smithi142.gujdbr is now active in filesystem foofs as rank 0 2024-01-18T08:08:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:10 smithi142 bash[17956]: audit 2024-01-18T08:08:10.521664+0000 mon.smithi116 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:11 smithi116 bash[14016]: cluster 2024-01-18T08:08:10.446636+0000 mgr.smithi116.xagkwr (mgr.14180) 274 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:11 smithi116 bash[14016]: cluster 2024-01-18T08:08:11.042714+0000 mon.smithi116 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.142:6832/1221917476,v1:172.21.15.142:6833/1221917476] up:active 2024-01-18T08:08:11.654 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:11 smithi116 bash[14016]: cluster 2024-01-18T08:08:11.042827+0000 mon.smithi116 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 2024-01-18T08:08:11.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:11 smithi142 bash[17956]: cluster 2024-01-18T08:08:10.446636+0000 mgr.smithi116.xagkwr (mgr.14180) 274 : cluster [DBG] pgmap v244: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:11 smithi142 bash[17956]: cluster 2024-01-18T08:08:11.042714+0000 mon.smithi116 (mon.0) 659 : cluster [DBG] mds.? [v2:172.21.15.142:6832/1221917476,v1:172.21.15.142:6833/1221917476] up:active 2024-01-18T08:08:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:11 smithi142 bash[17956]: cluster 2024-01-18T08:08:11.042827+0000 mon.smithi116 (mon.0) 660 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 2024-01-18T08:08:12.999 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:12.999 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:13.231 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:12 smithi116 bash[14016]: audit 2024-01-18T08:08:11.932030+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:13.231 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:12 smithi116 bash[14016]: audit 2024-01-18T08:08:11.939365+0000 mon.smithi116 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:13.231 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:12 smithi116 bash[14016]: audit 2024-01-18T08:08:11.965917+0000 mon.smithi116 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:08:13.232 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:12 smithi116 bash[14016]: cluster 2024-01-18T08:08:12.447378+0000 mgr.smithi116.xagkwr (mgr.14180) 275 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 576 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:12 smithi142 bash[17956]: audit 2024-01-18T08:08:11.932030+0000 mon.smithi116 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:12 smithi142 bash[17956]: audit 2024-01-18T08:08:11.939365+0000 mon.smithi116 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:12 smithi142 bash[17956]: audit 2024-01-18T08:08:11.965917+0000 mon.smithi116 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-18T08:08:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:12 smithi142 bash[17956]: cluster 2024-01-18T08:08:12.447378+0000 mgr.smithi116.xagkwr (mgr.14180) 275 : cluster [DBG] pgmap v245: 65 pgs: 65 active+clean; 576 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-18T08:08:13.775 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:14.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:13 smithi116 bash[14016]: audit 2024-01-18T08:08:12.944132+0000 mon.smithi116 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:08:14.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:13 smithi116 bash[14016]: cluster 2024-01-18T08:08:12.944197+0000 mon.smithi116 (mon.0) 665 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T08:08:14.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:13 smithi116 bash[14016]: audit 2024-01-18T08:08:12.946130+0000 mon.smithi116 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:08:14.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:13 smithi116 bash[14016]: audit 2024-01-18T08:08:12.991833+0000 mgr.smithi116.xagkwr (mgr.14180) 276 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:14.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:13 smithi142 bash[17956]: audit 2024-01-18T08:08:12.944132+0000 mon.smithi116 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-18T08:08:14.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:13 smithi142 bash[17956]: cluster 2024-01-18T08:08:12.944197+0000 mon.smithi116 (mon.0) 665 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-18T08:08:14.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:13 smithi142 bash[17956]: audit 2024-01-18T08:08:12.946130+0000 mon.smithi116 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-18T08:08:14.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:13 smithi142 bash[17956]: audit 2024-01-18T08:08:12.991833+0000 mgr.smithi116.xagkwr (mgr.14180) 276 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:14.776 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cluster 2024-01-18T08:08:13.948767+0000 mon.smithi116 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.116:6834/2180089636,v1:172.21.15.116:6835/2180089636] up:boot 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cluster 2024-01-18T08:08:13.949417+0000 mon.smithi116 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 1 up:standby 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.949546+0000 mon.smithi116 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.pfgeze"}]: dispatch 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.955906+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cluster 2024-01-18T08:08:13.956127+0000 mon.smithi116 (mon.0) 671 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cluster 2024-01-18T08:08:13.956254+0000 mon.smithi116 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 1 up:standby 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cephadm 2024-01-18T08:08:13.962934+0000 mgr.smithi116.xagkwr (mgr.14180) 277 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.uyuupu 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.963687+0000 mon.smithi116 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.977558+0000 mon.smithi116 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:08:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cephadm 2024-01-18T08:08:13.979116+0000 mgr.smithi116.xagkwr (mgr.14180) 278 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.979522+0000 mon.smithi116 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.983057+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:13.984270+0000 mon.smithi116 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.041179+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.046968+0000 mon.smithi116 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cephadm 2024-01-18T08:08:14.114708+0000 mgr.smithi116.xagkwr (mgr.14180) 279 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cephadm 2024-01-18T08:08:14.180013+0000 mgr.smithi116.xagkwr (mgr.14180) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.uyuupu-rgw 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.180735+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.188118+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.196020+0000 mon.smithi116 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cephadm 2024-01-18T08:08:14.197412+0000 mgr.smithi116.xagkwr (mgr.14180) 281 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.uyuupu on smithi116 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: cluster 2024-01-18T08:08:14.448252+0000 mgr.smithi116.xagkwr (mgr.14180) 282 : cluster [DBG] pgmap v248: 97 pgs: 7 creating+peering, 21 unknown, 69 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 9 op/s 2024-01-18T08:08:15.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:14 smithi116 bash[14016]: audit 2024-01-18T08:08:14.946922+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cluster 2024-01-18T08:08:13.948767+0000 mon.smithi116 (mon.0) 667 : cluster [DBG] mds.? [v2:172.21.15.116:6834/2180089636,v1:172.21.15.116:6835/2180089636] up:boot 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cluster 2024-01-18T08:08:13.949417+0000 mon.smithi116 (mon.0) 668 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 1 up:standby 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.949546+0000 mon.smithi116 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi116.pfgeze"}]: dispatch 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.955906+0000 mon.smithi116 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cluster 2024-01-18T08:08:13.956127+0000 mon.smithi116 (mon.0) 671 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-18T08:08:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cluster 2024-01-18T08:08:13.956254+0000 mon.smithi116 (mon.0) 672 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi142.gujdbr=up:active} 1 up:standby 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cephadm 2024-01-18T08:08:13.962934+0000 mgr.smithi116.xagkwr (mgr.14180) 277 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.uyuupu 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.963687+0000 mon.smithi116 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.977558+0000 mon.smithi116 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cephadm 2024-01-18T08:08:13.979116+0000 mgr.smithi116.xagkwr (mgr.14180) 278 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.979522+0000 mon.smithi116 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.983057+0000 mon.smithi116 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:13.984270+0000 mon.smithi116 (mon.0) 677 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.041179+0000 mon.smithi116 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.046968+0000 mon.smithi116 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cephadm 2024-01-18T08:08:14.114708+0000 mgr.smithi116.xagkwr (mgr.14180) 279 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cephadm 2024-01-18T08:08:14.180013+0000 mgr.smithi116.xagkwr (mgr.14180) 280 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi116.uyuupu-rgw 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.180735+0000 mon.smithi116 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.188118+0000 mon.smithi116 (mon.0) 681 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi116.uyuupu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.196020+0000 mon.smithi116 (mon.0) 682 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:15.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cephadm 2024-01-18T08:08:14.197412+0000 mgr.smithi116.xagkwr (mgr.14180) 281 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi116.uyuupu on smithi116 2024-01-18T08:08:15.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: cluster 2024-01-18T08:08:14.448252+0000 mgr.smithi116.xagkwr (mgr.14180) 282 : cluster [DBG] pgmap v248: 97 pgs: 7 creating+peering, 21 unknown, 69 active+clean; 2.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 3.0 KiB/s wr, 9 op/s 2024-01-18T08:08:15.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:14 smithi142 bash[17956]: audit 2024-01-18T08:08:14.946922+0000 mon.smithi116 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:16.222 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:15 smithi116 bash[14016]: cluster 2024-01-18T08:08:14.962949+0000 mon.smithi116 (mon.0) 684 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T08:08:16.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:15 smithi142 bash[17956]: cluster 2024-01-18T08:08:14.962949+0000 mon.smithi116 (mon.0) 684 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-18T08:08:17.140 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:16 smithi116 bash[14016]: cluster 2024-01-18T08:08:16.448843+0000 mgr.smithi116.xagkwr (mgr.14180) 283 : cluster [DBG] pgmap v250: 97 pgs: 7 creating+peering, 5 unknown, 85 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 9 op/s 2024-01-18T08:08:17.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:16 smithi142 bash[17956]: cluster 2024-01-18T08:08:16.448843+0000 mgr.smithi116.xagkwr (mgr.14180) 283 : cluster [DBG] pgmap v250: 97 pgs: 7 creating+peering, 5 unknown, 85 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 9 op/s 2024-01-18T08:08:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.627983+0000 mon.smithi116 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: cephadm 2024-01-18T08:08:17.629667+0000 mgr.smithi116.xagkwr (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi142.ycwikd 2024-01-18T08:08:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.629997+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:08:18.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.634534+0000 mon.smithi116 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: cephadm 2024-01-18T08:08:17.635381+0000 mgr.smithi116.xagkwr (mgr.14180) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.635692+0000 mon.smithi116 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.639573+0000 mon.smithi116 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.641046+0000 mon.smithi116 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.691222+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.695582+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: cephadm 2024-01-18T08:08:17.752299+0000 mgr.smithi116.xagkwr (mgr.14180) 286 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: cephadm 2024-01-18T08:08:17.752481+0000 mgr.smithi116.xagkwr (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi142.ycwikd-rgw 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.753029+0000 mon.smithi116 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.757077+0000 mon.smithi116 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: audit 2024-01-18T08:08:17.758724+0000 mon.smithi116 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:18.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:18 smithi116 bash[14016]: cephadm 2024-01-18T08:08:17.759951+0000 mgr.smithi116.xagkwr (mgr.14180) 288 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi142.ycwikd on smithi142 2024-01-18T08:08:19.016 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:19.016 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.627983+0000 mon.smithi116 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: cephadm 2024-01-18T08:08:17.629667+0000 mgr.smithi116.xagkwr (mgr.14180) 284 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi142.ycwikd 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.629997+0000 mon.smithi116 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.634534+0000 mon.smithi116 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: cephadm 2024-01-18T08:08:17.635381+0000 mgr.smithi116.xagkwr (mgr.14180) 285 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.635692+0000 mon.smithi116 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.639573+0000 mon.smithi116 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.641046+0000 mon.smithi116 (mon.0) 690 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.691222+0000 mon.smithi116 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-18T08:08:19.033 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.695582+0000 mon.smithi116 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: cephadm 2024-01-18T08:08:17.752299+0000 mgr.smithi116.xagkwr (mgr.14180) 286 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: cephadm 2024-01-18T08:08:17.752481+0000 mgr.smithi116.xagkwr (mgr.14180) 287 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi142.ycwikd-rgw 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.753029+0000 mon.smithi116 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.757077+0000 mon.smithi116 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi142.ycwikd-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: audit 2024-01-18T08:08:17.758724+0000 mon.smithi116 (mon.0) 695 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:19.034 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:18 smithi142 bash[17956]: cephadm 2024-01-18T08:08:17.759951+0000 mgr.smithi116.xagkwr (mgr.14180) 288 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi142.ycwikd on smithi142 2024-01-18T08:08:19.856 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:20.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:19 smithi116 bash[14016]: cluster 2024-01-18T08:08:18.450109+0000 mgr.smithi116.xagkwr (mgr.14180) 289 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-18T08:08:20.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:19 smithi142 bash[17956]: cluster 2024-01-18T08:08:18.450109+0000 mgr.smithi116.xagkwr (mgr.14180) 289 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.2 KiB/s wr, 6 op/s 2024-01-18T08:08:20.857 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:20 smithi142 bash[17956]: audit 2024-01-18T08:08:19.005183+0000 mgr.smithi116.xagkwr (mgr.14180) 290 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:20 smithi142 bash[17956]: audit 2024-01-18T08:08:20.511032+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:20 smithi142 bash[17956]: audit 2024-01-18T08:08:20.521162+0000 mon.smithi116 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:21.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:20 smithi116 bash[14016]: audit 2024-01-18T08:08:19.005183+0000 mgr.smithi116.xagkwr (mgr.14180) 290 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:21.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:20 smithi116 bash[14016]: audit 2024-01-18T08:08:20.511032+0000 mon.smithi116 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:21.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:20 smithi116 bash[14016]: audit 2024-01-18T08:08:20.521162+0000 mon.smithi116 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:21.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:21 smithi142 bash[17956]: cluster 2024-01-18T08:08:20.451144+0000 mgr.smithi116.xagkwr (mgr.14180) 291 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-01-18T08:08:21.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:21 smithi142 bash[17956]: cephadm 2024-01-18T08:08:20.536090+0000 mgr.smithi116.xagkwr (mgr.14180) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.flzsgy on smithi142 2024-01-18T08:08:22.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:21 smithi116 bash[14016]: cluster 2024-01-18T08:08:20.451144+0000 mgr.smithi116.xagkwr (mgr.14180) 291 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 2.7 KiB/s wr, 7 op/s 2024-01-18T08:08:22.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:21 smithi116 bash[14016]: cephadm 2024-01-18T08:08:20.536090+0000 mgr.smithi116.xagkwr (mgr.14180) 292 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.flzsgy on smithi142 2024-01-18T08:08:23.663 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:23.663 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:24.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:23 smithi116 bash[14016]: cluster 2024-01-18T08:08:22.452102+0000 mgr.smithi116.xagkwr (mgr.14180) 293 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-01-18T08:08:24.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:23 smithi142 bash[17956]: cluster 2024-01-18T08:08:22.452102+0000 mgr.smithi116.xagkwr (mgr.14180) 293 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2024-01-18T08:08:24.422 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:25.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:24 smithi116 bash[14016]: audit 2024-01-18T08:08:23.652719+0000 mgr.smithi116.xagkwr (mgr.14180) 294 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:25.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:24 smithi116 bash[14016]: audit 2024-01-18T08:08:24.275898+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.flzsgy"}]: dispatch 2024-01-18T08:08:25.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:24 smithi142 bash[17956]: audit 2024-01-18T08:08:23.652719+0000 mgr.smithi116.xagkwr (mgr.14180) 294 : audit [DBG] from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:24 smithi142 bash[17956]: audit 2024-01-18T08:08:24.275898+0000 mon.smithi116 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.flzsgy"}]: dispatch 2024-01-18T08:08:25.423 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: cephadm 2024-01-18T08:08:24.274601+0000 mgr.smithi116.xagkwr (mgr.14180) 295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: cephadm 2024-01-18T08:08:24.275223+0000 mgr.smithi116.xagkwr (mgr.14180) 296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: cephadm 2024-01-18T08:08:24.277490+0000 mgr.smithi116.xagkwr (mgr.14180) 297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: cephadm 2024-01-18T08:08:24.281552+0000 mgr.smithi116.xagkwr (mgr.14180) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.alkkif on smithi116 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: cluster 2024-01-18T08:08:24.453058+0000 mgr.smithi116.xagkwr (mgr.14180) 299 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2024-01-18T08:08:26.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:25 smithi116 bash[14016]: audit 2024-01-18T08:08:24.971033+0000 mon.smithi116 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: cephadm 2024-01-18T08:08:24.274601+0000 mgr.smithi116.xagkwr (mgr.14180) 295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: cephadm 2024-01-18T08:08:24.275223+0000 mgr.smithi116.xagkwr (mgr.14180) 296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: cephadm 2024-01-18T08:08:24.277490+0000 mgr.smithi116.xagkwr (mgr.14180) 297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.flzsgy ... 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: cephadm 2024-01-18T08:08:24.281552+0000 mgr.smithi116.xagkwr (mgr.14180) 298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.alkkif on smithi116 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: cluster 2024-01-18T08:08:24.453058+0000 mgr.smithi116.xagkwr (mgr.14180) 299 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2024-01-18T08:08:26.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:25 smithi142 bash[17956]: audit 2024-01-18T08:08:24.971033+0000 mon.smithi116 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:28.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:27 smithi116 bash[14016]: cluster 2024-01-18T08:08:26.454058+0000 mgr.smithi116.xagkwr (mgr.14180) 300 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2024-01-18T08:08:28.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:27 smithi142 bash[17956]: cluster 2024-01-18T08:08:26.454058+0000 mgr.smithi116.xagkwr (mgr.14180) 300 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.4 KiB/s wr, 6 op/s 2024-01-18T08:08:28.772 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:28.772 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:08:24.277235Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\nDeploy daemon haproxy.nfs.foo.smithi142.flzsgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.250162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\nDeploy daemon haproxy.nfs.foo.smithi116.alkkif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.256917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cephadm 2024-01-18T08:08:28.248551+0000 mgr.smithi116.xagkwr (mgr.14180) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cephadm 2024-01-18T08:08:28.248817+0000 mgr.smithi116.xagkwr (mgr.14180) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: audit 2024-01-18T08:08:28.249268+0000 mon.smithi116 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.alkkif"}]: dispatch 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cephadm 2024-01-18T08:08:28.250284+0000 mgr.smithi116.xagkwr (mgr.14180) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: audit 2024-01-18T08:08:28.256546+0000 mon.smithi116 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cephadm 2024-01-18T08:08:28.257099+0000 mgr.smithi116.xagkwr (mgr.14180) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cephadm 2024-01-18T08:08:28.259953+0000 mgr.smithi116.xagkwr (mgr.14180) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: cluster 2024-01-18T08:08:28.261653+0000 mgr.smithi116.xagkwr (mgr.14180) 306 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: audit 2024-01-18T08:08:28.261905+0000 mon.smithi116 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:29.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:28 smithi116 bash[14016]: audit 2024-01-18T08:08:28.759673+0000 mgr.smithi116.xagkwr (mgr.14180) 307 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cephadm 2024-01-18T08:08:28.248551+0000 mgr.smithi116.xagkwr (mgr.14180) 301 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cephadm 2024-01-18T08:08:28.248817+0000 mgr.smithi116.xagkwr (mgr.14180) 302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: audit 2024-01-18T08:08:28.249268+0000 mon.smithi116 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.alkkif"}]: dispatch 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cephadm 2024-01-18T08:08:28.250284+0000 mgr.smithi116.xagkwr (mgr.14180) 303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.alkkif ... 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:29.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: audit 2024-01-18T08:08:28.256546+0000 mon.smithi116 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cephadm 2024-01-18T08:08:28.257099+0000 mgr.smithi116.xagkwr (mgr.14180) 304 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cephadm 2024-01-18T08:08:28.259953+0000 mgr.smithi116.xagkwr (mgr.14180) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: cluster 2024-01-18T08:08:28.261653+0000 mgr.smithi116.xagkwr (mgr.14180) 306 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: audit 2024-01-18T08:08:28.261905+0000 mon.smithi116 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:29.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:28 smithi142 bash[17956]: audit 2024-01-18T08:08:28.759673+0000 mgr.smithi116.xagkwr (mgr.14180) 307 : audit [DBG] from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:29.543 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:30.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:29 smithi116 bash[14016]: cluster 2024-01-18T08:08:29.254242+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:30.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:29 smithi142 bash[17956]: cluster 2024-01-18T08:08:29.254242+0000 mon.smithi116 (mon.0) 703 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:30.544 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:31.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:30 smithi116 bash[14016]: audit 2024-01-18T08:08:29.980258+0000 mon.smithi116 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:30 smithi116 bash[14016]: cluster 2024-01-18T08:08:30.262709+0000 mgr.smithi116.xagkwr (mgr.14180) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-18T08:08:31.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:30 smithi142 bash[17956]: audit 2024-01-18T08:08:29.980258+0000 mon.smithi116 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:30 smithi142 bash[17956]: cluster 2024-01-18T08:08:30.262709+0000 mgr.smithi116.xagkwr (mgr.14180) 308 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-01-18T08:08:33.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:33 smithi116 bash[14016]: cluster 2024-01-18T08:08:32.263878+0000 mgr.smithi116.xagkwr (mgr.14180) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 780 B/s wr, 2 op/s 2024-01-18T08:08:33.563 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:33.563 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:07:54.160971Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:07:52.658655Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:07:54.161475Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:08:24.277235Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\nDeploy daemon haproxy.nfs.foo.smithi142.flzsgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.250162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\nDeploy daemon haproxy.nfs.foo.smithi116.alkkif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.256917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:07:52.659068Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:07:52.659336Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:07:52.659590Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:07:52.659839Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:07:54.161971Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:33.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:33 smithi142 bash[17956]: cluster 2024-01-18T08:08:32.263878+0000 mgr.smithi116.xagkwr (mgr.14180) 309 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 780 B/s wr, 2 op/s 2024-01-18T08:08:34.223 INFO:tasks.cephadm:nfs.foo has 0/2 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:33.553860+0000 mgr.smithi116.xagkwr (mgr.14180) 310 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:33.895512+0000 mon.smithi116 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.252084+0000 mon.smithi116 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.253315+0000 mon.smithi116 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.254223+0000 mon.smithi116 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.260312+0000 mon.smithi116 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.269624+0000 mon.smithi116 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:34.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:34 smithi116 bash[14016]: audit 2024-01-18T08:08:34.284251+0000 mon.smithi116 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:33.553860+0000 mgr.smithi116.xagkwr (mgr.14180) 310 : audit [DBG] from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:33.895512+0000 mon.smithi116 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.252084+0000 mon.smithi116 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.253315+0000 mon.smithi116 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.254223+0000 mon.smithi116 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.260312+0000 mon.smithi116 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.269624+0000 mon.smithi116 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:34.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:34 smithi142 bash[17956]: audit 2024-01-18T08:08:34.284251+0000 mon.smithi116 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:35.225 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:35.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:35 smithi116 bash[14016]: cluster 2024-01-18T08:08:34.261377+0000 mgr.smithi116.xagkwr (mgr.14180) 311 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 693 B/s wr, 3 op/s 2024-01-18T08:08:35.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:35 smithi116 bash[14016]: cephadm 2024-01-18T08:08:34.290026+0000 mgr.smithi116.xagkwr (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.drifaz on smithi142 2024-01-18T08:08:35.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:35 smithi116 bash[14016]: cluster 2024-01-18T08:08:35.258195+0000 mon.smithi116 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:35.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:35 smithi116 bash[14016]: cluster 2024-01-18T08:08:35.258253+0000 mon.smithi116 (mon.0) 713 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:35.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:35 smithi142 bash[17956]: cluster 2024-01-18T08:08:34.261377+0000 mgr.smithi116.xagkwr (mgr.14180) 311 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 693 B/s wr, 3 op/s 2024-01-18T08:08:35.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:35 smithi142 bash[17956]: cephadm 2024-01-18T08:08:34.290026+0000 mgr.smithi116.xagkwr (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.drifaz on smithi142 2024-01-18T08:08:35.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:35 smithi142 bash[17956]: cluster 2024-01-18T08:08:35.258195+0000 mon.smithi116 (mon.0) 712 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:35.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:35 smithi142 bash[17956]: cluster 2024-01-18T08:08:35.258253+0000 mon.smithi116 (mon.0) 713 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:37.589 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:37 smithi116 bash[14016]: cluster 2024-01-18T08:08:36.262356+0000 mgr.smithi116.xagkwr (mgr.14180) 313 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:08:37.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:37 smithi142 bash[17956]: cluster 2024-01-18T08:08:36.262356+0000 mgr.smithi116.xagkwr (mgr.14180) 313 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:08:37.963 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:37.963 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:34.239712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:33.886217Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:34.240185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:07:56.941249Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-18T08:08:24.277235Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\nDeploy daemon haproxy.nfs.foo.smithi142.flzsgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.250162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\nDeploy daemon haproxy.nfs.foo.smithi116.alkkif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.256917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:33.887218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:33.886421Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:33.886540Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:33.887321Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:33.886643Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:33.886743Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:34.240647Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:38.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:38 smithi116 bash[14016]: audit 2024-01-18T08:08:38.048109+0000 mon.smithi116 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.drifaz"}]: dispatch 2024-01-18T08:08:38.591 INFO:tasks.cephadm:nfs.foo has 2/2 2024-01-18T08:08:38.591 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-18T08:08:38.605 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-18T08:08:38.605 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:38.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:38 smithi142 bash[17956]: audit 2024-01-18T08:08:38.048109+0000 mon.smithi116 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.drifaz"}]: dispatch 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: audit 2024-01-18T08:08:37.951941+0000 mgr.smithi116.xagkwr (mgr.14180) 314 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: cephadm 2024-01-18T08:08:38.047381+0000 mgr.smithi116.xagkwr (mgr.14180) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: cephadm 2024-01-18T08:08:38.047639+0000 mgr.smithi116.xagkwr (mgr.14180) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: cephadm 2024-01-18T08:08:38.049221+0000 mgr.smithi116.xagkwr (mgr.14180) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: cephadm 2024-01-18T08:08:38.054348+0000 mgr.smithi116.xagkwr (mgr.14180) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.dkkbsq on smithi116 2024-01-18T08:08:39.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:39 smithi142 bash[17956]: cluster 2024-01-18T08:08:38.263251+0000 mgr.smithi116.xagkwr (mgr.14180) 319 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: audit 2024-01-18T08:08:37.951941+0000 mgr.smithi116.xagkwr (mgr.14180) 314 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: cephadm 2024-01-18T08:08:38.047381+0000 mgr.smithi116.xagkwr (mgr.14180) 315 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.647 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.648 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: cephadm 2024-01-18T08:08:38.047639+0000 mgr.smithi116.xagkwr (mgr.14180) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: cephadm 2024-01-18T08:08:38.049221+0000 mgr.smithi116.xagkwr (mgr.14180) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.drifaz ... 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:39.650 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: cephadm 2024-01-18T08:08:38.054348+0000 mgr.smithi116.xagkwr (mgr.14180) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.dkkbsq on smithi116 2024-01-18T08:08:39.651 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:39 smithi116 bash[14016]: cluster 2024-01-18T08:08:38.263251+0000 mgr.smithi116.xagkwr (mgr.14180) 319 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:08:41.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:41 smithi116 bash[14016]: cluster 2024-01-18T08:08:40.264167+0000 mgr.smithi116.xagkwr (mgr.14180) 320 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:41.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:41 smithi142 bash[17956]: cluster 2024-01-18T08:08:40.264167+0000 mgr.smithi116.xagkwr (mgr.14180) 320 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:41.497 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:41.497 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:34.239712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:33.886217Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:34.240185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:24.277235Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.flzsgy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-flzsgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.flzsgy\nDeploy daemon haproxy.nfs.foo.smithi142.flzsgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.250162Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.alkkif on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-alkkif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.alkkif\nDeploy daemon haproxy.nfs.foo.smithi116.alkkif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:28.256917Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.jisgru on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:38.049086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\nDeploy daemon haproxy.nfs.foo.smithi142.drifaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:33.887218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:33.886421Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:33.886540Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:33.887321Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:33.886643Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:33.886743Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:34.240647Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:42.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:42 smithi116 bash[14016]: audit 2024-01-18T08:08:41.486460+0000 mgr.smithi116.xagkwr (mgr.14180) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:42.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:42 smithi142 bash[17956]: audit 2024-01-18T08:08:41.486460+0000 mgr.smithi116.xagkwr (mgr.14180) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:42.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cluster 2024-01-18T08:08:42.265276+0000 mgr.smithi116.xagkwr (mgr.14180) 322 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cephadm 2024-01-18T08:08:42.363186+0000 mgr.smithi116.xagkwr (mgr.14180) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cephadm 2024-01-18T08:08:42.363426+0000 mgr.smithi116.xagkwr (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: audit 2024-01-18T08:08:42.363948+0000 mon.smithi116 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.dkkbsq"}]: dispatch 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cephadm 2024-01-18T08:08:42.365433+0000 mgr.smithi116.xagkwr (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.dkkbsq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cephadm 2024-01-18T08:08:42.368483+0000 mgr.smithi116.xagkwr (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rcftya on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:43.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cephadm 2024-01-18T08:08:42.371348+0000 mgr.smithi116.xagkwr (mgr.14180) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:43.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: cluster 2024-01-18T08:08:42.372426+0000 mgr.smithi116.xagkwr (mgr.14180) 328 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:43.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:43 smithi142 bash[17956]: audit 2024-01-18T08:08:42.375927+0000 mon.smithi116 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:43.464 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:43.477 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cluster 2024-01-18T08:08:42.265276+0000 mgr.smithi116.xagkwr (mgr.14180) 322 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cephadm 2024-01-18T08:08:42.363186+0000 mgr.smithi116.xagkwr (mgr.14180) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.478 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cephadm 2024-01-18T08:08:42.363426+0000 mgr.smithi116.xagkwr (mgr.14180) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: audit 2024-01-18T08:08:42.363948+0000 mon.smithi116 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.dkkbsq"}]: dispatch 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cephadm 2024-01-18T08:08:42.365433+0000 mgr.smithi116.xagkwr (mgr.14180) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.dkkbsq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.480 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dkkbsq ... 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cephadm 2024-01-18T08:08:42.368483+0000 mgr.smithi116.xagkwr (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rcftya on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cephadm 2024-01-18T08:08:42.371348+0000 mgr.smithi116.xagkwr (mgr.14180) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: cluster 2024-01-18T08:08:42.372426+0000 mgr.smithi116.xagkwr (mgr.14180) 328 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:43.481 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:43 smithi116 bash[14016]: audit 2024-01-18T08:08:42.375927+0000 mon.smithi116 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:08:44.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:44 smithi142 bash[17956]: cluster 2024-01-18T08:08:43.043135+0000 mon.smithi116 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:44.504 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:44 smithi116 bash[14016]: cluster 2024-01-18T08:08:43.043135+0000 mon.smithi116 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:45.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:45 smithi116 bash[14016]: cluster 2024-01-18T08:08:44.373091+0000 mgr.smithi116.xagkwr (mgr.14180) 329 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:45.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:45 smithi116 bash[14016]: audit 2024-01-18T08:08:44.994621+0000 mon.smithi116 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:45.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:45 smithi142 bash[17956]: cluster 2024-01-18T08:08:44.373091+0000 mgr.smithi116.xagkwr (mgr.14180) 329 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:45.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:45 smithi142 bash[17956]: audit 2024-01-18T08:08:44.994621+0000 mon.smithi116 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:46.521 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:46.521 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:34.239712Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:33.886217Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:34.240185Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:38.049086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\nDeploy daemon haproxy.nfs.foo.smithi142.drifaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.365183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dkkbsq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\nDeploy daemon haproxy.nfs.foo.smithi116.dkkbsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.368333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rcftya on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:33.887218Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:33.886421Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:33.886540Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:33.887321Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:33.886643Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:33.886743Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:34.240647Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:47.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:47.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:47 smithi142 bash[17956]: cluster 2024-01-18T08:08:46.374162+0000 mgr.smithi116.xagkwr (mgr.14180) 330 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:47.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:47 smithi142 bash[17956]: audit 2024-01-18T08:08:46.507490+0000 mgr.smithi116.xagkwr (mgr.14180) 331 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:47.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:47 smithi116 bash[14016]: cluster 2024-01-18T08:08:46.374162+0000 mgr.smithi116.xagkwr (mgr.14180) 330 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:47.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:47 smithi116 bash[14016]: audit 2024-01-18T08:08:46.507490+0000 mgr.smithi116.xagkwr (mgr.14180) 331 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:48.224 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.010603+0000 mon.smithi116 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: cluster 2024-01-18T08:08:48.375218+0000 mgr.smithi116.xagkwr (mgr.14180) 332 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.967667+0000 mon.smithi116 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.969401+0000 mon.smithi116 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.970697+0000 mon.smithi116 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.976216+0000 mon.smithi116 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.981651+0000 mon.smithi116 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:49 smithi116 bash[14016]: audit 2024-01-18T08:08:48.994255+0000 mon.smithi116 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.010603+0000 mon.smithi116 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: cluster 2024-01-18T08:08:48.375218+0000 mgr.smithi116.xagkwr (mgr.14180) 332 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.967667+0000 mon.smithi116 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.969401+0000 mon.smithi116 (mon.0) 721 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.970697+0000 mon.smithi116 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.976216+0000 mon.smithi116 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.981651+0000 mon.smithi116 (mon.0) 724 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:08:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:49 smithi142 bash[17956]: audit 2024-01-18T08:08:48.994255+0000 mon.smithi116 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:08:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:50 smithi116 bash[14016]: cluster 2024-01-18T08:08:48.976885+0000 mgr.smithi116.xagkwr (mgr.14180) 333 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-18T08:08:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:50 smithi116 bash[14016]: cephadm 2024-01-18T08:08:48.997089+0000 mgr.smithi116.xagkwr (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.wtuahp on smithi142 2024-01-18T08:08:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:50 smithi116 bash[14016]: cluster 2024-01-18T08:08:49.007841+0000 mon.smithi116 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:50 smithi116 bash[14016]: cluster 2024-01-18T08:08:49.007872+0000 mon.smithi116 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:50.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:50 smithi142 bash[17956]: cluster 2024-01-18T08:08:48.976885+0000 mgr.smithi116.xagkwr (mgr.14180) 333 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-18T08:08:50.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:50 smithi142 bash[17956]: cephadm 2024-01-18T08:08:48.997089+0000 mgr.smithi116.xagkwr (mgr.14180) 334 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.wtuahp on smithi142 2024-01-18T08:08:50.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:50 smithi142 bash[17956]: cluster 2024-01-18T08:08:49.007841+0000 mon.smithi116 (mon.0) 726 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:08:50.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:50 smithi142 bash[17956]: cluster 2024-01-18T08:08:49.007872+0000 mon.smithi116 (mon.0) 727 : cluster [INF] Cluster is now healthy 2024-01-18T08:08:51.444 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:51.444 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:28.259784Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dhcdpc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:38.049086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\nDeploy daemon haproxy.nfs.foo.smithi142.drifaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.365183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dkkbsq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\nDeploy daemon haproxy.nfs.foo.smithi116.dkkbsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.368333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rcftya on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:52.195 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:52.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:52 smithi116 bash[14016]: cluster 2024-01-18T08:08:50.977869+0000 mgr.smithi116.xagkwr (mgr.14180) 335 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-18T08:08:52.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:52 smithi116 bash[14016]: audit 2024-01-18T08:08:51.430243+0000 mgr.smithi116.xagkwr (mgr.14180) 336 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:52.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:52 smithi142 bash[17956]: cluster 2024-01-18T08:08:50.977869+0000 mgr.smithi116.xagkwr (mgr.14180) 335 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2024-01-18T08:08:52.350 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:52 smithi142 bash[17956]: audit 2024-01-18T08:08:51.430243+0000 mgr.smithi116.xagkwr (mgr.14180) 336 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:53.196 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: cephadm 2024-01-18T08:08:52.771550+0000 mgr.smithi116.xagkwr (mgr.14180) 337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: cephadm 2024-01-18T08:08:52.772034+0000 mgr.smithi116.xagkwr (mgr.14180) 338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: audit 2024-01-18T08:08:52.772657+0000 mon.smithi116 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.wtuahp"}]: dispatch 2024-01-18T08:08:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: cephadm 2024-01-18T08:08:52.774195+0000 mgr.smithi116.xagkwr (mgr.14180) 339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:53 smithi142 bash[17956]: cephadm 2024-01-18T08:08:52.778161+0000 mgr.smithi116.xagkwr (mgr.14180) 340 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.niznhp on smithi116 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: cephadm 2024-01-18T08:08:52.771550+0000 mgr.smithi116.xagkwr (mgr.14180) 337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.393 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.394 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: cephadm 2024-01-18T08:08:52.772034+0000 mgr.smithi116.xagkwr (mgr.14180) 338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: audit 2024-01-18T08:08:52.772657+0000 mon.smithi116 (mon.0) 728 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.wtuahp"}]: dispatch 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: cephadm 2024-01-18T08:08:52.774195+0000 mgr.smithi116.xagkwr (mgr.14180) 339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.395 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:53.396 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:53 smithi116 bash[14016]: cephadm 2024-01-18T08:08:52.778161+0000 mgr.smithi116.xagkwr (mgr.14180) 340 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.niznhp on smithi116 2024-01-18T08:08:54.304 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:54 smithi116 bash[14016]: cluster 2024-01-18T08:08:52.978486+0000 mgr.smithi116.xagkwr (mgr.14180) 341 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:54.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:54 smithi142 bash[17956]: cluster 2024-01-18T08:08:52.978486+0000 mgr.smithi116.xagkwr (mgr.14180) 341 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:56.075 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:08:56.075 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:38.049086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.drifaz on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-drifaz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.drifaz\nDeploy daemon haproxy.nfs.foo.smithi142.drifaz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.365183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dkkbsq on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dkkbsq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dkkbsq\nDeploy daemon haproxy.nfs.foo.smithi116.dkkbsq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:42.368333Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rcftya on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:08:56.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:56 smithi142 bash[17956]: cluster 2024-01-18T08:08:54.979224+0000 mgr.smithi116.xagkwr (mgr.14180) 342 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:56.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:56 smithi116 bash[14016]: cluster 2024-01-18T08:08:54.979224+0000 mgr.smithi116.xagkwr (mgr.14180) 342 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:56.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:08:57.140 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:57 smithi116 bash[14016]: audit 2024-01-18T08:08:56.067112+0000 mgr.smithi116.xagkwr (mgr.14180) 343 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:57.140 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:57 smithi116 bash[14016]: audit 2024-01-18T08:08:56.929523+0000 mon.smithi116 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.niznhp"}]: dispatch 2024-01-18T08:08:57.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:57 smithi142 bash[17956]: audit 2024-01-18T08:08:56.067112+0000 mgr.smithi116.xagkwr (mgr.14180) 343 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:08:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:57 smithi142 bash[17956]: audit 2024-01-18T08:08:56.929523+0000 mon.smithi116 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.niznhp"}]: dispatch 2024-01-18T08:08:57.892 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:08:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cephadm 2024-01-18T08:08:56.928469+0000 mgr.smithi116.xagkwr (mgr.14180) 344 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cephadm 2024-01-18T08:08:56.928894+0000 mgr.smithi116.xagkwr (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cephadm 2024-01-18T08:08:56.931013+0000 mgr.smithi116.xagkwr (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cephadm 2024-01-18T08:08:56.935321+0000 mgr.smithi116.xagkwr (mgr.14180) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cephadm 2024-01-18T08:08:56.938662+0000 mgr.smithi116.xagkwr (mgr.14180) 348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cluster 2024-01-18T08:08:56.940112+0000 mgr.smithi116.xagkwr (mgr.14180) 349 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:58.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:08:58 smithi116 bash[14016]: cluster 2024-01-18T08:08:57.055209+0000 mon.smithi116 (mon.0) 730 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:08:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cephadm 2024-01-18T08:08:56.928469+0000 mgr.smithi116.xagkwr (mgr.14180) 344 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:08:58.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cephadm 2024-01-18T08:08:56.928894+0000 mgr.smithi116.xagkwr (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cephadm 2024-01-18T08:08:56.931013+0000 mgr.smithi116.xagkwr (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cephadm 2024-01-18T08:08:56.935321+0000 mgr.smithi116.xagkwr (mgr.14180) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cephadm 2024-01-18T08:08:56.938662+0000 mgr.smithi116.xagkwr (mgr.14180) 348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cluster 2024-01-18T08:08:56.940112+0000 mgr.smithi116.xagkwr (mgr.14180) 349 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:08:58.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:08:58 smithi142 bash[17956]: cluster 2024-01-18T08:08:57.055209+0000 mon.smithi116 (mon.0) 730 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:09:00.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:00 smithi116 bash[14016]: cluster 2024-01-18T08:08:58.941321+0000 mgr.smithi116.xagkwr (mgr.14180) 350 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:09:00.344 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:00 smithi116 bash[14016]: audit 2024-01-18T08:09:00.008665+0000 mon.smithi116 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:00.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:00 smithi142 bash[17956]: cluster 2024-01-18T08:08:58.941321+0000 mgr.smithi116.xagkwr (mgr.14180) 350 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:09:00.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:00 smithi142 bash[17956]: audit 2024-01-18T08:09:00.008665+0000 mon.smithi116 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:00.731 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:00.731 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:01.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:01 smithi116 bash[14016]: audit 2024-01-18T08:09:00.723585+0000 mgr.smithi116.xagkwr (mgr.14180) 351 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:01.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:01 smithi142 bash[17956]: audit 2024-01-18T08:09:00.723585+0000 mgr.smithi116.xagkwr (mgr.14180) 351 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:01.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:02.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:02 smithi142 bash[17956]: cluster 2024-01-18T08:09:00.942265+0000 mgr.smithi116.xagkwr (mgr.14180) 352 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:02.525 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:02.539 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:02 smithi116 bash[14016]: cluster 2024-01-18T08:09:00.942265+0000 mgr.smithi116.xagkwr (mgr.14180) 352 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:04.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:04 smithi142 bash[17956]: cluster 2024-01-18T08:09:02.943414+0000 mgr.smithi116.xagkwr (mgr.14180) 353 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:04.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:04 smithi116 bash[14016]: cluster 2024-01-18T08:09:02.943414+0000 mgr.smithi116.xagkwr (mgr.14180) 353 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:05.446 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:05.446 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:06.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:06.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:06 smithi142 bash[17956]: cluster 2024-01-18T08:09:04.944765+0000 mgr.smithi116.xagkwr (mgr.14180) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-18T08:09:06.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:06 smithi142 bash[17956]: audit 2024-01-18T08:09:05.439042+0000 mgr.smithi116.xagkwr (mgr.14180) 355 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:06.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:06 smithi116 bash[14016]: cluster 2024-01-18T08:09:04.944765+0000 mgr.smithi116.xagkwr (mgr.14180) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-18T08:09:06.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:06 smithi116 bash[14016]: audit 2024-01-18T08:09:05.439042+0000 mgr.smithi116.xagkwr (mgr.14180) 355 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:07.148 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:08.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:08 smithi142 bash[17956]: cluster 2024-01-18T08:09:06.945949+0000 mgr.smithi116.xagkwr (mgr.14180) 356 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:08.390 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:08 smithi116 bash[14016]: cluster 2024-01-18T08:09:06.945949+0000 mgr.smithi116.xagkwr (mgr.14180) 356 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:09:09.830 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:09.830 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:10.339 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:10 smithi116 bash[14016]: cluster 2024-01-18T08:09:08.947096+0000 mgr.smithi116.xagkwr (mgr.14180) 357 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:10.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:10 smithi142 bash[17956]: cluster 2024-01-18T08:09:08.947096+0000 mgr.smithi116.xagkwr (mgr.14180) 357 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:10.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:11.551 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:11.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:11 smithi116 bash[14016]: audit 2024-01-18T08:09:09.817903+0000 mgr.smithi116.xagkwr (mgr.14180) 358 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:11.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:11 smithi116 bash[14016]: audit 2024-01-18T08:09:10.522705+0000 mon.smithi116 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:11.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:11 smithi142 bash[17956]: audit 2024-01-18T08:09:09.817903+0000 mgr.smithi116.xagkwr (mgr.14180) 358 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:11.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:11 smithi142 bash[17956]: audit 2024-01-18T08:09:10.522705+0000 mon.smithi116 (mon.0) 732 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:12.765 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:12 smithi116 bash[14016]: cluster 2024-01-18T08:09:10.948314+0000 mgr.smithi116.xagkwr (mgr.14180) 359 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:12.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:12 smithi142 bash[17956]: cluster 2024-01-18T08:09:10.948314+0000 mgr.smithi116.xagkwr (mgr.14180) 359 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:14.435 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:14.435 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:14.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:14 smithi116 bash[14016]: cluster 2024-01-18T08:09:12.949266+0000 mgr.smithi116.xagkwr (mgr.14180) 360 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:14.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:14 smithi142 bash[17956]: cluster 2024-01-18T08:09:12.949266+0000 mgr.smithi116.xagkwr (mgr.14180) 360 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:15.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:15.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:15 smithi142 bash[17956]: audit 2024-01-18T08:09:14.422662+0000 mgr.smithi116.xagkwr (mgr.14180) 361 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:16.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:15 smithi116 bash[14016]: audit 2024-01-18T08:09:14.422662+0000 mgr.smithi116.xagkwr (mgr.14180) 361 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:16.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:16.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:16 smithi142 bash[17956]: cluster 2024-01-18T08:09:14.950371+0000 mgr.smithi116.xagkwr (mgr.14180) 362 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:17.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:16 smithi116 bash[14016]: cluster 2024-01-18T08:09:14.950371+0000 mgr.smithi116.xagkwr (mgr.14180) 362 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:18 smithi142 bash[17956]: cluster 2024-01-18T08:09:16.951567+0000 mgr.smithi116.xagkwr (mgr.14180) 363 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:19.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:18 smithi116 bash[14016]: cluster 2024-01-18T08:09:16.951567+0000 mgr.smithi116.xagkwr (mgr.14180) 363 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:19.142 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:19.142 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:19.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:20.843 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:20.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:20 smithi116 bash[14016]: cluster 2024-01-18T08:09:18.952641+0000 mgr.smithi116.xagkwr (mgr.14180) 364 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:20.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:20 smithi116 bash[14016]: audit 2024-01-18T08:09:19.129809+0000 mgr.smithi116.xagkwr (mgr.14180) 365 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:20 smithi142 bash[17956]: cluster 2024-01-18T08:09:18.952641+0000 mgr.smithi116.xagkwr (mgr.14180) 364 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:20 smithi142 bash[17956]: audit 2024-01-18T08:09:19.129809+0000 mgr.smithi116.xagkwr (mgr.14180) 365 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:22.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:22 smithi142 bash[17956]: cluster 2024-01-18T08:09:20.953860+0000 mgr.smithi116.xagkwr (mgr.14180) 366 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:23.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:22 smithi116 bash[14016]: cluster 2024-01-18T08:09:20.953860+0000 mgr.smithi116.xagkwr (mgr.14180) 366 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:23.759 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:23.759 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:24.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:24.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:24 smithi116 bash[14016]: cluster 2024-01-18T08:09:22.955016+0000 mgr.smithi116.xagkwr (mgr.14180) 367 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:24.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:24 smithi116 bash[14016]: audit 2024-01-18T08:09:23.747973+0000 mgr.smithi116.xagkwr (mgr.14180) 368 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:24.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:24 smithi142 bash[17956]: cluster 2024-01-18T08:09:22.955016+0000 mgr.smithi116.xagkwr (mgr.14180) 367 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:24 smithi142 bash[17956]: audit 2024-01-18T08:09:23.747973+0000 mgr.smithi116.xagkwr (mgr.14180) 368 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:25.459 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:26.753 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:26 smithi116 bash[14016]: cluster 2024-01-18T08:09:24.956253+0000 mgr.smithi116.xagkwr (mgr.14180) 369 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:26 smithi142 bash[17956]: cluster 2024-01-18T08:09:24.956253+0000 mgr.smithi116.xagkwr (mgr.14180) 369 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:28.414 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:28.414 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:28.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:28 smithi116 bash[14016]: cluster 2024-01-18T08:09:26.957475+0000 mgr.smithi116.xagkwr (mgr.14180) 370 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:28.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:28 smithi142 bash[17956]: cluster 2024-01-18T08:09:26.957475+0000 mgr.smithi116.xagkwr (mgr.14180) 370 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:29.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:29.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:29 smithi142 bash[17956]: audit 2024-01-18T08:09:28.400150+0000 mgr.smithi116.xagkwr (mgr.14180) 371 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:30.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:29 smithi116 bash[14016]: audit 2024-01-18T08:09:28.400150+0000 mgr.smithi116.xagkwr (mgr.14180) 371 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:30.105 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:30 smithi142 bash[17956]: cluster 2024-01-18T08:09:28.958691+0000 mgr.smithi116.xagkwr (mgr.14180) 372 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:30 smithi116 bash[14016]: cluster 2024-01-18T08:09:28.958691+0000 mgr.smithi116.xagkwr (mgr.14180) 372 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:32.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:32 smithi142 bash[17956]: cluster 2024-01-18T08:09:30.959853+0000 mgr.smithi116.xagkwr (mgr.14180) 373 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:33.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:32 smithi116 bash[14016]: cluster 2024-01-18T08:09:30.959853+0000 mgr.smithi116.xagkwr (mgr.14180) 373 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:33.097 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:33.098 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:33.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:34.879 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:34 smithi142 bash[17956]: cluster 2024-01-18T08:09:32.960923+0000 mgr.smithi116.xagkwr (mgr.14180) 374 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:34 smithi142 bash[17956]: audit 2024-01-18T08:09:33.085934+0000 mgr.smithi116.xagkwr (mgr.14180) 375 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:34.893 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:34 smithi116 bash[14016]: cluster 2024-01-18T08:09:32.960923+0000 mgr.smithi116.xagkwr (mgr.14180) 374 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:34.893 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:34 smithi116 bash[14016]: audit 2024-01-18T08:09:33.085934+0000 mgr.smithi116.xagkwr (mgr.14180) 375 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:36.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:36 smithi142 bash[17956]: cluster 2024-01-18T08:09:34.962035+0000 mgr.smithi116.xagkwr (mgr.14180) 376 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:37.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:36 smithi116 bash[14016]: cluster 2024-01-18T08:09:34.962035+0000 mgr.smithi116.xagkwr (mgr.14180) 376 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:37.678 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:37.679 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:38.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:38.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:38 smithi142 bash[17956]: cluster 2024-01-18T08:09:36.963179+0000 mgr.smithi116.xagkwr (mgr.14180) 377 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:38.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:38 smithi142 bash[17956]: audit 2024-01-18T08:09:37.667817+0000 mgr.smithi116.xagkwr (mgr.14180) 378 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:39.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:38 smithi116 bash[14016]: cluster 2024-01-18T08:09:36.963179+0000 mgr.smithi116.xagkwr (mgr.14180) 377 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:39.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:38 smithi116 bash[14016]: audit 2024-01-18T08:09:37.667817+0000 mgr.smithi116.xagkwr (mgr.14180) 378 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:39.337 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:40.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:40 smithi142 bash[17956]: cluster 2024-01-18T08:09:38.964285+0000 mgr.smithi116.xagkwr (mgr.14180) 379 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:40 smithi116 bash[14016]: cluster 2024-01-18T08:09:38.964285+0000 mgr.smithi116.xagkwr (mgr.14180) 379 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:42.387 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:42.388 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:42.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:42 smithi116 bash[14016]: cluster 2024-01-18T08:09:40.965516+0000 mgr.smithi116.xagkwr (mgr.14180) 380 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:43.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:43.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:42 smithi142 bash[17956]: cluster 2024-01-18T08:09:40.965516+0000 mgr.smithi116.xagkwr (mgr.14180) 380 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:44.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:43 smithi116 bash[14016]: audit 2024-01-18T08:09:42.376465+0000 mgr.smithi116.xagkwr (mgr.14180) 381 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:44.088 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:44.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:43 smithi142 bash[17956]: audit 2024-01-18T08:09:42.376465+0000 mgr.smithi116.xagkwr (mgr.14180) 381 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:45.043 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:44 smithi116 bash[14016]: cluster 2024-01-18T08:09:42.966668+0000 mgr.smithi116.xagkwr (mgr.14180) 382 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:45.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:44 smithi142 bash[17956]: cluster 2024-01-18T08:09:42.966668+0000 mgr.smithi116.xagkwr (mgr.14180) 382 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:47.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:46 smithi116 bash[14016]: cluster 2024-01-18T08:09:44.967904+0000 mgr.smithi116.xagkwr (mgr.14180) 383 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:47.100 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:47.100 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:47.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:46 smithi142 bash[17956]: cluster 2024-01-18T08:09:44.967904+0000 mgr.smithi116.xagkwr (mgr.14180) 383 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:47.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:48.819 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:49.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:48 smithi116 bash[14016]: cluster 2024-01-18T08:09:46.968994+0000 mgr.smithi116.xagkwr (mgr.14180) 384 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:49.016 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:48 smithi116 bash[14016]: audit 2024-01-18T08:09:47.088555+0000 mgr.smithi116.xagkwr (mgr.14180) 385 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:49.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:48 smithi142 bash[17956]: cluster 2024-01-18T08:09:46.968994+0000 mgr.smithi116.xagkwr (mgr.14180) 384 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:49.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:48 smithi142 bash[17956]: audit 2024-01-18T08:09:47.088555+0000 mgr.smithi116.xagkwr (mgr.14180) 385 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:51.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:50 smithi116 bash[14016]: cluster 2024-01-18T08:09:48.969769+0000 mgr.smithi116.xagkwr (mgr.14180) 386 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:51.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:50 smithi142 bash[17956]: cluster 2024-01-18T08:09:48.969769+0000 mgr.smithi116.xagkwr (mgr.14180) 386 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:51.750 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:51.750 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:52.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:52.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:52 smithi116 bash[14016]: cluster 2024-01-18T08:09:50.970996+0000 mgr.smithi116.xagkwr (mgr.14180) 387 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:52.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:52 smithi116 bash[14016]: audit 2024-01-18T08:09:51.736959+0000 mgr.smithi116.xagkwr (mgr.14180) 388 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:53.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:52 smithi142 bash[17956]: cluster 2024-01-18T08:09:50.970996+0000 mgr.smithi116.xagkwr (mgr.14180) 387 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:53.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:52 smithi142 bash[17956]: audit 2024-01-18T08:09:51.736959+0000 mgr.smithi116.xagkwr (mgr.14180) 388 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:53.416 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:55.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:54 smithi116 bash[14016]: cluster 2024-01-18T08:09:52.972157+0000 mgr.smithi116.xagkwr (mgr.14180) 389 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:55.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:54 smithi142 bash[17956]: cluster 2024-01-18T08:09:52.972157+0000 mgr.smithi116.xagkwr (mgr.14180) 389 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:56.361 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:09:56.361 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:09:56.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:56 smithi116 bash[14016]: cluster 2024-01-18T08:09:54.973045+0000 mgr.smithi116.xagkwr (mgr.14180) 390 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:57.130 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:09:57.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:56 smithi142 bash[17956]: cluster 2024-01-18T08:09:54.973045+0000 mgr.smithi116.xagkwr (mgr.14180) 390 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:09:58.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:57 smithi116 bash[14016]: audit 2024-01-18T08:09:56.347732+0000 mgr.smithi116.xagkwr (mgr.14180) 391 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:58.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:57 smithi116 bash[14016]: audit 2024-01-18T08:09:56.942501+0000 mon.smithi116 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:09:58.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:57 smithi116 bash[14016]: audit 2024-01-18T08:09:57.200201+0000 mon.smithi116 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:58.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:57 smithi142 bash[17956]: audit 2024-01-18T08:09:56.347732+0000 mgr.smithi116.xagkwr (mgr.14180) 391 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:09:58.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:57 smithi142 bash[17956]: audit 2024-01-18T08:09:56.942501+0000 mon.smithi116 (mon.0) 733 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:09:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:57 smithi142 bash[17956]: audit 2024-01-18T08:09:57.200201+0000 mon.smithi116 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:09:58.131 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:09:59.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:09:58 smithi116 bash[14016]: cluster 2024-01-18T08:09:56.974079+0000 mgr.smithi116.xagkwr (mgr.14180) 392 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:09:59.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:09:58 smithi142 bash[17956]: cluster 2024-01-18T08:09:56.974079+0000 mgr.smithi116.xagkwr (mgr.14180) 392 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:09:58.975409+0000 mgr.smithi116.xagkwr (mgr.14180) 393 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000200+0000 mon.smithi116 (mon.0) 735 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000250+0000 mon.smithi116 (mon.0) 736 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000284+0000 mon.smithi116 (mon.0) 737 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000311+0000 mon.smithi116 (mon.0) 738 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000376+0000 mon.smithi116 (mon.0) 739 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000412+0000 mon.smithi116 (mon.0) 740 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000442+0000 mon.smithi116 (mon.0) 741 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000478+0000 mon.smithi116 (mon.0) 742 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000503+0000 mon.smithi116 (mon.0) 743 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000526+0000 mon.smithi116 (mon.0) 744 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000553+0000 mon.smithi116 (mon.0) 745 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000586+0000 mon.smithi116 (mon.0) 746 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000597+0000 mon.smithi116 (mon.0) 747 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000607+0000 mon.smithi116 (mon.0) 748 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000622+0000 mon.smithi116 (mon.0) 749 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000633+0000 mon.smithi116 (mon.0) 750 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000643+0000 mon.smithi116 (mon.0) 751 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000653+0000 mon.smithi116 (mon.0) 752 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000663+0000 mon.smithi116 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000672+0000 mon.smithi116 (mon.0) 754 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000696+0000 mon.smithi116 (mon.0) 755 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000707+0000 mon.smithi116 (mon.0) 756 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000718+0000 mon.smithi116 (mon.0) 757 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:01.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000729+0000 mon.smithi116 (mon.0) 758 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:01.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000739+0000 mon.smithi116 (mon.0) 759 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:01.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000750+0000 mon.smithi116 (mon.0) 760 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000760+0000 mon.smithi116 (mon.0) 761 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:01.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.000770+0000 mon.smithi116 (mon.0) 762 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:01.104 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:01.104 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:08:48.957058Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:08:48.000140Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:08:48.957319Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:08:48.001230Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:08:48.000349Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:08:48.000481Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:08:48.001353Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:08:48.000622Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:08:48.000750Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:08:48.957574Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:09:58.975409+0000 mgr.smithi116.xagkwr (mgr.14180) 393 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000200+0000 mon.smithi116 (mon.0) 735 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000250+0000 mon.smithi116 (mon.0) 736 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000284+0000 mon.smithi116 (mon.0) 737 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000311+0000 mon.smithi116 (mon.0) 738 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000376+0000 mon.smithi116 (mon.0) 739 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000412+0000 mon.smithi116 (mon.0) 740 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000442+0000 mon.smithi116 (mon.0) 741 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000478+0000 mon.smithi116 (mon.0) 742 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000503+0000 mon.smithi116 (mon.0) 743 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi142.wtuahp ... 2024-01-18T08:10:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000526+0000 mon.smithi116 (mon.0) 744 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000553+0000 mon.smithi116 (mon.0) 745 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000586+0000 mon.smithi116 (mon.0) 746 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000597+0000 mon.smithi116 (mon.0) 747 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000607+0000 mon.smithi116 (mon.0) 748 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000622+0000 mon.smithi116 (mon.0) 749 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000633+0000 mon.smithi116 (mon.0) 750 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000643+0000 mon.smithi116 (mon.0) 751 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000653+0000 mon.smithi116 (mon.0) 752 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000663+0000 mon.smithi116 (mon.0) 753 : cluster [WRN] /usr/bin/docker: stdout 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000672+0000 mon.smithi116 (mon.0) 754 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000696+0000 mon.smithi116 (mon.0) 755 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi116.niznhp ... 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000707+0000 mon.smithi116 (mon.0) 756 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000718+0000 mon.smithi116 (mon.0) 757 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:01.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000729+0000 mon.smithi116 (mon.0) 758 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:01.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000739+0000 mon.smithi116 (mon.0) 759 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-18T08:10:01.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000750+0000 mon.smithi116 (mon.0) 760 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:01.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000760+0000 mon.smithi116 (mon.0) 761 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:01.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.000770+0000 mon.smithi116 (mon.0) 762 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:01.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:02.858 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:02 smithi116 bash[14016]: cluster 2024-01-18T08:10:00.976618+0000 mgr.smithi116.xagkwr (mgr.14180) 394 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:02 smithi116 bash[14016]: audit 2024-01-18T08:10:01.094102+0000 mgr.smithi116.xagkwr (mgr.14180) 395 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:02 smithi116 bash[14016]: audit 2024-01-18T08:10:02.575075+0000 mon.smithi116 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:03.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:02 smithi142 bash[17956]: cluster 2024-01-18T08:10:00.976618+0000 mgr.smithi116.xagkwr (mgr.14180) 394 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:03.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:02 smithi142 bash[17956]: audit 2024-01-18T08:10:01.094102+0000 mgr.smithi116.xagkwr (mgr.14180) 395 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:03.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:02 smithi142 bash[17956]: audit 2024-01-18T08:10:02.575075+0000 mon.smithi116 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:05.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:04 smithi116 bash[14016]: cluster 2024-01-18T08:10:02.977354+0000 mgr.smithi116.xagkwr (mgr.14180) 396 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:05.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:04 smithi116 bash[14016]: audit 2024-01-18T08:10:04.560921+0000 mon.smithi116 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:05.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:04 smithi142 bash[17956]: cluster 2024-01-18T08:10:02.977354+0000 mgr.smithi116.xagkwr (mgr.14180) 396 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:05.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:04 smithi142 bash[17956]: audit 2024-01-18T08:10:04.560921+0000 mon.smithi116 (mon.0) 764 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:05.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:05 smithi116 bash[14016]: audit 2024-01-18T08:10:04.823044+0000 mon.smithi116 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:10:05.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:05 smithi116 bash[14016]: audit 2024-01-18T08:10:04.824227+0000 mon.smithi116 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:10:05.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:05 smithi116 bash[14016]: audit 2024-01-18T08:10:04.830965+0000 mon.smithi116 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:05.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:05 smithi116 bash[14016]: audit 2024-01-18T08:10:04.836697+0000 mon.smithi116 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:10:05.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:05 smithi116 bash[14016]: audit 2024-01-18T08:10:04.846347+0000 mon.smithi116 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:05.916 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:05.916 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:42.371167Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.qoyvkh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:06.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:05 smithi142 bash[17956]: audit 2024-01-18T08:10:04.823044+0000 mon.smithi116 (mon.0) 765 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:10:06.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:05 smithi142 bash[17956]: audit 2024-01-18T08:10:04.824227+0000 mon.smithi116 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:10:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:05 smithi142 bash[17956]: audit 2024-01-18T08:10:04.830965+0000 mon.smithi116 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:05 smithi142 bash[17956]: audit 2024-01-18T08:10:04.836697+0000 mon.smithi116 (mon.0) 768 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:10:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:05 smithi142 bash[17956]: audit 2024-01-18T08:10:04.846347+0000 mon.smithi116 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:06.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:07.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:06 smithi116 bash[14016]: cluster 2024-01-18T08:10:04.831944+0000 mgr.smithi116.xagkwr (mgr.14180) 397 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-01-18T08:10:07.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:06 smithi116 bash[14016]: cephadm 2024-01-18T08:10:04.849319+0000 mgr.smithi116.xagkwr (mgr.14180) 398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.rvcnhw on smithi142 2024-01-18T08:10:07.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:06 smithi116 bash[14016]: cluster 2024-01-18T08:10:05.828300+0000 mon.smithi116 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:10:07.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:06 smithi116 bash[14016]: cluster 2024-01-18T08:10:05.828353+0000 mon.smithi116 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-01-18T08:10:07.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:06 smithi142 bash[17956]: cluster 2024-01-18T08:10:04.831944+0000 mgr.smithi116.xagkwr (mgr.14180) 397 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2024-01-18T08:10:07.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:06 smithi142 bash[17956]: cephadm 2024-01-18T08:10:04.849319+0000 mgr.smithi116.xagkwr (mgr.14180) 398 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.rvcnhw on smithi142 2024-01-18T08:10:07.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:06 smithi142 bash[17956]: cluster 2024-01-18T08:10:05.828300+0000 mon.smithi116 (mon.0) 770 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:10:07.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:06 smithi142 bash[17956]: cluster 2024-01-18T08:10:05.828353+0000 mon.smithi116 (mon.0) 771 : cluster [INF] Cluster is now healthy 2024-01-18T08:10:07.649 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:08.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:07 smithi116 bash[14016]: audit 2024-01-18T08:10:05.903300+0000 mgr.smithi116.xagkwr (mgr.14180) 399 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:08.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:07 smithi142 bash[17956]: audit 2024-01-18T08:10:05.903300+0000 mgr.smithi116.xagkwr (mgr.14180) 399 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:08.930 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:08 smithi116 bash[14016]: cluster 2024-01-18T08:10:06.832807+0000 mgr.smithi116.xagkwr (mgr.14180) 400 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:09.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:08 smithi142 bash[17956]: cluster 2024-01-18T08:10:06.832807+0000 mgr.smithi116.xagkwr (mgr.14180) 400 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: cephadm 2024-01-18T08:10:08.716416+0000 mgr.smithi116.xagkwr (mgr.14180) 401 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: cephadm 2024-01-18T08:10:08.716915+0000 mgr.smithi116.xagkwr (mgr.14180) 402 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: audit 2024-01-18T08:10:08.718896+0000 mon.smithi116 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.rvcnhw"}]: dispatch 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: cephadm 2024-01-18T08:10:08.720937+0000 mgr.smithi116.xagkwr (mgr.14180) 403 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:09.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:09.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:09.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:09 smithi116 bash[14016]: cephadm 2024-01-18T08:10:08.725392+0000 mgr.smithi116.xagkwr (mgr.14180) 404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cqvkmv on smithi116 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: cephadm 2024-01-18T08:10:08.716416+0000 mgr.smithi116.xagkwr (mgr.14180) 401 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: cephadm 2024-01-18T08:10:08.716915+0000 mgr.smithi116.xagkwr (mgr.14180) 402 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: audit 2024-01-18T08:10:08.718896+0000 mon.smithi116 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.rvcnhw"}]: dispatch 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: cephadm 2024-01-18T08:10:08.720937+0000 mgr.smithi116.xagkwr (mgr.14180) 403 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.rvcnhw ... 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:10.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:09 smithi142 bash[17956]: cephadm 2024-01-18T08:10:08.725392+0000 mgr.smithi116.xagkwr (mgr.14180) 404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cqvkmv on smithi116 2024-01-18T08:10:10.649 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:10.649 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:52.774007Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.wtuahp on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-wtuahp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.wtuahp\nDeploy daemon haproxy.nfs.foo.smithi142.wtuahp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.930758Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.niznhp on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-niznhp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.niznhp\nDeploy daemon haproxy.nfs.foo.smithi116.niznhp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:08:56.935056Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vchyny on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:11.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:10 smithi116 bash[14016]: cluster 2024-01-18T08:10:08.833649+0000 mgr.smithi116.xagkwr (mgr.14180) 405 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:11.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:10 smithi116 bash[14016]: audit 2024-01-18T08:10:10.524385+0000 mon.smithi116 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:11.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:10 smithi142 bash[17956]: cluster 2024-01-18T08:10:08.833649+0000 mgr.smithi116.xagkwr (mgr.14180) 405 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:11.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:10 smithi142 bash[17956]: audit 2024-01-18T08:10:10.524385+0000 mon.smithi116 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:11.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:12.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:11 smithi116 bash[14016]: audit 2024-01-18T08:10:10.635530+0000 mgr.smithi116.xagkwr (mgr.14180) 406 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:12.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:11 smithi142 bash[17956]: audit 2024-01-18T08:10:10.635530+0000 mgr.smithi116.xagkwr (mgr.14180) 406 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:12.352 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:13.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:12 smithi116 bash[14016]: cluster 2024-01-18T08:10:10.834549+0000 mgr.smithi116.xagkwr (mgr.14180) 407 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:13.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:12 smithi142 bash[17956]: cluster 2024-01-18T08:10:10.834549+0000 mgr.smithi116.xagkwr (mgr.14180) 407 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:13.897 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:13 smithi116 bash[14016]: audit 2024-01-18T08:10:13.384216+0000 mon.smithi116 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cqvkmv"}]: dispatch 2024-01-18T08:10:14.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:13 smithi142 bash[17956]: audit 2024-01-18T08:10:13.384216+0000 mon.smithi116 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cqvkmv"}]: dispatch 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cluster 2024-01-18T08:10:12.835471+0000 mgr.smithi116.xagkwr (mgr.14180) 408 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cephadm 2024-01-18T08:10:13.383336+0000 mgr.smithi116.xagkwr (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cephadm 2024-01-18T08:10:13.383630+0000 mgr.smithi116.xagkwr (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cephadm 2024-01-18T08:10:13.385615+0000 mgr.smithi116.xagkwr (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cephadm 2024-01-18T08:10:13.387520+0000 mgr.smithi116.xagkwr (mgr.14180) 412 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cephadm 2024-01-18T08:10:13.389088+0000 mgr.smithi116.xagkwr (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cluster 2024-01-18T08:10:13.390261+0000 mgr.smithi116.xagkwr (mgr.14180) 414 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-18T08:10:14.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:14 smithi116 bash[14016]: cluster 2024-01-18T08:10:13.744530+0000 mon.smithi116 (mon.0) 775 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cluster 2024-01-18T08:10:12.835471+0000 mgr.smithi116.xagkwr (mgr.14180) 408 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cephadm 2024-01-18T08:10:13.383336+0000 mgr.smithi116.xagkwr (mgr.14180) 409 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:15.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cephadm 2024-01-18T08:10:13.383630+0000 mgr.smithi116.xagkwr (mgr.14180) 410 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cephadm 2024-01-18T08:10:13.385615+0000 mgr.smithi116.xagkwr (mgr.14180) 411 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cqvkmv ... 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:10:15.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cephadm 2024-01-18T08:10:13.387520+0000 mgr.smithi116.xagkwr (mgr.14180) 412 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:15.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cephadm 2024-01-18T08:10:13.389088+0000 mgr.smithi116.xagkwr (mgr.14180) 413 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:10:15.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cluster 2024-01-18T08:10:13.390261+0000 mgr.smithi116.xagkwr (mgr.14180) 414 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-01-18T08:10:15.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:14 smithi142 bash[17956]: cluster 2024-01-18T08:10:13.744530+0000 mon.smithi116 (mon.0) 775 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:10:15.691 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:15.691 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:16.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:16 smithi116 bash[14016]: audit 2024-01-18T08:10:15.059382+0000 mon.smithi116 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:16.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:16 smithi116 bash[14016]: cluster 2024-01-18T08:10:15.391416+0000 mgr.smithi116.xagkwr (mgr.14180) 415 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:16.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:16 smithi116 bash[14016]: audit 2024-01-18T08:10:15.676792+0000 mgr.smithi116.xagkwr (mgr.14180) 416 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:16.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:16 smithi142 bash[17956]: audit 2024-01-18T08:10:15.059382+0000 mon.smithi116 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:16.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:16 smithi142 bash[17956]: cluster 2024-01-18T08:10:15.391416+0000 mgr.smithi116.xagkwr (mgr.14180) 415 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:16.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:16 smithi142 bash[17956]: audit 2024-01-18T08:10:15.676792+0000 mgr.smithi116.xagkwr (mgr.14180) 416 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:16.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:17.465 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:18.671 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:18 smithi116 bash[14016]: cluster 2024-01-18T08:10:17.392620+0000 mgr.smithi116.xagkwr (mgr.14180) 417 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:18.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:18 smithi142 bash[17956]: cluster 2024-01-18T08:10:17.392620+0000 mgr.smithi116.xagkwr (mgr.14180) 417 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:20.378 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:20.378 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:20.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:20 smithi116 bash[14016]: cluster 2024-01-18T08:10:19.393830+0000 mgr.smithi116.xagkwr (mgr.14180) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:20 smithi142 bash[17956]: cluster 2024-01-18T08:10:19.393830+0000 mgr.smithi116.xagkwr (mgr.14180) 418 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:21.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:21.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:21 smithi116 bash[14016]: audit 2024-01-18T08:10:20.364148+0000 mgr.smithi116.xagkwr (mgr.14180) 419 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:21.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:21 smithi142 bash[17956]: audit 2024-01-18T08:10:20.364148+0000 mgr.smithi116.xagkwr (mgr.14180) 419 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:22.103 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:22.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:22 smithi116 bash[14016]: cluster 2024-01-18T08:10:21.395153+0000 mgr.smithi116.xagkwr (mgr.14180) 420 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:22.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:22 smithi142 bash[17956]: cluster 2024-01-18T08:10:21.395153+0000 mgr.smithi116.xagkwr (mgr.14180) 420 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:24.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:24 smithi116 bash[14016]: cluster 2024-01-18T08:10:23.396267+0000 mgr.smithi116.xagkwr (mgr.14180) 421 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:24.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:24 smithi142 bash[17956]: cluster 2024-01-18T08:10:23.396267+0000 mgr.smithi116.xagkwr (mgr.14180) 421 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-01-18T08:10:25.090 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:25.090 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:25.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:26.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:26 smithi116 bash[14016]: audit 2024-01-18T08:10:25.080785+0000 mgr.smithi116.xagkwr (mgr.14180) 422 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:26.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:26 smithi116 bash[14016]: cluster 2024-01-18T08:10:25.397178+0000 mgr.smithi116.xagkwr (mgr.14180) 423 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:26.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:26 smithi116 bash[14016]: audit 2024-01-18T08:10:25.525472+0000 mon.smithi116 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:26.802 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:26 smithi142 bash[17956]: audit 2024-01-18T08:10:25.080785+0000 mgr.smithi116.xagkwr (mgr.14180) 422 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:26 smithi142 bash[17956]: cluster 2024-01-18T08:10:25.397178+0000 mgr.smithi116.xagkwr (mgr.14180) 423 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:26 smithi142 bash[17956]: audit 2024-01-18T08:10:25.525472+0000 mon.smithi116 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:10:28.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:28 smithi116 bash[14016]: cluster 2024-01-18T08:10:27.398293+0000 mgr.smithi116.xagkwr (mgr.14180) 424 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:28.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:28 smithi142 bash[17956]: cluster 2024-01-18T08:10:27.398293+0000 mgr.smithi116.xagkwr (mgr.14180) 424 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:29.751 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:29.751 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:30.441 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:30.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:30 smithi116 bash[14016]: cluster 2024-01-18T08:10:29.399179+0000 mgr.smithi116.xagkwr (mgr.14180) 425 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:30.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:30 smithi116 bash[14016]: audit 2024-01-18T08:10:29.741910+0000 mgr.smithi116.xagkwr (mgr.14180) 426 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:30 smithi142 bash[17956]: cluster 2024-01-18T08:10:29.399179+0000 mgr.smithi116.xagkwr (mgr.14180) 425 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:30 smithi142 bash[17956]: audit 2024-01-18T08:10:29.741910+0000 mgr.smithi116.xagkwr (mgr.14180) 426 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:31.443 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:32.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:32 smithi116 bash[14016]: cluster 2024-01-18T08:10:31.400289+0000 mgr.smithi116.xagkwr (mgr.14180) 427 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:32.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:32 smithi142 bash[17956]: cluster 2024-01-18T08:10:31.400289+0000 mgr.smithi116.xagkwr (mgr.14180) 427 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:34.388 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:34.388 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:34.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:34 smithi116 bash[14016]: cluster 2024-01-18T08:10:33.401417+0000 mgr.smithi116.xagkwr (mgr.14180) 428 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:34.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:34 smithi142 bash[17956]: cluster 2024-01-18T08:10:33.401417+0000 mgr.smithi116.xagkwr (mgr.14180) 428 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:35.127 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:35.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:35 smithi142 bash[17956]: audit 2024-01-18T08:10:34.375945+0000 mgr.smithi116.xagkwr (mgr.14180) 429 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:36.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:35 smithi116 bash[14016]: audit 2024-01-18T08:10:34.375945+0000 mgr.smithi116.xagkwr (mgr.14180) 429 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:36.128 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:36.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:36 smithi116 bash[14016]: cluster 2024-01-18T08:10:35.402602+0000 mgr.smithi116.xagkwr (mgr.14180) 430 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:36.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:36 smithi142 bash[17956]: cluster 2024-01-18T08:10:35.402602+0000 mgr.smithi116.xagkwr (mgr.14180) 430 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:38.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:38 smithi142 bash[17956]: cluster 2024-01-18T08:10:37.403635+0000 mgr.smithi116.xagkwr (mgr.14180) 431 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:39.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:38 smithi116 bash[14016]: cluster 2024-01-18T08:10:37.403635+0000 mgr.smithi116.xagkwr (mgr.14180) 431 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:39.126 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:39.127 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:39.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:40.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:40 smithi142 bash[17956]: audit 2024-01-18T08:10:39.118802+0000 mgr.smithi116.xagkwr (mgr.14180) 432 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:40.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:40 smithi142 bash[17956]: cluster 2024-01-18T08:10:39.404778+0000 mgr.smithi116.xagkwr (mgr.14180) 433 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:40.915 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:40.929 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:40 smithi116 bash[14016]: audit 2024-01-18T08:10:39.118802+0000 mgr.smithi116.xagkwr (mgr.14180) 432 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:40.929 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:40 smithi116 bash[14016]: cluster 2024-01-18T08:10:39.404778+0000 mgr.smithi116.xagkwr (mgr.14180) 433 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:42.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:42 smithi142 bash[17956]: cluster 2024-01-18T08:10:41.406013+0000 mgr.smithi116.xagkwr (mgr.14180) 434 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:43.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:42 smithi116 bash[14016]: cluster 2024-01-18T08:10:41.406013+0000 mgr.smithi116.xagkwr (mgr.14180) 434 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:43.931 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:43.931 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:44.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:44.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:44 smithi142 bash[17956]: cluster 2024-01-18T08:10:43.407164+0000 mgr.smithi116.xagkwr (mgr.14180) 435 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:45.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:44 smithi116 bash[14016]: cluster 2024-01-18T08:10:43.407164+0000 mgr.smithi116.xagkwr (mgr.14180) 435 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:45.656 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:45.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:45 smithi116 bash[14016]: audit 2024-01-18T08:10:43.917235+0000 mgr.smithi116.xagkwr (mgr.14180) 436 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:45.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:45 smithi142 bash[17956]: audit 2024-01-18T08:10:43.917235+0000 mgr.smithi116.xagkwr (mgr.14180) 436 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:46.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:46 smithi142 bash[17956]: cluster 2024-01-18T08:10:45.408358+0000 mgr.smithi116.xagkwr (mgr.14180) 437 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:46.934 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:46 smithi116 bash[14016]: cluster 2024-01-18T08:10:45.408358+0000 mgr.smithi116.xagkwr (mgr.14180) 437 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:48.636 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:48.636 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:48.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:48 smithi142 bash[17956]: cluster 2024-01-18T08:10:47.409554+0000 mgr.smithi116.xagkwr (mgr.14180) 438 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:49.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:48 smithi116 bash[14016]: cluster 2024-01-18T08:10:47.409554+0000 mgr.smithi116.xagkwr (mgr.14180) 438 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:49.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:49.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:49 smithi142 bash[17956]: audit 2024-01-18T08:10:48.628309+0000 mgr.smithi116.xagkwr (mgr.14180) 439 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:50.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:49 smithi116 bash[14016]: audit 2024-01-18T08:10:48.628309+0000 mgr.smithi116.xagkwr (mgr.14180) 439 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:50.322 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:50.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:50 smithi142 bash[17956]: cluster 2024-01-18T08:10:49.410901+0000 mgr.smithi116.xagkwr (mgr.14180) 440 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:51.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:50 smithi116 bash[14016]: cluster 2024-01-18T08:10:49.410901+0000 mgr.smithi116.xagkwr (mgr.14180) 440 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:52.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:52 smithi142 bash[17956]: cluster 2024-01-18T08:10:51.412278+0000 mgr.smithi116.xagkwr (mgr.14180) 441 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:52.927 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:52 smithi116 bash[14016]: cluster 2024-01-18T08:10:51.412278+0000 mgr.smithi116.xagkwr (mgr.14180) 441 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:53.352 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:53.352 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:54.010 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:54.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:54 smithi142 bash[17956]: audit 2024-01-18T08:10:53.339243+0000 mgr.smithi116.xagkwr (mgr.14180) 442 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:54.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:54 smithi142 bash[17956]: cluster 2024-01-18T08:10:53.413125+0000 mgr.smithi116.xagkwr (mgr.14180) 443 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:55.011 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:55.023 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:54 smithi116 bash[14016]: audit 2024-01-18T08:10:53.339243+0000 mgr.smithi116.xagkwr (mgr.14180) 442 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:55.023 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:54 smithi116 bash[14016]: cluster 2024-01-18T08:10:53.413125+0000 mgr.smithi116.xagkwr (mgr.14180) 443 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:56.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:56 smithi116 bash[14016]: cluster 2024-01-18T08:10:55.414242+0000 mgr.smithi116.xagkwr (mgr.14180) 444 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:56.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:56 smithi142 bash[17956]: cluster 2024-01-18T08:10:55.414242+0000 mgr.smithi116.xagkwr (mgr.14180) 444 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:10:57.915 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:10:57.915 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:10:58.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:10:58.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:58 smithi116 bash[14016]: cluster 2024-01-18T08:10:57.415441+0000 mgr.smithi116.xagkwr (mgr.14180) 445 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:58.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:58 smithi142 bash[17956]: cluster 2024-01-18T08:10:57.415441+0000 mgr.smithi116.xagkwr (mgr.14180) 445 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:10:59.592 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:10:59.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:10:59 smithi116 bash[14016]: audit 2024-01-18T08:10:57.901639+0000 mgr.smithi116.xagkwr (mgr.14180) 446 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:10:59.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:10:59 smithi142 bash[17956]: audit 2024-01-18T08:10:57.901639+0000 mgr.smithi116.xagkwr (mgr.14180) 446 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:00.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:00 smithi116 bash[14016]: cluster 2024-01-18T08:10:59.416607+0000 mgr.smithi116.xagkwr (mgr.14180) 447 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:00.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:00 smithi142 bash[17956]: cluster 2024-01-18T08:10:59.416607+0000 mgr.smithi116.xagkwr (mgr.14180) 447 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:02.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:02 smithi116 bash[14016]: cluster 2024-01-18T08:11:01.417758+0000 mgr.smithi116.xagkwr (mgr.14180) 448 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:02.698 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:02.698 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:02.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:02 smithi142 bash[17956]: cluster 2024-01-18T08:11:01.417758+0000 mgr.smithi116.xagkwr (mgr.14180) 448 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:03.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:03.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:03 smithi116 bash[14016]: audit 2024-01-18T08:11:02.690180+0000 mgr.smithi116.xagkwr (mgr.14180) 449 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:03.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:03 smithi142 bash[17956]: audit 2024-01-18T08:11:02.690180+0000 mgr.smithi116.xagkwr (mgr.14180) 449 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:04.399 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:04.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:04 smithi116 bash[14016]: cluster 2024-01-18T08:11:03.418997+0000 mgr.smithi116.xagkwr (mgr.14180) 450 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:04.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:04 smithi142 bash[17956]: cluster 2024-01-18T08:11:03.418997+0000 mgr.smithi116.xagkwr (mgr.14180) 450 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:06.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:06 smithi142 bash[17956]: cluster 2024-01-18T08:11:05.419827+0000 mgr.smithi116.xagkwr (mgr.14180) 451 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:06 smithi116 bash[14016]: cluster 2024-01-18T08:11:05.419827+0000 mgr.smithi116.xagkwr (mgr.14180) 451 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:07.360 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:07.360 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:08.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:08.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:08 smithi116 bash[14016]: audit 2024-01-18T08:11:07.347225+0000 mgr.smithi116.xagkwr (mgr.14180) 452 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:08 smithi116 bash[14016]: cluster 2024-01-18T08:11:07.420949+0000 mgr.smithi116.xagkwr (mgr.14180) 453 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:08 smithi142 bash[17956]: audit 2024-01-18T08:11:07.347225+0000 mgr.smithi116.xagkwr (mgr.14180) 452 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:08 smithi142 bash[17956]: cluster 2024-01-18T08:11:07.420949+0000 mgr.smithi116.xagkwr (mgr.14180) 453 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:09.005 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:10.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:10 smithi116 bash[14016]: cluster 2024-01-18T08:11:09.421627+0000 mgr.smithi116.xagkwr (mgr.14180) 454 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:10.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:10 smithi142 bash[17956]: cluster 2024-01-18T08:11:09.421627+0000 mgr.smithi116.xagkwr (mgr.14180) 454 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:11.989 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:11.989 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:12.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:12.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:12 smithi116 bash[14016]: cluster 2024-01-18T08:11:11.422934+0000 mgr.smithi116.xagkwr (mgr.14180) 455 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:12.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:12 smithi142 bash[17956]: cluster 2024-01-18T08:11:11.422934+0000 mgr.smithi116.xagkwr (mgr.14180) 455 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:13.678 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:13.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:13 smithi116 bash[14016]: audit 2024-01-18T08:11:11.977504+0000 mgr.smithi116.xagkwr (mgr.14180) 456 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:13.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:13 smithi116 bash[14016]: audit 2024-01-18T08:11:13.392921+0000 mon.smithi116 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:11:13.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:13 smithi142 bash[17956]: audit 2024-01-18T08:11:11.977504+0000 mgr.smithi116.xagkwr (mgr.14180) 456 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:13.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:13 smithi142 bash[17956]: audit 2024-01-18T08:11:13.392921+0000 mon.smithi116 (mon.0) 778 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:11:14.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:14 smithi116 bash[14016]: cluster 2024-01-18T08:11:13.424001+0000 mgr.smithi116.xagkwr (mgr.14180) 457 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:14.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:14 smithi142 bash[17956]: cluster 2024-01-18T08:11:13.424001+0000 mgr.smithi116.xagkwr (mgr.14180) 457 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:16.356 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:16 smithi116 bash[14016]: cluster 2024-01-18T08:11:15.424701+0000 mgr.smithi116.xagkwr (mgr.14180) 458 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:16.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:16 smithi142 bash[17956]: cluster 2024-01-18T08:11:15.424701+0000 mgr.smithi116.xagkwr (mgr.14180) 458 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:16.785 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:16.786 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:10:04.546990Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:10:02.562431Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:10:04.547523Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:10:02.564663Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:10:02.562816Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:10:02.563125Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:10:02.564918Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:10:02.563387Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:10:02.563644Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:10:04.547984Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:17.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:17 smithi116 bash[14016]: audit 2024-01-18T08:11:16.773426+0000 mgr.smithi116.xagkwr (mgr.14180) 459 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:17.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:17 smithi142 bash[17956]: audit 2024-01-18T08:11:16.773426+0000 mgr.smithi116.xagkwr (mgr.14180) 459 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:17.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:18.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:18 smithi142 bash[17956]: cluster 2024-01-18T08:11:17.425559+0000 mgr.smithi116.xagkwr (mgr.14180) 460 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:18.470 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:18.479 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:18 smithi116 bash[14016]: cluster 2024-01-18T08:11:17.425559+0000 mgr.smithi116.xagkwr (mgr.14180) 460 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.013454+0000 mon.smithi116 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.380719+0000 mon.smithi116 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: cluster 2024-01-18T08:11:19.426612+0000 mgr.smithi116.xagkwr (mgr.14180) 461 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.652845+0000 mon.smithi116 (mon.0) 781 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.653731+0000 mon.smithi116 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.660498+0000 mon.smithi116 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: cluster 2024-01-18T08:11:19.661369+0000 mgr.smithi116.xagkwr (mgr.14180) 462 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.665440+0000 mon.smithi116 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: audit 2024-01-18T08:11:19.675185+0000 mon.smithi116 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:20 smithi116 bash[14016]: cephadm 2024-01-18T08:11:19.677739+0000 mgr.smithi116.xagkwr (mgr.14180) 463 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.nvzlmg on smithi142 2024-01-18T08:11:20.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.013454+0000 mon.smithi116 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.380719+0000 mon.smithi116 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: cluster 2024-01-18T08:11:19.426612+0000 mgr.smithi116.xagkwr (mgr.14180) 461 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.652845+0000 mon.smithi116 (mon.0) 781 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.653731+0000 mon.smithi116 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.660498+0000 mon.smithi116 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: cluster 2024-01-18T08:11:19.661369+0000 mgr.smithi116.xagkwr (mgr.14180) 462 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.665440+0000 mon.smithi116 (mon.0) 784 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: audit 2024-01-18T08:11:19.675185+0000 mon.smithi116 (mon.0) 785 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:20 smithi142 bash[17956]: cephadm 2024-01-18T08:11:19.677739+0000 mgr.smithi116.xagkwr (mgr.14180) 463 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.nvzlmg on smithi142 2024-01-18T08:11:21.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:21 smithi116 bash[14016]: cluster 2024-01-18T08:11:20.378536+0000 mon.smithi116 (mon.0) 786 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:11:21.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:21 smithi116 bash[14016]: cluster 2024-01-18T08:11:20.378597+0000 mon.smithi116 (mon.0) 787 : cluster [INF] Cluster is now healthy 2024-01-18T08:11:21.375 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:21.375 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:08:56.938484Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.pahcee on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:21.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:21 smithi142 bash[17956]: cluster 2024-01-18T08:11:20.378536+0000 mon.smithi116 (mon.0) 786 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:11:21.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:21 smithi142 bash[17956]: cluster 2024-01-18T08:11:20.378597+0000 mon.smithi116 (mon.0) 787 : cluster [INF] Cluster is now healthy 2024-01-18T08:11:22.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:22.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:22 smithi142 bash[17956]: audit 2024-01-18T08:11:21.366368+0000 mgr.smithi116.xagkwr (mgr.14180) 464 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:22.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:22 smithi142 bash[17956]: cluster 2024-01-18T08:11:21.662269+0000 mgr.smithi116.xagkwr (mgr.14180) 465 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:22.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:22 smithi116 bash[14016]: audit 2024-01-18T08:11:21.366368+0000 mgr.smithi116.xagkwr (mgr.14180) 464 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:22.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:22 smithi116 bash[14016]: cluster 2024-01-18T08:11:21.662269+0000 mgr.smithi116.xagkwr (mgr.14180) 465 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:23.138 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:23.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:23 smithi142 bash[17956]: audit 2024-01-18T08:11:23.651204+0000 mon.smithi116 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.nvzlmg"}]: dispatch 2024-01-18T08:11:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:23 smithi116 bash[14016]: audit 2024-01-18T08:11:23.651204+0000 mon.smithi116 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.nvzlmg"}]: dispatch 2024-01-18T08:11:25.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: cephadm 2024-01-18T08:11:23.650014+0000 mgr.smithi116.xagkwr (mgr.14180) 466 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:25.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: cephadm 2024-01-18T08:11:23.650637+0000 mgr.smithi116.xagkwr (mgr.14180) 467 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: cephadm 2024-01-18T08:11:23.652424+0000 mgr.smithi116.xagkwr (mgr.14180) 468 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: cephadm 2024-01-18T08:11:23.656814+0000 mgr.smithi116.xagkwr (mgr.14180) 469 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cyrdkv on smithi116 2024-01-18T08:11:25.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:24 smithi116 bash[14016]: cluster 2024-01-18T08:11:23.662991+0000 mgr.smithi116.xagkwr (mgr.14180) 470 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: cephadm 2024-01-18T08:11:23.650014+0000 mgr.smithi116.xagkwr (mgr.14180) 466 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: cephadm 2024-01-18T08:11:23.650637+0000 mgr.smithi116.xagkwr (mgr.14180) 467 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: cephadm 2024-01-18T08:11:23.652424+0000 mgr.smithi116.xagkwr (mgr.14180) 468 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg 2024-01-18T08:11:25.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.nvzlmg ... 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: cephadm 2024-01-18T08:11:23.656814+0000 mgr.smithi116.xagkwr (mgr.14180) 469 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.cyrdkv on smithi116 2024-01-18T08:11:25.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:24 smithi142 bash[17956]: cluster 2024-01-18T08:11:23.662991+0000 mgr.smithi116.xagkwr (mgr.14180) 470 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:26.040 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:26.040 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:08.720598Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.rvcnhw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-rvcnhw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.rvcnhw\nDeploy daemon haproxy.nfs.foo.smithi142.rvcnhw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.385501Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cqvkmv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cqvkmv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cqvkmv\nDeploy daemon haproxy.nfs.foo.smithi116.cqvkmv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:10:13.387423Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fqvcly on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:26.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:26 smithi116 bash[14016]: audit 2024-01-18T08:11:25.526821+0000 mon.smithi116 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:26 smithi116 bash[14016]: cluster 2024-01-18T08:11:25.663642+0000 mgr.smithi116.xagkwr (mgr.14180) 471 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:26 smithi142 bash[17956]: audit 2024-01-18T08:11:25.526821+0000 mon.smithi116 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:26.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:26 smithi142 bash[17956]: cluster 2024-01-18T08:11:25.663642+0000 mgr.smithi116.xagkwr (mgr.14180) 471 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:11:27.735 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:27.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:27 smithi116 bash[14016]: audit 2024-01-18T08:11:26.027185+0000 mgr.smithi116.xagkwr (mgr.14180) 472 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:27.749 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:27 smithi116 bash[14016]: audit 2024-01-18T08:11:27.397979+0000 mon.smithi116 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cyrdkv"}]: dispatch 2024-01-18T08:11:27.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:27 smithi142 bash[17956]: audit 2024-01-18T08:11:26.027185+0000 mgr.smithi116.xagkwr (mgr.14180) 472 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:27.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:27 smithi142 bash[17956]: audit 2024-01-18T08:11:27.397979+0000 mon.smithi116 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.cyrdkv"}]: dispatch 2024-01-18T08:11:28.829 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cephadm 2024-01-18T08:11:27.396905+0000 mgr.smithi116.xagkwr (mgr.14180) 473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:11:28.830 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cephadm 2024-01-18T08:11:27.397400+0000 mgr.smithi116.xagkwr (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cephadm 2024-01-18T08:11:27.399157+0000 mgr.smithi116.xagkwr (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.832 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cephadm 2024-01-18T08:11:27.402589+0000 mgr.smithi116.xagkwr (mgr.14180) 476 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:28.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cephadm 2024-01-18T08:11:27.404629+0000 mgr.smithi116.xagkwr (mgr.14180) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:28.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cluster 2024-01-18T08:11:27.405886+0000 mgr.smithi116.xagkwr (mgr.14180) 478 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-01-18T08:11:28.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:28 smithi116 bash[14016]: cluster 2024-01-18T08:11:27.532547+0000 mon.smithi116 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cephadm 2024-01-18T08:11:27.396905+0000 mgr.smithi116.xagkwr (mgr.14180) 473 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cephadm 2024-01-18T08:11:27.397400+0000 mgr.smithi116.xagkwr (mgr.14180) 474 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cephadm 2024-01-18T08:11:27.399157+0000 mgr.smithi116.xagkwr (mgr.14180) 475 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.cyrdkv ... 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cephadm 2024-01-18T08:11:27.402589+0000 mgr.smithi116.xagkwr (mgr.14180) 476 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cephadm 2024-01-18T08:11:27.404629+0000 mgr.smithi116.xagkwr (mgr.14180) 477 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cluster 2024-01-18T08:11:27.405886+0000 mgr.smithi116.xagkwr (mgr.14180) 478 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-01-18T08:11:28.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:28 smithi142 bash[17956]: cluster 2024-01-18T08:11:27.532547+0000 mon.smithi116 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:11:30.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:30 smithi116 bash[14016]: cluster 2024-01-18T08:11:29.407006+0000 mgr.smithi116.xagkwr (mgr.14180) 479 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-01-18T08:11:30.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:30 smithi116 bash[14016]: audit 2024-01-18T08:11:30.103770+0000 mon.smithi116 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:30.863 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:30.864 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:30 smithi142 bash[17956]: cluster 2024-01-18T08:11:29.407006+0000 mgr.smithi116.xagkwr (mgr.14180) 479 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 0 op/s 2024-01-18T08:11:30.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:30 smithi142 bash[17956]: audit 2024-01-18T08:11:30.103770+0000 mon.smithi116 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:31.540 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:32.541 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:32.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:32 smithi142 bash[17956]: audit 2024-01-18T08:11:30.850314+0000 mgr.smithi116.xagkwr (mgr.14180) 480 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:32.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:32 smithi142 bash[17956]: cluster 2024-01-18T08:11:31.408254+0000 mgr.smithi116.xagkwr (mgr.14180) 481 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:32 smithi116 bash[14016]: audit 2024-01-18T08:11:30.850314+0000 mgr.smithi116.xagkwr (mgr.14180) 480 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:32 smithi116 bash[14016]: cluster 2024-01-18T08:11:31.408254+0000 mgr.smithi116.xagkwr (mgr.14180) 481 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:34.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:34 smithi142 bash[17956]: cluster 2024-01-18T08:11:33.409475+0000 mgr.smithi116.xagkwr (mgr.14180) 482 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:35.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:34 smithi116 bash[14016]: cluster 2024-01-18T08:11:33.409475+0000 mgr.smithi116.xagkwr (mgr.14180) 482 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:35.419 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:35.419 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:36.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:36.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:36 smithi142 bash[17956]: audit 2024-01-18T08:11:35.407812+0000 mgr.smithi116.xagkwr (mgr.14180) 483 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:36.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:36 smithi142 bash[17956]: cluster 2024-01-18T08:11:35.410599+0000 mgr.smithi116.xagkwr (mgr.14180) 484 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-18T08:11:36.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:36 smithi116 bash[14016]: audit 2024-01-18T08:11:35.407812+0000 mgr.smithi116.xagkwr (mgr.14180) 483 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:36.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:36 smithi116 bash[14016]: cluster 2024-01-18T08:11:35.410599+0000 mgr.smithi116.xagkwr (mgr.14180) 484 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-18T08:11:37.099 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:38.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:38 smithi116 bash[14016]: cluster 2024-01-18T08:11:37.411502+0000 mgr.smithi116.xagkwr (mgr.14180) 485 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:38.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:38 smithi142 bash[17956]: cluster 2024-01-18T08:11:37.411502+0000 mgr.smithi116.xagkwr (mgr.14180) 485 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:11:40.015 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:40.015 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:40.693 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:40.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:40 smithi116 bash[14016]: cluster 2024-01-18T08:11:39.412573+0000 mgr.smithi116.xagkwr (mgr.14180) 486 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:40.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:40 smithi142 bash[17956]: cluster 2024-01-18T08:11:39.412573+0000 mgr.smithi116.xagkwr (mgr.14180) 486 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:41.694 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:41.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:41 smithi116 bash[14016]: audit 2024-01-18T08:11:40.001967+0000 mgr.smithi116.xagkwr (mgr.14180) 487 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:41.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:41 smithi116 bash[14016]: audit 2024-01-18T08:11:40.526561+0000 mon.smithi116 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:41.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:41 smithi142 bash[17956]: audit 2024-01-18T08:11:40.001967+0000 mgr.smithi116.xagkwr (mgr.14180) 487 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:41.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:41 smithi142 bash[17956]: audit 2024-01-18T08:11:40.526561+0000 mon.smithi116 (mon.0) 793 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:11:42.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:42 smithi116 bash[14016]: cluster 2024-01-18T08:11:41.413676+0000 mgr.smithi116.xagkwr (mgr.14180) 488 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:42.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:42 smithi142 bash[17956]: cluster 2024-01-18T08:11:41.413676+0000 mgr.smithi116.xagkwr (mgr.14180) 488 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:44.666 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:44.666 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:44.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:44 smithi116 bash[14016]: cluster 2024-01-18T08:11:43.414904+0000 mgr.smithi116.xagkwr (mgr.14180) 489 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:44.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:44 smithi142 bash[17956]: cluster 2024-01-18T08:11:43.414904+0000 mgr.smithi116.xagkwr (mgr.14180) 489 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:45.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:45.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:45 smithi116 bash[14016]: audit 2024-01-18T08:11:44.654421+0000 mgr.smithi116.xagkwr (mgr.14180) 490 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:45.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:45 smithi142 bash[17956]: audit 2024-01-18T08:11:44.654421+0000 mgr.smithi116.xagkwr (mgr.14180) 490 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:46.349 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:46.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:46 smithi116 bash[14016]: cluster 2024-01-18T08:11:45.416146+0000 mgr.smithi116.xagkwr (mgr.14180) 491 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:46.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:46 smithi142 bash[17956]: cluster 2024-01-18T08:11:45.416146+0000 mgr.smithi116.xagkwr (mgr.14180) 491 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:48.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:48 smithi142 bash[17956]: cluster 2024-01-18T08:11:47.417293+0000 mgr.smithi116.xagkwr (mgr.14180) 492 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:49.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:48 smithi116 bash[14016]: cluster 2024-01-18T08:11:47.417293+0000 mgr.smithi116.xagkwr (mgr.14180) 492 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:49.170 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:49.170 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:49.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:50.860 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:50.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:50 smithi116 bash[14016]: audit 2024-01-18T08:11:49.158725+0000 mgr.smithi116.xagkwr (mgr.14180) 493 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:50.874 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:50 smithi116 bash[14016]: cluster 2024-01-18T08:11:49.418444+0000 mgr.smithi116.xagkwr (mgr.14180) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:50.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:50 smithi142 bash[17956]: audit 2024-01-18T08:11:49.158725+0000 mgr.smithi116.xagkwr (mgr.14180) 493 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:50.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:50 smithi142 bash[17956]: cluster 2024-01-18T08:11:49.418444+0000 mgr.smithi116.xagkwr (mgr.14180) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:52.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:52 smithi142 bash[17956]: cluster 2024-01-18T08:11:51.419603+0000 mgr.smithi116.xagkwr (mgr.14180) 495 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:52 smithi116 bash[14016]: cluster 2024-01-18T08:11:51.419603+0000 mgr.smithi116.xagkwr (mgr.14180) 495 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:53.908 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:53.908 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:54.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:54.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:54 smithi142 bash[17956]: cluster 2024-01-18T08:11:53.420926+0000 mgr.smithi116.xagkwr (mgr.14180) 496 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:55.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:54 smithi116 bash[14016]: cluster 2024-01-18T08:11:53.420926+0000 mgr.smithi116.xagkwr (mgr.14180) 496 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:55.609 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:11:55.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:55 smithi142 bash[17956]: audit 2024-01-18T08:11:53.894527+0000 mgr.smithi116.xagkwr (mgr.14180) 497 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:56.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:55 smithi116 bash[14016]: audit 2024-01-18T08:11:53.894527+0000 mgr.smithi116.xagkwr (mgr.14180) 497 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:11:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:56 smithi116 bash[14016]: cluster 2024-01-18T08:11:55.422161+0000 mgr.smithi116.xagkwr (mgr.14180) 498 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:56.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:56 smithi142 bash[17956]: cluster 2024-01-18T08:11:55.422161+0000 mgr.smithi116.xagkwr (mgr.14180) 498 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:11:58.609 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:11:58.610 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:11:58.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:58 smithi142 bash[17956]: cluster 2024-01-18T08:11:57.423400+0000 mgr.smithi116.xagkwr (mgr.14180) 499 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:58 smithi116 bash[14016]: cluster 2024-01-18T08:11:57.423400+0000 mgr.smithi116.xagkwr (mgr.14180) 499 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:11:59.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:11:59.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:11:59 smithi142 bash[17956]: audit 2024-01-18T08:11:58.598112+0000 mgr.smithi116.xagkwr (mgr.14180) 500 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:00.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:11:59 smithi116 bash[14016]: audit 2024-01-18T08:11:58.598112+0000 mgr.smithi116.xagkwr (mgr.14180) 500 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:00.322 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:00.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:00 smithi116 bash[14016]: cluster 2024-01-18T08:11:59.424539+0000 mgr.smithi116.xagkwr (mgr.14180) 501 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:00.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:00 smithi142 bash[17956]: cluster 2024-01-18T08:11:59.424539+0000 mgr.smithi116.xagkwr (mgr.14180) 501 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:02.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:02 smithi142 bash[17956]: cluster 2024-01-18T08:12:01.425597+0000 mgr.smithi116.xagkwr (mgr.14180) 502 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:02.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:02 smithi116 bash[14016]: cluster 2024-01-18T08:12:01.425597+0000 mgr.smithi116.xagkwr (mgr.14180) 502 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:03.321 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:03.322 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:03.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:04.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:04 smithi142 bash[17956]: audit 2024-01-18T08:12:03.313260+0000 mgr.smithi116.xagkwr (mgr.14180) 503 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:04.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:04 smithi142 bash[17956]: cluster 2024-01-18T08:12:03.426800+0000 mgr.smithi116.xagkwr (mgr.14180) 504 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:05.000 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:05.012 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:04 smithi116 bash[14016]: audit 2024-01-18T08:12:03.313260+0000 mgr.smithi116.xagkwr (mgr.14180) 503 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:05.012 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:04 smithi116 bash[14016]: cluster 2024-01-18T08:12:03.426800+0000 mgr.smithi116.xagkwr (mgr.14180) 504 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:06.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:06 smithi116 bash[14016]: cluster 2024-01-18T08:12:05.427955+0000 mgr.smithi116.xagkwr (mgr.14180) 505 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:06.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:06 smithi142 bash[17956]: cluster 2024-01-18T08:12:05.427955+0000 mgr.smithi116.xagkwr (mgr.14180) 505 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:07.921 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:07.921 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:08.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:08 smithi116 bash[14016]: cluster 2024-01-18T08:12:07.428665+0000 mgr.smithi116.xagkwr (mgr.14180) 506 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:08.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:08 smithi142 bash[17956]: cluster 2024-01-18T08:12:07.428665+0000 mgr.smithi116.xagkwr (mgr.14180) 506 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:09.647 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:09 smithi116 bash[14016]: audit 2024-01-18T08:12:07.908357+0000 mgr.smithi116.xagkwr (mgr.14180) 507 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:09.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:09 smithi142 bash[17956]: audit 2024-01-18T08:12:07.908357+0000 mgr.smithi116.xagkwr (mgr.14180) 507 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:10.792 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:10 smithi116 bash[14016]: cluster 2024-01-18T08:12:09.429743+0000 mgr.smithi116.xagkwr (mgr.14180) 508 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:10.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:10 smithi142 bash[17956]: cluster 2024-01-18T08:12:09.429743+0000 mgr.smithi116.xagkwr (mgr.14180) 508 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:12.581 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:12.582 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:12.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:12 smithi116 bash[14016]: cluster 2024-01-18T08:12:11.430972+0000 mgr.smithi116.xagkwr (mgr.14180) 509 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:12.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:12 smithi142 bash[17956]: cluster 2024-01-18T08:12:11.430972+0000 mgr.smithi116.xagkwr (mgr.14180) 509 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:13.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:13.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:13 smithi116 bash[14016]: audit 2024-01-18T08:12:12.569294+0000 mgr.smithi116.xagkwr (mgr.14180) 510 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:13.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:13 smithi142 bash[17956]: audit 2024-01-18T08:12:12.569294+0000 mgr.smithi116.xagkwr (mgr.14180) 510 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:14.273 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:14.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:14 smithi116 bash[14016]: cluster 2024-01-18T08:12:13.432238+0000 mgr.smithi116.xagkwr (mgr.14180) 511 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:14.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:14 smithi142 bash[17956]: cluster 2024-01-18T08:12:13.432238+0000 mgr.smithi116.xagkwr (mgr.14180) 511 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:16.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:16 smithi142 bash[17956]: cluster 2024-01-18T08:12:15.433460+0000 mgr.smithi116.xagkwr (mgr.14180) 512 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:16.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:16 smithi116 bash[14016]: cluster 2024-01-18T08:12:15.433460+0000 mgr.smithi116.xagkwr (mgr.14180) 512 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:17.234 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:17.235 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:17.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:18.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:18 smithi116 bash[14016]: audit 2024-01-18T08:12:17.222156+0000 mgr.smithi116.xagkwr (mgr.14180) 513 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:18.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:18 smithi116 bash[14016]: cluster 2024-01-18T08:12:17.434684+0000 mgr.smithi116.xagkwr (mgr.14180) 514 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:18.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:18 smithi142 bash[17956]: audit 2024-01-18T08:12:17.222156+0000 mgr.smithi116.xagkwr (mgr.14180) 513 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:18 smithi142 bash[17956]: cluster 2024-01-18T08:12:17.434684+0000 mgr.smithi116.xagkwr (mgr.14180) 514 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:18.904 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:20.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:20 smithi116 bash[14016]: cluster 2024-01-18T08:12:19.435824+0000 mgr.smithi116.xagkwr (mgr.14180) 515 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:20.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:20 smithi142 bash[17956]: cluster 2024-01-18T08:12:19.435824+0000 mgr.smithi116.xagkwr (mgr.14180) 515 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:21.886 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:21.886 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:22.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:22.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:22 smithi116 bash[14016]: cluster 2024-01-18T08:12:21.437077+0000 mgr.smithi116.xagkwr (mgr.14180) 516 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:22.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:22 smithi142 bash[17956]: cluster 2024-01-18T08:12:21.437077+0000 mgr.smithi116.xagkwr (mgr.14180) 516 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:23.609 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:23.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:23 smithi116 bash[14016]: audit 2024-01-18T08:12:21.873915+0000 mgr.smithi116.xagkwr (mgr.14180) 517 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:23.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:23 smithi142 bash[17956]: audit 2024-01-18T08:12:21.873915+0000 mgr.smithi116.xagkwr (mgr.14180) 517 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:24.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:24 smithi116 bash[14016]: cluster 2024-01-18T08:12:23.438157+0000 mgr.smithi116.xagkwr (mgr.14180) 518 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:24.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:24 smithi142 bash[17956]: cluster 2024-01-18T08:12:23.438157+0000 mgr.smithi116.xagkwr (mgr.14180) 518 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:26.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:26 smithi142 bash[17956]: cluster 2024-01-18T08:12:25.439292+0000 mgr.smithi116.xagkwr (mgr.14180) 519 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:26.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:26 smithi116 bash[14016]: cluster 2024-01-18T08:12:25.439292+0000 mgr.smithi116.xagkwr (mgr.14180) 519 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:26.586 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:26.586 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:27.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:27.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:27 smithi142 bash[17956]: audit 2024-01-18T08:12:26.577912+0000 mgr.smithi116.xagkwr (mgr.14180) 520 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:27.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:27 smithi116 bash[14016]: audit 2024-01-18T08:12:26.577912+0000 mgr.smithi116.xagkwr (mgr.14180) 520 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:28.312 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.409120+0000 mon.smithi116 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: cluster 2024-01-18T08:12:27.440386+0000 mgr.smithi116.xagkwr (mgr.14180) 521 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.676126+0000 mon.smithi116 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.979219+0000 mon.smithi116 (mon.0) 796 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.981117+0000 mon.smithi116 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.989845+0000 mon.smithi116 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:27.998436+0000 mon.smithi116 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:12:28.511 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:28 smithi116 bash[14016]: audit 2024-01-18T08:12:28.015183+0000 mon.smithi116 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:28.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.409120+0000 mon.smithi116 (mon.0) 794 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: cluster 2024-01-18T08:12:27.440386+0000 mgr.smithi116.xagkwr (mgr.14180) 521 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.676126+0000 mon.smithi116 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.979219+0000 mon.smithi116 (mon.0) 796 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.981117+0000 mon.smithi116 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.989845+0000 mon.smithi116 (mon.0) 798 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:27.998436+0000 mon.smithi116 (mon.0) 799 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:12:28.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:28 smithi142 bash[17956]: audit 2024-01-18T08:12:28.015183+0000 mon.smithi116 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:29.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:29 smithi116 bash[14016]: cluster 2024-01-18T08:12:27.990640+0000 mgr.smithi116.xagkwr (mgr.14180) 522 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:29.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:29 smithi116 bash[14016]: cephadm 2024-01-18T08:12:28.019699+0000 mgr.smithi116.xagkwr (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.yvzude on smithi142 2024-01-18T08:12:29.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:29 smithi116 bash[14016]: cluster 2024-01-18T08:12:28.117233+0000 mon.smithi116 (mon.0) 801 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:12:29.461 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:29 smithi116 bash[14016]: cluster 2024-01-18T08:12:28.117284+0000 mon.smithi116 (mon.0) 802 : cluster [INF] Cluster is now healthy 2024-01-18T08:12:29.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:29 smithi142 bash[17956]: cluster 2024-01-18T08:12:27.990640+0000 mgr.smithi116.xagkwr (mgr.14180) 522 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:29.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:29 smithi142 bash[17956]: cephadm 2024-01-18T08:12:28.019699+0000 mgr.smithi116.xagkwr (mgr.14180) 523 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.yvzude on smithi142 2024-01-18T08:12:29.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:29 smithi142 bash[17956]: cluster 2024-01-18T08:12:28.117233+0000 mon.smithi116 (mon.0) 801 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:12:29.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:29 smithi142 bash[17956]: cluster 2024-01-18T08:12:28.117284+0000 mon.smithi116 (mon.0) 802 : cluster [INF] Cluster is now healthy 2024-01-18T08:12:31.280 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:31.280 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:10:13.388994Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.whbawi on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:23.652183Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.nvzlmg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-nvzlmg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.nvzlmg\nDeploy daemon haproxy.nfs.foo.smithi142.nvzlmg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.399027Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.cyrdkv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-cyrdkv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.cyrdkv\nDeploy daemon haproxy.nfs.foo.smithi116.cyrdkv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:11:27.402404Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.vppwjy on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:31.390 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:31 smithi142 bash[17956]: cluster 2024-01-18T08:12:29.991354+0000 mgr.smithi116.xagkwr (mgr.14180) 524 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:31.476 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:31 smithi116 bash[14016]: cluster 2024-01-18T08:12:29.991354+0000 mgr.smithi116.xagkwr (mgr.14180) 524 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:31.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:32 smithi116 bash[14016]: audit 2024-01-18T08:12:31.266668+0000 mgr.smithi116.xagkwr (mgr.14180) 525 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:32 smithi116 bash[14016]: audit 2024-01-18T08:12:31.881368+0000 mon.smithi116 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.yvzude"}]: dispatch 2024-01-18T08:12:32.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:32 smithi142 bash[17956]: audit 2024-01-18T08:12:31.266668+0000 mgr.smithi116.xagkwr (mgr.14180) 525 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:32.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:32 smithi142 bash[17956]: audit 2024-01-18T08:12:31.881368+0000 mon.smithi116 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.yvzude"}]: dispatch 2024-01-18T08:12:32.968 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:33.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: cephadm 2024-01-18T08:12:31.880356+0000 mgr.smithi116.xagkwr (mgr.14180) 526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: cephadm 2024-01-18T08:12:31.880789+0000 mgr.smithi116.xagkwr (mgr.14180) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: cephadm 2024-01-18T08:12:31.882749+0000 mgr.smithi116.xagkwr (mgr.14180) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: cephadm 2024-01-18T08:12:31.886897+0000 mgr.smithi116.xagkwr (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.goktzv on smithi116 2024-01-18T08:12:33.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:33 smithi116 bash[14016]: cluster 2024-01-18T08:12:31.992114+0000 mgr.smithi116.xagkwr (mgr.14180) 530 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: cephadm 2024-01-18T08:12:31.880356+0000 mgr.smithi116.xagkwr (mgr.14180) 526 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:12:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: cephadm 2024-01-18T08:12:31.880789+0000 mgr.smithi116.xagkwr (mgr.14180) 527 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: cephadm 2024-01-18T08:12:31.882749+0000 mgr.smithi116.xagkwr (mgr.14180) 528 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.yvzude ... 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: cephadm 2024-01-18T08:12:31.886897+0000 mgr.smithi116.xagkwr (mgr.14180) 529 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.goktzv on smithi116 2024-01-18T08:12:33.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:33 smithi142 bash[17956]: cluster 2024-01-18T08:12:31.992114+0000 mgr.smithi116.xagkwr (mgr.14180) 530 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:35.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:35 smithi116 bash[14016]: cluster 2024-01-18T08:12:33.993003+0000 mgr.smithi116.xagkwr (mgr.14180) 531 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:35.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:35 smithi142 bash[17956]: cluster 2024-01-18T08:12:33.993003+0000 mgr.smithi116.xagkwr (mgr.14180) 531 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:12:36.040 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:36.040 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:36.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cephadm 2024-01-18T08:12:35.678409+0000 mgr.smithi116.xagkwr (mgr.14180) 532 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cephadm 2024-01-18T08:12:35.678787+0000 mgr.smithi116.xagkwr (mgr.14180) 533 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: audit 2024-01-18T08:12:35.679303+0000 mon.smithi116 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.goktzv"}]: dispatch 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cephadm 2024-01-18T08:12:35.680300+0000 mgr.smithi116.xagkwr (mgr.14180) 534 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cephadm 2024-01-18T08:12:35.682487+0000 mgr.smithi116.xagkwr (mgr.14180) 535 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cephadm 2024-01-18T08:12:35.684550+0000 mgr.smithi116.xagkwr (mgr.14180) 536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:36.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:36 smithi116 bash[14016]: cluster 2024-01-18T08:12:35.685809+0000 mgr.smithi116.xagkwr (mgr.14180) 537 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cephadm 2024-01-18T08:12:35.678409+0000 mgr.smithi116.xagkwr (mgr.14180) 532 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cephadm 2024-01-18T08:12:35.678787+0000 mgr.smithi116.xagkwr (mgr.14180) 533 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: audit 2024-01-18T08:12:35.679303+0000 mon.smithi116 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.goktzv"}]: dispatch 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cephadm 2024-01-18T08:12:35.680300+0000 mgr.smithi116.xagkwr (mgr.14180) 534 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.goktzv ... 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:12:36.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:12:36.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:12:36.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cephadm 2024-01-18T08:12:35.682487+0000 mgr.smithi116.xagkwr (mgr.14180) 535 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:36.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cephadm 2024-01-18T08:12:35.684550+0000 mgr.smithi116.xagkwr (mgr.14180) 536 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:12:36.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:36 smithi142 bash[17956]: cluster 2024-01-18T08:12:35.685809+0000 mgr.smithi116.xagkwr (mgr.14180) 537 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:12:36.798 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:37.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:37 smithi116 bash[14016]: audit 2024-01-18T08:12:36.025623+0000 mgr.smithi116.xagkwr (mgr.14180) 538 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:37.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:37 smithi116 bash[14016]: cluster 2024-01-18T08:12:36.150308+0000 mon.smithi116 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:12:37.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:37 smithi142 bash[17956]: audit 2024-01-18T08:12:36.025623+0000 mgr.smithi116.xagkwr (mgr.14180) 538 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:37.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:37 smithi142 bash[17956]: cluster 2024-01-18T08:12:36.150308+0000 mon.smithi116 (mon.0) 805 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:12:37.800 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:38.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:38 smithi116 bash[14016]: cluster 2024-01-18T08:12:37.686928+0000 mgr.smithi116.xagkwr (mgr.14180) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:12:38.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:38 smithi142 bash[17956]: cluster 2024-01-18T08:12:37.686928+0000 mgr.smithi116.xagkwr (mgr.14180) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:12:40.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:40 smithi116 bash[14016]: cluster 2024-01-18T08:12:39.687903+0000 mgr.smithi116.xagkwr (mgr.14180) 540 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:40.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:40 smithi116 bash[14016]: audit 2024-01-18T08:12:40.150826+0000 mon.smithi116 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:40.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:40.920 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:41.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:40 smithi142 bash[17956]: cluster 2024-01-18T08:12:39.687903+0000 mgr.smithi116.xagkwr (mgr.14180) 540 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:41.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:40 smithi142 bash[17956]: audit 2024-01-18T08:12:40.150826+0000 mon.smithi116 (mon.0) 806 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:12:41.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:42.696 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:42 smithi116 bash[14016]: audit 2024-01-18T08:12:40.907385+0000 mgr.smithi116.xagkwr (mgr.14180) 541 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:42 smithi116 bash[14016]: cluster 2024-01-18T08:12:41.689051+0000 mgr.smithi116.xagkwr (mgr.14180) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:43.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:42 smithi142 bash[17956]: audit 2024-01-18T08:12:40.907385+0000 mgr.smithi116.xagkwr (mgr.14180) 541 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:42 smithi142 bash[17956]: cluster 2024-01-18T08:12:41.689051+0000 mgr.smithi116.xagkwr (mgr.14180) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:44 smithi116 bash[14016]: cluster 2024-01-18T08:12:43.690140+0000 mgr.smithi116.xagkwr (mgr.14180) 543 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:45.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:44 smithi142 bash[17956]: cluster 2024-01-18T08:12:43.690140+0000 mgr.smithi116.xagkwr (mgr.14180) 543 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-18T08:12:45.604 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:45.605 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:46.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:46.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:46 smithi142 bash[17956]: audit 2024-01-18T08:12:45.591910+0000 mgr.smithi116.xagkwr (mgr.14180) 544 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:46.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:46 smithi142 bash[17956]: cluster 2024-01-18T08:12:45.691234+0000 mgr.smithi116.xagkwr (mgr.14180) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-01-18T08:12:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:46 smithi116 bash[14016]: audit 2024-01-18T08:12:45.591910+0000 mgr.smithi116.xagkwr (mgr.14180) 544 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:46.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:46 smithi116 bash[14016]: cluster 2024-01-18T08:12:45.691234+0000 mgr.smithi116.xagkwr (mgr.14180) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2024-01-18T08:12:47.297 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:49.034 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:48 smithi116 bash[14016]: cluster 2024-01-18T08:12:47.692411+0000 mgr.smithi116.xagkwr (mgr.14180) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:49.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:48 smithi142 bash[17956]: cluster 2024-01-18T08:12:47.692411+0000 mgr.smithi116.xagkwr (mgr.14180) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:50.272 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:50.272 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:50.953 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:51.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:50 smithi116 bash[14016]: cluster 2024-01-18T08:12:49.693684+0000 mgr.smithi116.xagkwr (mgr.14180) 547 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:51.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:50 smithi142 bash[17956]: cluster 2024-01-18T08:12:49.693684+0000 mgr.smithi116.xagkwr (mgr.14180) 547 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:51.954 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:52.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:51 smithi116 bash[14016]: audit 2024-01-18T08:12:50.259238+0000 mgr.smithi116.xagkwr (mgr.14180) 548 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:52.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:51 smithi142 bash[17956]: audit 2024-01-18T08:12:50.259238+0000 mgr.smithi116.xagkwr (mgr.14180) 548 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:52 smithi116 bash[14016]: cluster 2024-01-18T08:12:51.694836+0000 mgr.smithi116.xagkwr (mgr.14180) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:53.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:52 smithi142 bash[17956]: cluster 2024-01-18T08:12:51.694836+0000 mgr.smithi116.xagkwr (mgr.14180) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:54.869 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:54.869 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:12:55.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:54 smithi116 bash[14016]: cluster 2024-01-18T08:12:53.695930+0000 mgr.smithi116.xagkwr (mgr.14180) 550 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:55.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:54 smithi142 bash[17956]: cluster 2024-01-18T08:12:53.695930+0000 mgr.smithi116.xagkwr (mgr.14180) 550 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:55.543 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:12:56.379 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:56 smithi142 bash[17956]: audit 2024-01-18T08:12:54.857231+0000 mgr.smithi116.xagkwr (mgr.14180) 551 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:56 smithi142 bash[17956]: cluster 2024-01-18T08:12:55.697065+0000 mgr.smithi116.xagkwr (mgr.14180) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:56.544 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:12:56.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:56 smithi116 bash[14016]: audit 2024-01-18T08:12:54.857231+0000 mgr.smithi116.xagkwr (mgr.14180) 551 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:12:56.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:56 smithi116 bash[14016]: cluster 2024-01-18T08:12:55.697065+0000 mgr.smithi116.xagkwr (mgr.14180) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:12:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:12:58 smithi116 bash[14016]: cluster 2024-01-18T08:12:57.698115+0000 mgr.smithi116.xagkwr (mgr.14180) 553 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:59.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:12:58 smithi142 bash[17956]: cluster 2024-01-18T08:12:57.698115+0000 mgr.smithi116.xagkwr (mgr.14180) 553 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:12:59.442 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:12:59.443 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:00.100 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:00 smithi116 bash[14016]: audit 2024-01-18T08:12:59.430156+0000 mgr.smithi116.xagkwr (mgr.14180) 554 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:00 smithi116 bash[14016]: cluster 2024-01-18T08:12:59.698956+0000 mgr.smithi116.xagkwr (mgr.14180) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:01.101 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:01.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:00 smithi142 bash[17956]: audit 2024-01-18T08:12:59.430156+0000 mgr.smithi116.xagkwr (mgr.14180) 554 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:01.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:00 smithi142 bash[17956]: cluster 2024-01-18T08:12:59.698956+0000 mgr.smithi116.xagkwr (mgr.14180) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:03.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:02 smithi116 bash[14016]: cluster 2024-01-18T08:13:01.699588+0000 mgr.smithi116.xagkwr (mgr.14180) 556 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:03.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:02 smithi142 bash[17956]: cluster 2024-01-18T08:13:01.699588+0000 mgr.smithi116.xagkwr (mgr.14180) 556 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:04.093 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:04.093 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:04.790 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:04 smithi116 bash[14016]: cluster 2024-01-18T08:13:03.700215+0000 mgr.smithi116.xagkwr (mgr.14180) 557 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:05.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:04 smithi142 bash[17956]: cluster 2024-01-18T08:13:03.700215+0000 mgr.smithi116.xagkwr (mgr.14180) 557 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:05.791 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:06.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:05 smithi116 bash[14016]: audit 2024-01-18T08:13:04.083817+0000 mgr.smithi116.xagkwr (mgr.14180) 558 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:06.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:05 smithi142 bash[17956]: audit 2024-01-18T08:13:04.083817+0000 mgr.smithi116.xagkwr (mgr.14180) 558 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:07.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:06 smithi116 bash[14016]: cluster 2024-01-18T08:13:05.701338+0000 mgr.smithi116.xagkwr (mgr.14180) 559 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:07.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:06 smithi142 bash[17956]: cluster 2024-01-18T08:13:05.701338+0000 mgr.smithi116.xagkwr (mgr.14180) 559 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:08.861 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:08.861 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:09.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:08 smithi116 bash[14016]: cluster 2024-01-18T08:13:07.702390+0000 mgr.smithi116.xagkwr (mgr.14180) 560 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:09.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:08 smithi142 bash[17956]: cluster 2024-01-18T08:13:07.702390+0000 mgr.smithi116.xagkwr (mgr.14180) 560 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:09.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:10.525 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:11.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:10 smithi116 bash[14016]: audit 2024-01-18T08:13:08.847748+0000 mgr.smithi116.xagkwr (mgr.14180) 561 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:11.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:10 smithi116 bash[14016]: cluster 2024-01-18T08:13:09.703614+0000 mgr.smithi116.xagkwr (mgr.14180) 562 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:11.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:10 smithi142 bash[17956]: audit 2024-01-18T08:13:08.847748+0000 mgr.smithi116.xagkwr (mgr.14180) 561 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:11.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:10 smithi142 bash[17956]: cluster 2024-01-18T08:13:09.703614+0000 mgr.smithi116.xagkwr (mgr.14180) 562 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:13.083 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:12 smithi116 bash[14016]: cluster 2024-01-18T08:13:11.704764+0000 mgr.smithi116.xagkwr (mgr.14180) 563 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:13.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:12 smithi142 bash[17956]: cluster 2024-01-18T08:13:11.704764+0000 mgr.smithi116.xagkwr (mgr.14180) 563 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:13.472 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:13.472 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:14.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:15.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:14 smithi142 bash[17956]: audit 2024-01-18T08:13:13.458069+0000 mgr.smithi116.xagkwr (mgr.14180) 564 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:15.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:14 smithi142 bash[17956]: cluster 2024-01-18T08:13:13.706004+0000 mgr.smithi116.xagkwr (mgr.14180) 565 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:15.186 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:15.197 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:14 smithi116 bash[14016]: audit 2024-01-18T08:13:13.458069+0000 mgr.smithi116.xagkwr (mgr.14180) 564 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:15.198 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:14 smithi116 bash[14016]: cluster 2024-01-18T08:13:13.706004+0000 mgr.smithi116.xagkwr (mgr.14180) 565 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:16.453 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:16 smithi116 bash[14016]: cluster 2024-01-18T08:13:15.707217+0000 mgr.smithi116.xagkwr (mgr.14180) 566 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:16.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:16 smithi142 bash[17956]: cluster 2024-01-18T08:13:15.707217+0000 mgr.smithi116.xagkwr (mgr.14180) 566 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:18.086 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:18.086 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:18.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:19.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:18 smithi116 bash[14016]: cluster 2024-01-18T08:13:17.708307+0000 mgr.smithi116.xagkwr (mgr.14180) 567 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:19.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:18 smithi142 bash[17956]: cluster 2024-01-18T08:13:17.708307+0000 mgr.smithi116.xagkwr (mgr.14180) 567 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:19.744 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:19 smithi116 bash[14016]: audit 2024-01-18T08:13:18.070897+0000 mgr.smithi116.xagkwr (mgr.14180) 568 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:20.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:19 smithi142 bash[17956]: audit 2024-01-18T08:13:18.070897+0000 mgr.smithi116.xagkwr (mgr.14180) 568 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:20.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:20 smithi116 bash[14016]: cluster 2024-01-18T08:13:19.709500+0000 mgr.smithi116.xagkwr (mgr.14180) 569 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:21.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:20 smithi142 bash[17956]: cluster 2024-01-18T08:13:19.709500+0000 mgr.smithi116.xagkwr (mgr.14180) 569 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:22.646 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:22.647 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:22 smithi116 bash[14016]: cluster 2024-01-18T08:13:21.710332+0000 mgr.smithi116.xagkwr (mgr.14180) 570 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:23.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:22 smithi142 bash[17956]: cluster 2024-01-18T08:13:21.710332+0000 mgr.smithi116.xagkwr (mgr.14180) 570 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:23.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:23 smithi116 bash[14016]: audit 2024-01-18T08:13:22.634780+0000 mgr.smithi116.xagkwr (mgr.14180) 571 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:24.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:23 smithi142 bash[17956]: audit 2024-01-18T08:13:22.634780+0000 mgr.smithi116.xagkwr (mgr.14180) 571 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:24.337 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:25.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:24 smithi116 bash[14016]: cluster 2024-01-18T08:13:23.711498+0000 mgr.smithi116.xagkwr (mgr.14180) 572 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:25.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:24 smithi142 bash[17956]: cluster 2024-01-18T08:13:23.711498+0000 mgr.smithi116.xagkwr (mgr.14180) 572 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:26.383 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:26 smithi116 bash[14016]: cluster 2024-01-18T08:13:25.712723+0000 mgr.smithi116.xagkwr (mgr.14180) 573 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:26.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:26 smithi142 bash[17956]: cluster 2024-01-18T08:13:25.712723+0000 mgr.smithi116.xagkwr (mgr.14180) 573 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:27.542 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:27.542 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:28.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:28 smithi116 bash[14016]: audit 2024-01-18T08:13:27.533594+0000 mgr.smithi116.xagkwr (mgr.14180) 574 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:28 smithi116 bash[14016]: cluster 2024-01-18T08:13:27.713406+0000 mgr.smithi116.xagkwr (mgr.14180) 575 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:29.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:28 smithi142 bash[17956]: audit 2024-01-18T08:13:27.533594+0000 mgr.smithi116.xagkwr (mgr.14180) 574 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:28 smithi142 bash[17956]: cluster 2024-01-18T08:13:27.713406+0000 mgr.smithi116.xagkwr (mgr.14180) 575 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:29.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:30 smithi116 bash[14016]: cluster 2024-01-18T08:13:29.714543+0000 mgr.smithi116.xagkwr (mgr.14180) 576 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:31.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:30 smithi142 bash[17956]: cluster 2024-01-18T08:13:29.714543+0000 mgr.smithi116.xagkwr (mgr.14180) 576 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:32.264 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:32.264 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:32.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:32 smithi116 bash[14016]: cluster 2024-01-18T08:13:31.715201+0000 mgr.smithi116.xagkwr (mgr.14180) 577 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:33.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:32 smithi142 bash[17956]: cluster 2024-01-18T08:13:31.715201+0000 mgr.smithi116.xagkwr (mgr.14180) 577 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:33.977 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:34.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:33 smithi116 bash[14016]: audit 2024-01-18T08:13:32.249772+0000 mgr.smithi116.xagkwr (mgr.14180) 578 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:34.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:33 smithi142 bash[17956]: audit 2024-01-18T08:13:32.249772+0000 mgr.smithi116.xagkwr (mgr.14180) 578 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:35.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:34 smithi116 bash[14016]: cluster 2024-01-18T08:13:33.716221+0000 mgr.smithi116.xagkwr (mgr.14180) 579 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:35.129 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:34 smithi142 bash[17956]: cluster 2024-01-18T08:13:33.716221+0000 mgr.smithi116.xagkwr (mgr.14180) 579 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:35.688876+0000 mon.smithi116 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: cluster 2024-01-18T08:13:35.717404+0000 mgr.smithi116.xagkwr (mgr.14180) 580 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:35.987246+0000 mon.smithi116 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:35.988910+0000 mon.smithi116 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:35.995992+0000 mon.smithi116 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:36.002956+0000 mon.smithi116 (mon.0) 811 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:13:36.409 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:36 smithi116 bash[14016]: audit 2024-01-18T08:13:36.016375+0000 mon.smithi116 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:35.688876+0000 mon.smithi116 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: cluster 2024-01-18T08:13:35.717404+0000 mgr.smithi116.xagkwr (mgr.14180) 580 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:35.987246+0000 mon.smithi116 (mon.0) 808 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:35.988910+0000 mon.smithi116 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:35.995992+0000 mon.smithi116 (mon.0) 810 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:36.002956+0000 mon.smithi116 (mon.0) 811 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:13:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:36 smithi142 bash[17956]: audit 2024-01-18T08:13:36.016375+0000 mon.smithi116 (mon.0) 812 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:36.788 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:36.788 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:11:27.404515Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wuowsd on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:37.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:37 smithi116 bash[14016]: cluster 2024-01-18T08:13:35.996771+0000 mgr.smithi116.xagkwr (mgr.14180) 581 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:37.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:37 smithi116 bash[14016]: cephadm 2024-01-18T08:13:36.019079+0000 mgr.smithi116.xagkwr (mgr.14180) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ddalel on smithi142 2024-01-18T08:13:37.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:37 smithi116 bash[14016]: cluster 2024-01-18T08:13:36.125989+0000 mon.smithi116 (mon.0) 813 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:13:37.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:37 smithi116 bash[14016]: cluster 2024-01-18T08:13:36.126052+0000 mon.smithi116 (mon.0) 814 : cluster [INF] Cluster is now healthy 2024-01-18T08:13:37.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:37 smithi116 bash[14016]: audit 2024-01-18T08:13:36.775949+0000 mgr.smithi116.xagkwr (mgr.14180) 583 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:37.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:37.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:37 smithi142 bash[17956]: cluster 2024-01-18T08:13:35.996771+0000 mgr.smithi116.xagkwr (mgr.14180) 581 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:37.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:37 smithi142 bash[17956]: cephadm 2024-01-18T08:13:36.019079+0000 mgr.smithi116.xagkwr (mgr.14180) 582 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ddalel on smithi142 2024-01-18T08:13:37.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:37 smithi142 bash[17956]: cluster 2024-01-18T08:13:36.125989+0000 mon.smithi116 (mon.0) 813 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:13:37.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:37 smithi142 bash[17956]: cluster 2024-01-18T08:13:36.126052+0000 mon.smithi116 (mon.0) 814 : cluster [INF] Cluster is now healthy 2024-01-18T08:13:37.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:37 smithi142 bash[17956]: audit 2024-01-18T08:13:36.775949+0000 mgr.smithi116.xagkwr (mgr.14180) 583 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:38.455 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:39.486 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:39 smithi142 bash[17956]: cluster 2024-01-18T08:13:37.997587+0000 mgr.smithi116.xagkwr (mgr.14180) 584 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:39.508 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:39 smithi116 bash[14016]: cluster 2024-01-18T08:13:37.997587+0000 mgr.smithi116.xagkwr (mgr.14180) 584 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:40 smithi116 bash[14016]: audit 2024-01-18T08:13:39.938018+0000 mon.smithi116 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ddalel"}]: dispatch 2024-01-18T08:13:40.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:40 smithi142 bash[17956]: audit 2024-01-18T08:13:39.938018+0000 mon.smithi116 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ddalel"}]: dispatch 2024-01-18T08:13:41.439 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:41.440 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:31.882602Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.yvzude on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-yvzude\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.yvzude\nDeploy daemon haproxy.nfs.foo.smithi142.yvzude ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.680152Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.goktzv on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-goktzv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.goktzv\nDeploy daemon haproxy.nfs.foo.smithi116.goktzv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:12:35.682373Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zthlca on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: cephadm 2024-01-18T08:13:39.937282+0000 mgr.smithi116.xagkwr (mgr.14180) 585 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: cephadm 2024-01-18T08:13:39.937619+0000 mgr.smithi116.xagkwr (mgr.14180) 586 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: cephadm 2024-01-18T08:13:39.939251+0000 mgr.smithi116.xagkwr (mgr.14180) 587 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: cephadm 2024-01-18T08:13:39.941797+0000 mgr.smithi116.xagkwr (mgr.14180) 588 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.dozgle on smithi116 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: cluster 2024-01-18T08:13:39.998466+0000 mgr.smithi116.xagkwr (mgr.14180) 589 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:41.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:41 smithi116 bash[14016]: audit 2024-01-18T08:13:40.530000+0000 mon.smithi116 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: cephadm 2024-01-18T08:13:39.937282+0000 mgr.smithi116.xagkwr (mgr.14180) 585 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: cephadm 2024-01-18T08:13:39.937619+0000 mgr.smithi116.xagkwr (mgr.14180) 586 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: cephadm 2024-01-18T08:13:39.939251+0000 mgr.smithi116.xagkwr (mgr.14180) 587 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel 2024-01-18T08:13:41.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ddalel ... 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: cephadm 2024-01-18T08:13:39.941797+0000 mgr.smithi116.xagkwr (mgr.14180) 588 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.dozgle on smithi116 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: cluster 2024-01-18T08:13:39.998466+0000 mgr.smithi116.xagkwr (mgr.14180) 589 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:41.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:41 smithi142 bash[17956]: audit 2024-01-18T08:13:40.530000+0000 mon.smithi116 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:42.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:42.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:42 smithi116 bash[14016]: audit 2024-01-18T08:13:41.425187+0000 mgr.smithi116.xagkwr (mgr.14180) 590 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:42.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:42 smithi142 bash[17956]: audit 2024-01-18T08:13:41.425187+0000 mgr.smithi116.xagkwr (mgr.14180) 590 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:43.177 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:43.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:43 smithi116 bash[14016]: cluster 2024-01-18T08:13:41.999343+0000 mgr.smithi116.xagkwr (mgr.14180) 591 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:43.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:43 smithi142 bash[17956]: cluster 2024-01-18T08:13:41.999343+0000 mgr.smithi116.xagkwr (mgr.14180) 591 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:44.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:44 smithi142 bash[17956]: audit 2024-01-18T08:13:44.260260+0000 mon.smithi116 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.dozgle"}]: dispatch 2024-01-18T08:13:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:44 smithi116 bash[14016]: audit 2024-01-18T08:13:44.260260+0000 mon.smithi116 (mon.0) 817 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.dozgle"}]: dispatch 2024-01-18T08:13:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cluster 2024-01-18T08:13:43.999865+0000 mgr.smithi116.xagkwr (mgr.14180) 592 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cephadm 2024-01-18T08:13:44.259176+0000 mgr.smithi116.xagkwr (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:13:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:45.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cephadm 2024-01-18T08:13:44.259730+0000 mgr.smithi116.xagkwr (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cephadm 2024-01-18T08:13:44.261253+0000 mgr.smithi116.xagkwr (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cephadm 2024-01-18T08:13:44.264205+0000 mgr.smithi116.xagkwr (mgr.14180) 596 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:45.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cephadm 2024-01-18T08:13:44.266720+0000 mgr.smithi116.xagkwr (mgr.14180) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:45.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cluster 2024-01-18T08:13:44.267757+0000 mgr.smithi116.xagkwr (mgr.14180) 598 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-18T08:13:45.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: cluster 2024-01-18T08:13:44.543191+0000 mon.smithi116 (mon.0) 818 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:13:45.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:45 smithi142 bash[17956]: audit 2024-01-18T08:13:45.195482+0000 mon.smithi116 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cluster 2024-01-18T08:13:43.999865+0000 mgr.smithi116.xagkwr (mgr.14180) 592 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cephadm 2024-01-18T08:13:44.259176+0000 mgr.smithi116.xagkwr (mgr.14180) 593 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:46.044 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.045 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cephadm 2024-01-18T08:13:44.259730+0000 mgr.smithi116.xagkwr (mgr.14180) 594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cephadm 2024-01-18T08:13:44.261253+0000 mgr.smithi116.xagkwr (mgr.14180) 595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle 2024-01-18T08:13:46.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.dozgle ... 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cephadm 2024-01-18T08:13:44.264205+0000 mgr.smithi116.xagkwr (mgr.14180) 596 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cephadm 2024-01-18T08:13:44.266720+0000 mgr.smithi116.xagkwr (mgr.14180) 597 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cluster 2024-01-18T08:13:44.267757+0000 mgr.smithi116.xagkwr (mgr.14180) 598 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: cluster 2024-01-18T08:13:44.543191+0000 mon.smithi116 (mon.0) 818 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:13:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:45 smithi116 bash[14016]: audit 2024-01-18T08:13:45.195482+0000 mon.smithi116 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:46.471 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:46.471 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:47.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:47.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:47 smithi142 bash[17956]: cluster 2024-01-18T08:13:46.268722+0000 mgr.smithi116.xagkwr (mgr.14180) 599 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:47.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:47 smithi142 bash[17956]: audit 2024-01-18T08:13:46.458570+0000 mgr.smithi116.xagkwr (mgr.14180) 600 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:48.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:47 smithi116 bash[14016]: cluster 2024-01-18T08:13:46.268722+0000 mgr.smithi116.xagkwr (mgr.14180) 599 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:48.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:47 smithi116 bash[14016]: audit 2024-01-18T08:13:46.458570+0000 mgr.smithi116.xagkwr (mgr.14180) 600 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:48.193 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:49.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:49 smithi116 bash[14016]: cluster 2024-01-18T08:13:48.269895+0000 mgr.smithi116.xagkwr (mgr.14180) 601 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:49 smithi142 bash[17956]: cluster 2024-01-18T08:13:48.269895+0000 mgr.smithi116.xagkwr (mgr.14180) 601 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:51.133 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:51.134 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:51.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:51 smithi116 bash[14016]: cluster 2024-01-18T08:13:50.271188+0000 mgr.smithi116.xagkwr (mgr.14180) 602 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:51.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:51 smithi142 bash[17956]: cluster 2024-01-18T08:13:50.271188+0000 mgr.smithi116.xagkwr (mgr.14180) 602 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:51.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:52.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:52 smithi116 bash[14016]: audit 2024-01-18T08:13:51.121037+0000 mgr.smithi116.xagkwr (mgr.14180) 603 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:52.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:52 smithi142 bash[17956]: audit 2024-01-18T08:13:51.121037+0000 mgr.smithi116.xagkwr (mgr.14180) 603 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:52.836 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:53 smithi116 bash[14016]: cluster 2024-01-18T08:13:52.272469+0000 mgr.smithi116.xagkwr (mgr.14180) 604 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:53.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:53 smithi142 bash[17956]: cluster 2024-01-18T08:13:52.272469+0000 mgr.smithi116.xagkwr (mgr.14180) 604 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:13:55.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:55 smithi142 bash[17956]: cluster 2024-01-18T08:13:54.273279+0000 mgr.smithi116.xagkwr (mgr.14180) 605 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-01-18T08:13:55.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:55 smithi116 bash[14016]: cluster 2024-01-18T08:13:54.273279+0000 mgr.smithi116.xagkwr (mgr.14180) 605 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-01-18T08:13:55.900 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:13:55.900 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:13:56.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:13:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:56 smithi116 bash[14016]: audit 2024-01-18T08:13:55.529174+0000 mon.smithi116 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:56.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:56 smithi142 bash[17956]: audit 2024-01-18T08:13:55.529174+0000 mon.smithi116 (mon.0) 820 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:13:57.516 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:13:57.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:57 smithi116 bash[14016]: audit 2024-01-18T08:13:55.887299+0000 mgr.smithi116.xagkwr (mgr.14180) 606 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:57.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:57 smithi116 bash[14016]: cluster 2024-01-18T08:13:56.274703+0000 mgr.smithi116.xagkwr (mgr.14180) 607 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:57.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:57 smithi142 bash[17956]: audit 2024-01-18T08:13:55.887299+0000 mgr.smithi116.xagkwr (mgr.14180) 606 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:13:57.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:57 smithi142 bash[17956]: cluster 2024-01-18T08:13:56.274703+0000 mgr.smithi116.xagkwr (mgr.14180) 607 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:59.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:13:59 smithi116 bash[14016]: cluster 2024-01-18T08:13:58.275873+0000 mgr.smithi116.xagkwr (mgr.14180) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:13:59.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:13:59 smithi142 bash[17956]: cluster 2024-01-18T08:13:58.275873+0000 mgr.smithi116.xagkwr (mgr.14180) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:00.487 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:00.487 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:01.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:01 smithi116 bash[14016]: cluster 2024-01-18T08:14:00.276887+0000 mgr.smithi116.xagkwr (mgr.14180) 609 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:01 smithi116 bash[14016]: audit 2024-01-18T08:14:00.474573+0000 mgr.smithi116.xagkwr (mgr.14180) 610 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:01.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:01 smithi142 bash[17956]: cluster 2024-01-18T08:14:00.276887+0000 mgr.smithi116.xagkwr (mgr.14180) 609 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:01 smithi142 bash[17956]: audit 2024-01-18T08:14:00.474573+0000 mgr.smithi116.xagkwr (mgr.14180) 610 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:02.230 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:03.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:03 smithi116 bash[14016]: cluster 2024-01-18T08:14:02.278062+0000 mgr.smithi116.xagkwr (mgr.14180) 611 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:03.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:03 smithi142 bash[17956]: cluster 2024-01-18T08:14:02.278062+0000 mgr.smithi116.xagkwr (mgr.14180) 611 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:04.992 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:04.992 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:05.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:05 smithi116 bash[14016]: cluster 2024-01-18T08:14:04.279257+0000 mgr.smithi116.xagkwr (mgr.14180) 612 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:05.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:05 smithi142 bash[17956]: cluster 2024-01-18T08:14:04.279257+0000 mgr.smithi116.xagkwr (mgr.14180) 612 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:05.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:06.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:06 smithi142 bash[17956]: audit 2024-01-18T08:14:04.983468+0000 mgr.smithi116.xagkwr (mgr.14180) 613 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:06.681 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:06.694 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:06 smithi116 bash[14016]: audit 2024-01-18T08:14:04.983468+0000 mgr.smithi116.xagkwr (mgr.14180) 613 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:07.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:07 smithi116 bash[14016]: cluster 2024-01-18T08:14:06.280493+0000 mgr.smithi116.xagkwr (mgr.14180) 614 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:07.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:07 smithi142 bash[17956]: cluster 2024-01-18T08:14:06.280493+0000 mgr.smithi116.xagkwr (mgr.14180) 614 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:09.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:09 smithi116 bash[14016]: cluster 2024-01-18T08:14:08.281653+0000 mgr.smithi116.xagkwr (mgr.14180) 615 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:09.575 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:09.576 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:09.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:09 smithi142 bash[17956]: cluster 2024-01-18T08:14:08.281653+0000 mgr.smithi116.xagkwr (mgr.14180) 615 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:10.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:10 smithi116 bash[14016]: audit 2024-01-18T08:14:09.560928+0000 mgr.smithi116.xagkwr (mgr.14180) 616 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:10.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:10 smithi142 bash[17956]: audit 2024-01-18T08:14:09.560928+0000 mgr.smithi116.xagkwr (mgr.14180) 616 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:11.292 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:11.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:11 smithi116 bash[14016]: cluster 2024-01-18T08:14:10.282869+0000 mgr.smithi116.xagkwr (mgr.14180) 617 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:11.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:11 smithi142 bash[17956]: cluster 2024-01-18T08:14:10.282869+0000 mgr.smithi116.xagkwr (mgr.14180) 617 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:13.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:13 smithi116 bash[14016]: cluster 2024-01-18T08:14:12.283896+0000 mgr.smithi116.xagkwr (mgr.14180) 618 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:13.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:13 smithi142 bash[17956]: cluster 2024-01-18T08:14:12.283896+0000 mgr.smithi116.xagkwr (mgr.14180) 618 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:14.259 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:14.259 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:15.007 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:15.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:15 smithi116 bash[14016]: audit 2024-01-18T08:14:14.243536+0000 mgr.smithi116.xagkwr (mgr.14180) 619 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:15.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:15 smithi116 bash[14016]: cluster 2024-01-18T08:14:14.284909+0000 mgr.smithi116.xagkwr (mgr.14180) 620 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:15.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:15 smithi142 bash[17956]: audit 2024-01-18T08:14:14.243536+0000 mgr.smithi116.xagkwr (mgr.14180) 619 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:15 smithi142 bash[17956]: cluster 2024-01-18T08:14:14.284909+0000 mgr.smithi116.xagkwr (mgr.14180) 620 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:16.008 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:17.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:17 smithi116 bash[14016]: cluster 2024-01-18T08:14:16.286166+0000 mgr.smithi116.xagkwr (mgr.14180) 621 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:17.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:17 smithi142 bash[17956]: cluster 2024-01-18T08:14:16.286166+0000 mgr.smithi116.xagkwr (mgr.14180) 621 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:18.944 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:18.944 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:19.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:19.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:19 smithi116 bash[14016]: cluster 2024-01-18T08:14:18.287377+0000 mgr.smithi116.xagkwr (mgr.14180) 622 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:19.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:19 smithi142 bash[17956]: cluster 2024-01-18T08:14:18.287377+0000 mgr.smithi116.xagkwr (mgr.14180) 622 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:20.605 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:20.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:20 smithi116 bash[14016]: audit 2024-01-18T08:14:18.930597+0000 mgr.smithi116.xagkwr (mgr.14180) 623 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:20 smithi142 bash[17956]: audit 2024-01-18T08:14:18.930597+0000 mgr.smithi116.xagkwr (mgr.14180) 623 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:21.673 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:21 smithi116 bash[14016]: cluster 2024-01-18T08:14:20.288554+0000 mgr.smithi116.xagkwr (mgr.14180) 624 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:21.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:21 smithi142 bash[17956]: cluster 2024-01-18T08:14:20.288554+0000 mgr.smithi116.xagkwr (mgr.14180) 624 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:23.417 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:23.417 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:23.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:23 smithi116 bash[14016]: cluster 2024-01-18T08:14:22.289716+0000 mgr.smithi116.xagkwr (mgr.14180) 625 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:23.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:23 smithi142 bash[17956]: cluster 2024-01-18T08:14:22.289716+0000 mgr.smithi116.xagkwr (mgr.14180) 625 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:24.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:24.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:24 smithi116 bash[14016]: audit 2024-01-18T08:14:23.406587+0000 mgr.smithi116.xagkwr (mgr.14180) 626 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:24.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:24 smithi142 bash[17956]: audit 2024-01-18T08:14:23.406587+0000 mgr.smithi116.xagkwr (mgr.14180) 626 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:25.145 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:25.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:25 smithi116 bash[14016]: cluster 2024-01-18T08:14:24.290880+0000 mgr.smithi116.xagkwr (mgr.14180) 627 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:25.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:25 smithi142 bash[17956]: cluster 2024-01-18T08:14:24.290880+0000 mgr.smithi116.xagkwr (mgr.14180) 627 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:27.718 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:27 smithi116 bash[14016]: cluster 2024-01-18T08:14:26.292079+0000 mgr.smithi116.xagkwr (mgr.14180) 628 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:27.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:27 smithi142 bash[17956]: cluster 2024-01-18T08:14:26.292079+0000 mgr.smithi116.xagkwr (mgr.14180) 628 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:28.088 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:28.088 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:28.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:29.713 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:29.726 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:29 smithi116 bash[14016]: audit 2024-01-18T08:14:28.079605+0000 mgr.smithi116.xagkwr (mgr.14180) 629 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:29.726 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:29 smithi116 bash[14016]: cluster 2024-01-18T08:14:28.293256+0000 mgr.smithi116.xagkwr (mgr.14180) 630 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:29.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:29 smithi142 bash[17956]: audit 2024-01-18T08:14:28.079605+0000 mgr.smithi116.xagkwr (mgr.14180) 629 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:29 smithi142 bash[17956]: cluster 2024-01-18T08:14:28.293256+0000 mgr.smithi116.xagkwr (mgr.14180) 630 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:31 smithi116 bash[14016]: cluster 2024-01-18T08:14:30.294429+0000 mgr.smithi116.xagkwr (mgr.14180) 631 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:31.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:31 smithi142 bash[17956]: cluster 2024-01-18T08:14:30.294429+0000 mgr.smithi116.xagkwr (mgr.14180) 631 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:32.656 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:32.656 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:33.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:33 smithi142 bash[17956]: cluster 2024-01-18T08:14:32.295460+0000 mgr.smithi116.xagkwr (mgr.14180) 632 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:33.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:33 smithi142 bash[17956]: audit 2024-01-18T08:14:32.642497+0000 mgr.smithi116.xagkwr (mgr.14180) 633 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:33.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:33 smithi116 bash[14016]: cluster 2024-01-18T08:14:32.295460+0000 mgr.smithi116.xagkwr (mgr.14180) 632 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:33.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:33 smithi116 bash[14016]: audit 2024-01-18T08:14:32.642497+0000 mgr.smithi116.xagkwr (mgr.14180) 633 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:34.356 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:35.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:35 smithi142 bash[17956]: cluster 2024-01-18T08:14:34.296501+0000 mgr.smithi116.xagkwr (mgr.14180) 634 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:35.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:35 smithi116 bash[14016]: cluster 2024-01-18T08:14:34.296501+0000 mgr.smithi116.xagkwr (mgr.14180) 634 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:37.456 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:37.456 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:37.623 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:37 smithi116 bash[14016]: cluster 2024-01-18T08:14:36.297352+0000 mgr.smithi116.xagkwr (mgr.14180) 635 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:37.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:37 smithi142 bash[17956]: cluster 2024-01-18T08:14:36.297352+0000 mgr.smithi116.xagkwr (mgr.14180) 635 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:38.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:38.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:38 smithi142 bash[17956]: audit 2024-01-18T08:14:37.442330+0000 mgr.smithi116.xagkwr (mgr.14180) 636 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:38.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:38 smithi116 bash[14016]: audit 2024-01-18T08:14:37.442330+0000 mgr.smithi116.xagkwr (mgr.14180) 636 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:39.119 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:39.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:39 smithi116 bash[14016]: cluster 2024-01-18T08:14:38.298523+0000 mgr.smithi116.xagkwr (mgr.14180) 637 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:39.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:39 smithi142 bash[17956]: cluster 2024-01-18T08:14:38.298523+0000 mgr.smithi116.xagkwr (mgr.14180) 637 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:41.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:41 smithi116 bash[14016]: cluster 2024-01-18T08:14:40.299711+0000 mgr.smithi116.xagkwr (mgr.14180) 638 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:41.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:41 smithi142 bash[17956]: cluster 2024-01-18T08:14:40.299711+0000 mgr.smithi116.xagkwr (mgr.14180) 638 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:42.094 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:42.095 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:42.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:43.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:43 smithi142 bash[17956]: audit 2024-01-18T08:14:42.085405+0000 mgr.smithi116.xagkwr (mgr.14180) 639 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:43.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:43 smithi142 bash[17956]: cluster 2024-01-18T08:14:42.300883+0000 mgr.smithi116.xagkwr (mgr.14180) 640 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:43.770 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:43.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:43 smithi116 bash[14016]: audit 2024-01-18T08:14:42.085405+0000 mgr.smithi116.xagkwr (mgr.14180) 639 : audit [DBG] from='client.14914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:43.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:43 smithi116 bash[14016]: cluster 2024-01-18T08:14:42.300883+0000 mgr.smithi116.xagkwr (mgr.14180) 640 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:14:44.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:44 smithi142 bash[17956]: audit 2024-01-18T08:14:44.271814+0000 mon.smithi116 (mon.0) 821 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:44.691 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:44 smithi116 bash[14016]: audit 2024-01-18T08:14:44.271814+0000 mon.smithi116 (mon.0) 821 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: cluster 2024-01-18T08:14:44.301906+0000 mgr.smithi116.xagkwr (mgr.14180) 641 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.576019+0000 mon.smithi116 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.576269+0000 mon.smithi116 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.577110+0000 mon.smithi116 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.577355+0000 mon.smithi116 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.578118+0000 mon.smithi116 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.578397+0000 mon.smithi116 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.579053+0000 mon.smithi116 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.579493+0000 mon.smithi116 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: cephadm 2024-01-18T08:14:44.580013+0000 mgr.smithi116.xagkwr (mgr.14180) 642 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 1980M 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: cephadm 2024-01-18T08:14:44.580380+0000 mgr.smithi116.xagkwr (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 2748M 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.587199+0000 mon.smithi116 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.593907+0000 mon.smithi116 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.594983+0000 mon.smithi116 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.595828+0000 mon.smithi116 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.600067+0000 mon.smithi116 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: cluster 2024-01-18T08:14:44.600809+0000 mgr.smithi116.xagkwr (mgr.14180) 644 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.605147+0000 mon.smithi116 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: audit 2024-01-18T08:14:44.620702+0000 mon.smithi116 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:45 smithi142 bash[17956]: cephadm 2024-01-18T08:14:44.623404+0000 mgr.smithi116.xagkwr (mgr.14180) 645 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gfllpt on smithi142 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: cluster 2024-01-18T08:14:44.301906+0000 mgr.smithi116.xagkwr (mgr.14180) 641 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.576019+0000 mon.smithi116 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.576269+0000 mon.smithi116 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.577110+0000 mon.smithi116 (mon.0) 824 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.577355+0000 mon.smithi116 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.578118+0000 mon.smithi116 (mon.0) 826 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.578397+0000 mon.smithi116 (mon.0) 827 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.579053+0000 mon.smithi116 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.579493+0000 mon.smithi116 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: cephadm 2024-01-18T08:14:44.580013+0000 mgr.smithi116.xagkwr (mgr.14180) 642 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 1980M 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: cephadm 2024-01-18T08:14:44.580380+0000 mgr.smithi116.xagkwr (mgr.14180) 643 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 2748M 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.587199+0000 mon.smithi116 (mon.0) 830 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.593907+0000 mon.smithi116 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.594983+0000 mon.smithi116 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.595828+0000 mon.smithi116 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.600067+0000 mon.smithi116 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: cluster 2024-01-18T08:14:44.600809+0000 mgr.smithi116.xagkwr (mgr.14180) 644 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.605147+0000 mon.smithi116 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: audit 2024-01-18T08:14:44.620702+0000 mon.smithi116 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:45.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:45 smithi116 bash[14016]: cephadm 2024-01-18T08:14:44.623404+0000 mgr.smithi116.xagkwr (mgr.14180) 645 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.gfllpt on smithi142 2024-01-18T08:14:46.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:46 smithi142 bash[17956]: cluster 2024-01-18T08:14:45.598908+0000 mon.smithi116 (mon.0) 837 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:14:46.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:46 smithi142 bash[17956]: cluster 2024-01-18T08:14:45.598996+0000 mon.smithi116 (mon.0) 838 : cluster [INF] Cluster is now healthy 2024-01-18T08:14:46.710 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:46.710 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:12:35.684428Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.xkfxfs on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:46.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:46 smithi116 bash[14016]: cluster 2024-01-18T08:14:45.598908+0000 mon.smithi116 (mon.0) 837 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:14:46.743 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:46 smithi116 bash[14016]: cluster 2024-01-18T08:14:45.598996+0000 mon.smithi116 (mon.0) 838 : cluster [INF] Cluster is now healthy 2024-01-18T08:14:47.443 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:47 smithi116 bash[14016]: cluster 2024-01-18T08:14:46.601631+0000 mgr.smithi116.xagkwr (mgr.14180) 646 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:47.444 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:47 smithi116 bash[14016]: audit 2024-01-18T08:14:46.695735+0000 mgr.smithi116.xagkwr (mgr.14180) 647 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:47.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:47.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:47 smithi142 bash[17956]: cluster 2024-01-18T08:14:46.601631+0000 mgr.smithi116.xagkwr (mgr.14180) 646 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:47.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:47 smithi142 bash[17956]: audit 2024-01-18T08:14:46.695735+0000 mgr.smithi116.xagkwr (mgr.14180) 647 : audit [DBG] from='client.14918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:48.445 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:48.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:48 smithi142 bash[17956]: audit 2024-01-18T08:14:48.436207+0000 mon.smithi116 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gfllpt"}]: dispatch 2024-01-18T08:14:48.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:48 smithi116 bash[14016]: audit 2024-01-18T08:14:48.436207+0000 mon.smithi116 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.gfllpt"}]: dispatch 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: cephadm 2024-01-18T08:14:48.435221+0000 mgr.smithi116.xagkwr (mgr.14180) 648 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: cephadm 2024-01-18T08:14:48.435649+0000 mgr.smithi116.xagkwr (mgr.14180) 649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: cephadm 2024-01-18T08:14:48.437630+0000 mgr.smithi116.xagkwr (mgr.14180) 650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: cephadm 2024-01-18T08:14:48.441952+0000 mgr.smithi116.xagkwr (mgr.14180) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.tbldrm on smithi116 2024-01-18T08:14:49.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:49 smithi116 bash[14016]: cluster 2024-01-18T08:14:48.602433+0000 mgr.smithi116.xagkwr (mgr.14180) 652 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: cephadm 2024-01-18T08:14:48.435221+0000 mgr.smithi116.xagkwr (mgr.14180) 648 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: cephadm 2024-01-18T08:14:48.435649+0000 mgr.smithi116.xagkwr (mgr.14180) 649 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: cephadm 2024-01-18T08:14:48.437630+0000 mgr.smithi116.xagkwr (mgr.14180) 650 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.gfllpt ... 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:49.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:49.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: cephadm 2024-01-18T08:14:48.441952+0000 mgr.smithi116.xagkwr (mgr.14180) 651 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.tbldrm on smithi116 2024-01-18T08:14:49.887 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:49 smithi142 bash[17956]: cluster 2024-01-18T08:14:48.602433+0000 mgr.smithi116.xagkwr (mgr.14180) 652 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:51 smithi116 bash[14016]: cluster 2024-01-18T08:14:50.603302+0000 mgr.smithi116.xagkwr (mgr.14180) 653 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:51.415 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:51.415 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:39.939042Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ddalel on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ddalel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ddalel\nDeploy daemon haproxy.nfs.foo.smithi142.ddalel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.261086Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.dozgle on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-dozgle\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.dozgle\nDeploy daemon haproxy.nfs.foo.smithi116.dozgle ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:13:44.264052Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.sxgqde on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:51.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:51 smithi142 bash[17956]: cluster 2024-01-18T08:14:50.603302+0000 mgr.smithi116.xagkwr (mgr.14180) 653 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:14:52.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:52.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:52 smithi116 bash[14016]: audit 2024-01-18T08:14:51.401334+0000 mgr.smithi116.xagkwr (mgr.14180) 654 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:52.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:52 smithi142 bash[17956]: audit 2024-01-18T08:14:51.401334+0000 mgr.smithi116.xagkwr (mgr.14180) 654 : audit [DBG] from='client.14922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:53.047 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:53.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cephadm 2024-01-18T08:14:52.380993+0000 mgr.smithi116.xagkwr (mgr.14180) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:14:53.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cephadm 2024-01-18T08:14:52.381502+0000 mgr.smithi116.xagkwr (mgr.14180) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: audit 2024-01-18T08:14:52.382082+0000 mon.smithi116 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.tbldrm"}]: dispatch 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cephadm 2024-01-18T08:14:52.383312+0000 mgr.smithi116.xagkwr (mgr.14180) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cephadm 2024-01-18T08:14:52.385576+0000 mgr.smithi116.xagkwr (mgr.14180) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:14:53.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cephadm 2024-01-18T08:14:52.387207+0000 mgr.smithi116.xagkwr (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:14:53.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:53 smithi116 bash[14016]: cluster 2024-01-18T08:14:52.388791+0000 mgr.smithi116.xagkwr (mgr.14180) 660 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cephadm 2024-01-18T08:14:52.380993+0000 mgr.smithi116.xagkwr (mgr.14180) 655 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cephadm 2024-01-18T08:14:52.381502+0000 mgr.smithi116.xagkwr (mgr.14180) 656 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: audit 2024-01-18T08:14:52.382082+0000 mon.smithi116 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.tbldrm"}]: dispatch 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cephadm 2024-01-18T08:14:52.383312+0000 mgr.smithi116.xagkwr (mgr.14180) 657 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.tbldrm ... 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:14:53.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:14:53.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:14:53.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:14:53.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cephadm 2024-01-18T08:14:52.385576+0000 mgr.smithi116.xagkwr (mgr.14180) 658 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:14:53.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cephadm 2024-01-18T08:14:52.387207+0000 mgr.smithi116.xagkwr (mgr.14180) 659 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:14:53.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:53 smithi142 bash[17956]: cluster 2024-01-18T08:14:52.388791+0000 mgr.smithi116.xagkwr (mgr.14180) 660 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-18T08:14:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:54 smithi116 bash[14016]: cluster 2024-01-18T08:14:53.158528+0000 mon.smithi116 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:14:54.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:54 smithi142 bash[17956]: cluster 2024-01-18T08:14:53.158528+0000 mon.smithi116 (mon.0) 841 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:14:55.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:55 smithi116 bash[14016]: cluster 2024-01-18T08:14:54.389970+0000 mgr.smithi116.xagkwr (mgr.14180) 661 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-18T08:14:55.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:55 smithi142 bash[17956]: cluster 2024-01-18T08:14:54.389970+0000 mgr.smithi116.xagkwr (mgr.14180) 661 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-01-18T08:14:56.182 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:14:56.182 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:14:56.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:56 smithi116 bash[14016]: audit 2024-01-18T08:14:55.244035+0000 mon.smithi116 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:56.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:56 smithi142 bash[17956]: audit 2024-01-18T08:14:55.244035+0000 mon.smithi116 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:14:56.822 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:14:57.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:57 smithi116 bash[14016]: audit 2024-01-18T08:14:56.173542+0000 mgr.smithi116.xagkwr (mgr.14180) 662 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:57.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:57 smithi116 bash[14016]: cluster 2024-01-18T08:14:56.391377+0000 mgr.smithi116.xagkwr (mgr.14180) 663 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:14:57.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:57 smithi142 bash[17956]: audit 2024-01-18T08:14:56.173542+0000 mgr.smithi116.xagkwr (mgr.14180) 662 : audit [DBG] from='client.14926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:14:57.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:57 smithi142 bash[17956]: cluster 2024-01-18T08:14:56.391377+0000 mgr.smithi116.xagkwr (mgr.14180) 663 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:14:57.824 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:14:59.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:14:59 smithi116 bash[14016]: cluster 2024-01-18T08:14:58.392566+0000 mgr.smithi116.xagkwr (mgr.14180) 664 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:14:59.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:14:59 smithi142 bash[17956]: cluster 2024-01-18T08:14:58.392566+0000 mgr.smithi116.xagkwr (mgr.14180) 664 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:15:00.805 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:00.805 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:01.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:01 smithi116 bash[14016]: cluster 2024-01-18T08:15:00.395303+0000 mgr.smithi116.xagkwr (mgr.14180) 665 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:15:01.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:01 smithi116 bash[14016]: audit 2024-01-18T08:15:00.792035+0000 mgr.smithi116.xagkwr (mgr.14180) 666 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:01.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:01.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:01 smithi142 bash[17956]: cluster 2024-01-18T08:15:00.395303+0000 mgr.smithi116.xagkwr (mgr.14180) 665 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:15:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:01 smithi142 bash[17956]: audit 2024-01-18T08:15:00.792035+0000 mgr.smithi116.xagkwr (mgr.14180) 666 : audit [DBG] from='client.14930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:02.525 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:03.728 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:03 smithi116 bash[14016]: cluster 2024-01-18T08:15:02.396497+0000 mgr.smithi116.xagkwr (mgr.14180) 667 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:15:03.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:03 smithi142 bash[17956]: cluster 2024-01-18T08:15:02.396497+0000 mgr.smithi116.xagkwr (mgr.14180) 667 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:15:05.494 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:05.494 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:05.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:05 smithi116 bash[14016]: cluster 2024-01-18T08:15:04.397252+0000 mgr.smithi116.xagkwr (mgr.14180) 668 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:05.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:05 smithi142 bash[17956]: cluster 2024-01-18T08:15:04.397252+0000 mgr.smithi116.xagkwr (mgr.14180) 668 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:06.206 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:06 smithi116 bash[14016]: audit 2024-01-18T08:15:05.484998+0000 mgr.smithi116.xagkwr (mgr.14180) 669 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:06 smithi142 bash[17956]: audit 2024-01-18T08:15:05.484998+0000 mgr.smithi116.xagkwr (mgr.14180) 669 : audit [DBG] from='client.14934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:07.207 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:07.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:07 smithi142 bash[17956]: cluster 2024-01-18T08:15:06.398367+0000 mgr.smithi116.xagkwr (mgr.14180) 670 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:07.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:07 smithi116 bash[14016]: cluster 2024-01-18T08:15:06.398367+0000 mgr.smithi116.xagkwr (mgr.14180) 670 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:09.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:09 smithi116 bash[14016]: cluster 2024-01-18T08:15:08.399385+0000 mgr.smithi116.xagkwr (mgr.14180) 671 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:09 smithi142 bash[17956]: cluster 2024-01-18T08:15:08.399385+0000 mgr.smithi116.xagkwr (mgr.14180) 671 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:10.324 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:10.324 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:11.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:11 smithi116 bash[14016]: audit 2024-01-18T08:15:10.309585+0000 mgr.smithi116.xagkwr (mgr.14180) 672 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:11 smithi116 bash[14016]: cluster 2024-01-18T08:15:10.400481+0000 mgr.smithi116.xagkwr (mgr.14180) 673 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:11.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:11 smithi142 bash[17956]: audit 2024-01-18T08:15:10.309585+0000 mgr.smithi116.xagkwr (mgr.14180) 672 : audit [DBG] from='client.14938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:11.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:11 smithi142 bash[17956]: cluster 2024-01-18T08:15:10.400481+0000 mgr.smithi116.xagkwr (mgr.14180) 673 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:12.032 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:13.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:13 smithi116 bash[14016]: cluster 2024-01-18T08:15:12.401205+0000 mgr.smithi116.xagkwr (mgr.14180) 674 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:13 smithi142 bash[17956]: cluster 2024-01-18T08:15:12.401205+0000 mgr.smithi116.xagkwr (mgr.14180) 674 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:15.172 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:15.172 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:15.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:15 smithi116 bash[14016]: cluster 2024-01-18T08:15:14.401960+0000 mgr.smithi116.xagkwr (mgr.14180) 675 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:15.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:15.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:15 smithi142 bash[17956]: cluster 2024-01-18T08:15:14.401960+0000 mgr.smithi116.xagkwr (mgr.14180) 675 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:16.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:16 smithi116 bash[14016]: audit 2024-01-18T08:15:15.159057+0000 mgr.smithi116.xagkwr (mgr.14180) 676 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:16.805 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:16.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:16 smithi142 bash[17956]: audit 2024-01-18T08:15:15.159057+0000 mgr.smithi116.xagkwr (mgr.14180) 676 : audit [DBG] from='client.14942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:17.769 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:17 smithi142 bash[17956]: cluster 2024-01-18T08:15:16.403044+0000 mgr.smithi116.xagkwr (mgr.14180) 677 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:17.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:17 smithi116 bash[14016]: cluster 2024-01-18T08:15:16.403044+0000 mgr.smithi116.xagkwr (mgr.14180) 677 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:19.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:19 smithi116 bash[14016]: cluster 2024-01-18T08:15:18.403889+0000 mgr.smithi116.xagkwr (mgr.14180) 678 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:19 smithi142 bash[17956]: cluster 2024-01-18T08:15:18.403889+0000 mgr.smithi116.xagkwr (mgr.14180) 678 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:19.885 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:19.885 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:20.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:21.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:21 smithi116 bash[14016]: audit 2024-01-18T08:15:19.870246+0000 mgr.smithi116.xagkwr (mgr.14180) 679 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:21.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:21 smithi116 bash[14016]: cluster 2024-01-18T08:15:20.405207+0000 mgr.smithi116.xagkwr (mgr.14180) 680 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:21.619 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:21.629 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:21 smithi142 bash[17956]: audit 2024-01-18T08:15:19.870246+0000 mgr.smithi116.xagkwr (mgr.14180) 679 : audit [DBG] from='client.14946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:21.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:21 smithi142 bash[17956]: cluster 2024-01-18T08:15:20.405207+0000 mgr.smithi116.xagkwr (mgr.14180) 680 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:23.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:23 smithi116 bash[14016]: cluster 2024-01-18T08:15:22.406449+0000 mgr.smithi116.xagkwr (mgr.14180) 681 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:23 smithi142 bash[17956]: cluster 2024-01-18T08:15:22.406449+0000 mgr.smithi116.xagkwr (mgr.14180) 681 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:24.438 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:24.438 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:25.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:25.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:25 smithi116 bash[14016]: cluster 2024-01-18T08:15:24.407595+0000 mgr.smithi116.xagkwr (mgr.14180) 682 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:25.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:25 smithi116 bash[14016]: audit 2024-01-18T08:15:24.423634+0000 mgr.smithi116.xagkwr (mgr.14180) 683 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:25.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:25 smithi142 bash[17956]: cluster 2024-01-18T08:15:24.407595+0000 mgr.smithi116.xagkwr (mgr.14180) 682 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:25.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:25 smithi142 bash[17956]: audit 2024-01-18T08:15:24.423634+0000 mgr.smithi116.xagkwr (mgr.14180) 683 : audit [DBG] from='client.14950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:26.149 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:27.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:27 smithi142 bash[17956]: cluster 2024-01-18T08:15:26.408650+0000 mgr.smithi116.xagkwr (mgr.14180) 684 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:27.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:27 smithi116 bash[14016]: cluster 2024-01-18T08:15:26.408650+0000 mgr.smithi116.xagkwr (mgr.14180) 684 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:28.969 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:28.969 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:29.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:29.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:29 smithi116 bash[14016]: cluster 2024-01-18T08:15:28.409278+0000 mgr.smithi116.xagkwr (mgr.14180) 685 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:29 smithi142 bash[17956]: cluster 2024-01-18T08:15:28.409278+0000 mgr.smithi116.xagkwr (mgr.14180) 685 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:30.693 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:30.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:30 smithi116 bash[14016]: audit 2024-01-18T08:15:28.956047+0000 mgr.smithi116.xagkwr (mgr.14180) 686 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:30.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:30 smithi142 bash[17956]: audit 2024-01-18T08:15:28.956047+0000 mgr.smithi116.xagkwr (mgr.14180) 686 : audit [DBG] from='client.14954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:31.748 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:31 smithi116 bash[14016]: cluster 2024-01-18T08:15:30.410367+0000 mgr.smithi116.xagkwr (mgr.14180) 687 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:31 smithi142 bash[17956]: cluster 2024-01-18T08:15:30.410367+0000 mgr.smithi116.xagkwr (mgr.14180) 687 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:33.591 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:33.591 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:33.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:33 smithi116 bash[14016]: cluster 2024-01-18T08:15:32.411370+0000 mgr.smithi116.xagkwr (mgr.14180) 688 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:33 smithi142 bash[17956]: cluster 2024-01-18T08:15:32.411370+0000 mgr.smithi116.xagkwr (mgr.14180) 688 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:34.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:34.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:34 smithi116 bash[14016]: audit 2024-01-18T08:15:33.579026+0000 mgr.smithi116.xagkwr (mgr.14180) 689 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:34 smithi142 bash[17956]: audit 2024-01-18T08:15:33.579026+0000 mgr.smithi116.xagkwr (mgr.14180) 689 : audit [DBG] from='client.14958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:35.305 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:35.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:35 smithi116 bash[14016]: cluster 2024-01-18T08:15:34.412558+0000 mgr.smithi116.xagkwr (mgr.14180) 690 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:35 smithi142 bash[17956]: cluster 2024-01-18T08:15:34.412558+0000 mgr.smithi116.xagkwr (mgr.14180) 690 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:37.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:37 smithi142 bash[17956]: cluster 2024-01-18T08:15:36.413784+0000 mgr.smithi116.xagkwr (mgr.14180) 691 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:37.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:37 smithi116 bash[14016]: cluster 2024-01-18T08:15:36.413784+0000 mgr.smithi116.xagkwr (mgr.14180) 691 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:38.286 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:38.287 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:38.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:39.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:39 smithi116 bash[14016]: audit 2024-01-18T08:15:38.273481+0000 mgr.smithi116.xagkwr (mgr.14180) 692 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:39.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:39 smithi116 bash[14016]: cluster 2024-01-18T08:15:38.414468+0000 mgr.smithi116.xagkwr (mgr.14180) 693 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:39 smithi142 bash[17956]: audit 2024-01-18T08:15:38.273481+0000 mgr.smithi116.xagkwr (mgr.14180) 692 : audit [DBG] from='client.14962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:39 smithi142 bash[17956]: cluster 2024-01-18T08:15:38.414468+0000 mgr.smithi116.xagkwr (mgr.14180) 693 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:39.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:41.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:41 smithi116 bash[14016]: cluster 2024-01-18T08:15:40.415557+0000 mgr.smithi116.xagkwr (mgr.14180) 694 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:41.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:41 smithi142 bash[17956]: cluster 2024-01-18T08:15:40.415557+0000 mgr.smithi116.xagkwr (mgr.14180) 694 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:42.919 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:42.919 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:43.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:43.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:43 smithi116 bash[14016]: cluster 2024-01-18T08:15:42.416804+0000 mgr.smithi116.xagkwr (mgr.14180) 695 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:43 smithi142 bash[17956]: cluster 2024-01-18T08:15:42.416804+0000 mgr.smithi116.xagkwr (mgr.14180) 695 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:44.610 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:44.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:44 smithi116 bash[14016]: audit 2024-01-18T08:15:42.903627+0000 mgr.smithi116.xagkwr (mgr.14180) 696 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:44 smithi142 bash[17956]: audit 2024-01-18T08:15:42.903627+0000 mgr.smithi116.xagkwr (mgr.14180) 696 : audit [DBG] from='client.14966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:45.761 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:45 smithi116 bash[14016]: cluster 2024-01-18T08:15:44.417909+0000 mgr.smithi116.xagkwr (mgr.14180) 697 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:45 smithi142 bash[17956]: cluster 2024-01-18T08:15:44.417909+0000 mgr.smithi116.xagkwr (mgr.14180) 697 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:15:47.367 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:47.368 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:47.769 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:47 smithi142 bash[17956]: cluster 2024-01-18T08:15:46.419099+0000 mgr.smithi116.xagkwr (mgr.14180) 698 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:47.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:47 smithi116 bash[14016]: cluster 2024-01-18T08:15:46.419099+0000 mgr.smithi116.xagkwr (mgr.14180) 698 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:48.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:48.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:48 smithi116 bash[14016]: audit 2024-01-18T08:15:47.358510+0000 mgr.smithi116.xagkwr (mgr.14180) 699 : audit [DBG] from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:48 smithi142 bash[17956]: audit 2024-01-18T08:15:47.358510+0000 mgr.smithi116.xagkwr (mgr.14180) 699 : audit [DBG] from='client.24743 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:49.060 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:49.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:49 smithi116 bash[14016]: cluster 2024-01-18T08:15:48.420229+0000 mgr.smithi116.xagkwr (mgr.14180) 700 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:49 smithi142 bash[17956]: cluster 2024-01-18T08:15:48.420229+0000 mgr.smithi116.xagkwr (mgr.14180) 700 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:51 smithi116 bash[14016]: cluster 2024-01-18T08:15:50.421387+0000 mgr.smithi116.xagkwr (mgr.14180) 701 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:51.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:51 smithi142 bash[17956]: cluster 2024-01-18T08:15:50.421387+0000 mgr.smithi116.xagkwr (mgr.14180) 701 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:52.150 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:52.150 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:13:44.266584Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.utxsgy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:52 smithi116 bash[14016]: audit 2024-01-18T08:15:52.392954+0000 mon.smithi116 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:52 smithi142 bash[17956]: audit 2024-01-18T08:15:52.392954+0000 mon.smithi116 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:15:52.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.136755+0000 mgr.smithi116.xagkwr (mgr.14180) 702 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: cluster 2024-01-18T08:15:52.422082+0000 mgr.smithi116.xagkwr (mgr.14180) 703 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.691245+0000 mon.smithi116 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.692647+0000 mon.smithi116 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.701152+0000 mon.smithi116 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: cluster 2024-01-18T08:15:52.701721+0000 mgr.smithi116.xagkwr (mgr.14180) 704 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.707608+0000 mon.smithi116 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: audit 2024-01-18T08:15:52.719708+0000 mon.smithi116 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:53.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:53 smithi116 bash[14016]: cephadm 2024-01-18T08:15:52.722676+0000 mgr.smithi116.xagkwr (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.iprcpv on smithi142 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.136755+0000 mgr.smithi116.xagkwr (mgr.14180) 702 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: cluster 2024-01-18T08:15:52.422082+0000 mgr.smithi116.xagkwr (mgr.14180) 703 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.691245+0000 mon.smithi116 (mon.0) 844 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.692647+0000 mon.smithi116 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.701152+0000 mon.smithi116 (mon.0) 846 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: cluster 2024-01-18T08:15:52.701721+0000 mgr.smithi116.xagkwr (mgr.14180) 704 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.707608+0000 mon.smithi116 (mon.0) 847 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:15:53.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: audit 2024-01-18T08:15:52.719708+0000 mon.smithi116 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:53.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:53 smithi142 bash[17956]: cephadm 2024-01-18T08:15:52.722676+0000 mgr.smithi116.xagkwr (mgr.14180) 705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.iprcpv on smithi142 2024-01-18T08:15:53.888 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:54.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:54 smithi116 bash[14016]: cluster 2024-01-18T08:15:53.697361+0000 mon.smithi116 (mon.0) 849 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:15:54.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:54 smithi116 bash[14016]: cluster 2024-01-18T08:15:53.697416+0000 mon.smithi116 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-01-18T08:15:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:54 smithi142 bash[17956]: cluster 2024-01-18T08:15:53.697361+0000 mon.smithi116 (mon.0) 849 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:15:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:54 smithi142 bash[17956]: cluster 2024-01-18T08:15:53.697416+0000 mon.smithi116 (mon.0) 850 : cluster [INF] Cluster is now healthy 2024-01-18T08:15:55.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:55 smithi116 bash[14016]: cluster 2024-01-18T08:15:54.702636+0000 mgr.smithi116.xagkwr (mgr.14180) 706 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:55.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:55 smithi142 bash[17956]: cluster 2024-01-18T08:15:54.702636+0000 mgr.smithi116.xagkwr (mgr.14180) 706 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:56.746 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:56 smithi116 bash[14016]: audit 2024-01-18T08:15:55.531800+0000 mon.smithi116 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:56 smithi142 bash[17956]: audit 2024-01-18T08:15:55.531800+0000 mon.smithi116 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:15:56.891 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:15:56.891 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:48.437410Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.gfllpt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-gfllpt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.gfllpt\nDeploy daemon haproxy.nfs.foo.smithi142.gfllpt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.383193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.tbldrm on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-tbldrm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.tbldrm\nDeploy daemon haproxy.nfs.foo.smithi116.tbldrm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:14:52.385479Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.iuffgc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:15:57.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:15:57.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: cluster 2024-01-18T08:15:56.703508+0000 mgr.smithi116.xagkwr (mgr.14180) 707 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:57.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: cephadm 2024-01-18T08:15:56.742723+0000 mgr.smithi116.xagkwr (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: cephadm 2024-01-18T08:15:56.743021+0000 mgr.smithi116.xagkwr (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: audit 2024-01-18T08:15:56.743555+0000 mon.smithi116 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.iprcpv"}]: dispatch 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: cephadm 2024-01-18T08:15:56.744797+0000 mgr.smithi116.xagkwr (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.804 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:57 smithi116 bash[14016]: cephadm 2024-01-18T08:15:56.747564+0000 mgr.smithi116.xagkwr (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.xmuklt on smithi116 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: cluster 2024-01-18T08:15:56.703508+0000 mgr.smithi116.xagkwr (mgr.14180) 707 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: cephadm 2024-01-18T08:15:56.742723+0000 mgr.smithi116.xagkwr (mgr.14180) 708 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:15:57.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: cephadm 2024-01-18T08:15:56.743021+0000 mgr.smithi116.xagkwr (mgr.14180) 709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: audit 2024-01-18T08:15:56.743555+0000 mon.smithi116 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.iprcpv"}]: dispatch 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: cephadm 2024-01-18T08:15:56.744797+0000 mgr.smithi116.xagkwr (mgr.14180) 710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.iprcpv ... 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:15:57.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:57 smithi142 bash[17956]: cephadm 2024-01-18T08:15:56.747564+0000 mgr.smithi116.xagkwr (mgr.14180) 711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.xmuklt on smithi116 2024-01-18T08:15:58.627 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:15:58.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:58 smithi116 bash[14016]: audit 2024-01-18T08:15:56.877085+0000 mgr.smithi116.xagkwr (mgr.14180) 712 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:58 smithi142 bash[17956]: audit 2024-01-18T08:15:56.877085+0000 mgr.smithi116.xagkwr (mgr.14180) 712 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:15:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:15:59 smithi142 bash[17956]: cluster 2024-01-18T08:15:58.704367+0000 mgr.smithi116.xagkwr (mgr.14180) 713 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:15:59.944 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:15:59 smithi116 bash[14016]: cluster 2024-01-18T08:15:58.704367+0000 mgr.smithi116.xagkwr (mgr.14180) 713 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:16:01.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cluster 2024-01-18T08:16:00.705253+0000 mgr.smithi116.xagkwr (mgr.14180) 714 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:16:01.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cephadm 2024-01-18T08:16:00.817705+0000 mgr.smithi116.xagkwr (mgr.14180) 715 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.546 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cephadm 2024-01-18T08:16:00.818132+0000 mgr.smithi116.xagkwr (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: audit 2024-01-18T08:16:00.818690+0000 mon.smithi116 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.xmuklt"}]: dispatch 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cephadm 2024-01-18T08:16:00.820005+0000 mgr.smithi116.xagkwr (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cephadm 2024-01-18T08:16:00.822922+0000 mgr.smithi116.xagkwr (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cephadm 2024-01-18T08:16:00.825070+0000 mgr.smithi116.xagkwr (mgr.14180) 719 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:01.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:01 smithi116 bash[14016]: cluster 2024-01-18T08:16:00.826544+0000 mgr.smithi116.xagkwr (mgr.14180) 720 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-01-18T08:16:01.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cluster 2024-01-18T08:16:00.705253+0000 mgr.smithi116.xagkwr (mgr.14180) 714 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:16:01.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cephadm 2024-01-18T08:16:00.817705+0000 mgr.smithi116.xagkwr (mgr.14180) 715 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:16:01.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cephadm 2024-01-18T08:16:00.818132+0000 mgr.smithi116.xagkwr (mgr.14180) 716 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: audit 2024-01-18T08:16:00.818690+0000 mon.smithi116 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.xmuklt"}]: dispatch 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cephadm 2024-01-18T08:16:00.820005+0000 mgr.smithi116.xagkwr (mgr.14180) 717 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.xmuklt ... 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:16:01.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:16:01.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:16:01.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cephadm 2024-01-18T08:16:00.822922+0000 mgr.smithi116.xagkwr (mgr.14180) 718 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:01.636 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cephadm 2024-01-18T08:16:00.825070+0000 mgr.smithi116.xagkwr (mgr.14180) 719 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:16:01.637 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:01 smithi142 bash[17956]: cluster 2024-01-18T08:16:00.826544+0000 mgr.smithi116.xagkwr (mgr.14180) 720 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2024-01-18T08:16:01.969 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:01.969 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:02.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:02 smithi116 bash[14016]: cluster 2024-01-18T08:16:01.165799+0000 mon.smithi116 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:16:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:02 smithi142 bash[17956]: cluster 2024-01-18T08:16:01.165799+0000 mon.smithi116 (mon.0) 854 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:16:02.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:03.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:03 smithi116 bash[14016]: audit 2024-01-18T08:16:01.954911+0000 mgr.smithi116.xagkwr (mgr.14180) 721 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:03.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:03 smithi116 bash[14016]: cluster 2024-01-18T08:16:02.827784+0000 mgr.smithi116.xagkwr (mgr.14180) 722 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:03 smithi142 bash[17956]: audit 2024-01-18T08:16:01.954911+0000 mgr.smithi116.xagkwr (mgr.14180) 721 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:03 smithi142 bash[17956]: cluster 2024-01-18T08:16:02.827784+0000 mgr.smithi116.xagkwr (mgr.14180) 722 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:03.752 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:05.001 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:04 smithi116 bash[14016]: cluster 2024-01-18T08:16:04.828999+0000 mgr.smithi116.xagkwr (mgr.14180) 723 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:05.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:04 smithi142 bash[17956]: cluster 2024-01-18T08:16:04.828999+0000 mgr.smithi116.xagkwr (mgr.14180) 723 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:06 smithi116 bash[14016]: audit 2024-01-18T08:16:05.286624+0000 mon.smithi116 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:16:06.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:06 smithi142 bash[17956]: audit 2024-01-18T08:16:05.286624+0000 mon.smithi116 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:16:06.692 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:06.692 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:07.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:07.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:07 smithi116 bash[14016]: audit 2024-01-18T08:16:06.678644+0000 mgr.smithi116.xagkwr (mgr.14180) 724 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:07.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:07 smithi116 bash[14016]: cluster 2024-01-18T08:16:06.829894+0000 mgr.smithi116.xagkwr (mgr.14180) 725 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:07 smithi142 bash[17956]: audit 2024-01-18T08:16:06.678644+0000 mgr.smithi116.xagkwr (mgr.14180) 724 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:07.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:07 smithi142 bash[17956]: cluster 2024-01-18T08:16:06.829894+0000 mgr.smithi116.xagkwr (mgr.14180) 725 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:08.394 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:09.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:08 smithi116 bash[14016]: cluster 2024-01-18T08:16:08.831011+0000 mgr.smithi116.xagkwr (mgr.14180) 726 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:09.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:08 smithi142 bash[17956]: cluster 2024-01-18T08:16:08.831011+0000 mgr.smithi116.xagkwr (mgr.14180) 726 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:11.268 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:11.268 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:11.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:11 smithi116 bash[14016]: audit 2024-01-18T08:16:10.534738+0000 mon.smithi116 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:16:11.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:11 smithi116 bash[14016]: cluster 2024-01-18T08:16:10.832118+0000 mgr.smithi116.xagkwr (mgr.14180) 727 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:11 smithi142 bash[17956]: audit 2024-01-18T08:16:10.534738+0000 mon.smithi116 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:16:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:11 smithi142 bash[17956]: cluster 2024-01-18T08:16:10.832118+0000 mgr.smithi116.xagkwr (mgr.14180) 727 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:16:11.996 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:12.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:12 smithi116 bash[14016]: audit 2024-01-18T08:16:11.254234+0000 mgr.smithi116.xagkwr (mgr.14180) 728 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:12 smithi142 bash[17956]: audit 2024-01-18T08:16:11.254234+0000 mgr.smithi116.xagkwr (mgr.14180) 728 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:12.997 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:13.853 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:13 smithi116 bash[14016]: cluster 2024-01-18T08:16:12.833321+0000 mgr.smithi116.xagkwr (mgr.14180) 729 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:13.879 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:13 smithi142 bash[17956]: cluster 2024-01-18T08:16:12.833321+0000 mgr.smithi116.xagkwr (mgr.14180) 729 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:15.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:14 smithi116 bash[14016]: cluster 2024-01-18T08:16:14.834185+0000 mgr.smithi116.xagkwr (mgr.14180) 730 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:14 smithi142 bash[17956]: cluster 2024-01-18T08:16:14.834185+0000 mgr.smithi116.xagkwr (mgr.14180) 730 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:15.787 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:15.787 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:16.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:16 smithi116 bash[14016]: audit 2024-01-18T08:16:15.773796+0000 mgr.smithi116.xagkwr (mgr.14180) 731 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:16.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:16.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:16 smithi142 bash[17956]: audit 2024-01-18T08:16:15.773796+0000 mgr.smithi116.xagkwr (mgr.14180) 731 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:17.440 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:17.454 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:17 smithi116 bash[14016]: cluster 2024-01-18T08:16:16.835238+0000 mgr.smithi116.xagkwr (mgr.14180) 732 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:17.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:17 smithi142 bash[17956]: cluster 2024-01-18T08:16:16.835238+0000 mgr.smithi116.xagkwr (mgr.14180) 732 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:19.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:18 smithi116 bash[14016]: cluster 2024-01-18T08:16:18.836366+0000 mgr.smithi116.xagkwr (mgr.14180) 733 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:19.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:18 smithi142 bash[17956]: cluster 2024-01-18T08:16:18.836366+0000 mgr.smithi116.xagkwr (mgr.14180) 733 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:20.448 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:20.449 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:21.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:21.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:21 smithi116 bash[14016]: audit 2024-01-18T08:16:20.434378+0000 mgr.smithi116.xagkwr (mgr.14180) 734 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:21.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:21 smithi116 bash[14016]: cluster 2024-01-18T08:16:20.837223+0000 mgr.smithi116.xagkwr (mgr.14180) 735 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:21.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:21 smithi142 bash[17956]: audit 2024-01-18T08:16:20.434378+0000 mgr.smithi116.xagkwr (mgr.14180) 734 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:21.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:21 smithi142 bash[17956]: cluster 2024-01-18T08:16:20.837223+0000 mgr.smithi116.xagkwr (mgr.14180) 735 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:22.112 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:23.265 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:22 smithi116 bash[14016]: cluster 2024-01-18T08:16:22.838040+0000 mgr.smithi116.xagkwr (mgr.14180) 736 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:23.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:22 smithi142 bash[17956]: cluster 2024-01-18T08:16:22.838040+0000 mgr.smithi116.xagkwr (mgr.14180) 736 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:25.049 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:25.050 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:25.240 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:24 smithi116 bash[14016]: cluster 2024-01-18T08:16:24.839051+0000 mgr.smithi116.xagkwr (mgr.14180) 737 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:25.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:24 smithi142 bash[17956]: cluster 2024-01-18T08:16:24.839051+0000 mgr.smithi116.xagkwr (mgr.14180) 737 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:25.749 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:26.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:26 smithi116 bash[14016]: audit 2024-01-18T08:16:25.036477+0000 mgr.smithi116.xagkwr (mgr.14180) 738 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:26.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:26 smithi142 bash[17956]: audit 2024-01-18T08:16:25.036477+0000 mgr.smithi116.xagkwr (mgr.14180) 738 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:26.750 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:27.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:27 smithi116 bash[14016]: cluster 2024-01-18T08:16:26.840162+0000 mgr.smithi116.xagkwr (mgr.14180) 739 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:27.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:27 smithi142 bash[17956]: cluster 2024-01-18T08:16:26.840162+0000 mgr.smithi116.xagkwr (mgr.14180) 739 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:29.294 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:28 smithi116 bash[14016]: cluster 2024-01-18T08:16:28.841570+0000 mgr.smithi116.xagkwr (mgr.14180) 740 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:29.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:28 smithi142 bash[17956]: cluster 2024-01-18T08:16:28.841570+0000 mgr.smithi116.xagkwr (mgr.14180) 740 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:29.710 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:29.710 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:30.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:29 smithi116 bash[14016]: audit 2024-01-18T08:16:29.697332+0000 mgr.smithi116.xagkwr (mgr.14180) 741 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:30.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:29 smithi142 bash[17956]: audit 2024-01-18T08:16:29.697332+0000 mgr.smithi116.xagkwr (mgr.14180) 741 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:30.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:31.457 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:31.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:31 smithi116 bash[14016]: cluster 2024-01-18T08:16:30.842725+0000 mgr.smithi116.xagkwr (mgr.14180) 742 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:31.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:31 smithi142 bash[17956]: cluster 2024-01-18T08:16:30.842725+0000 mgr.smithi116.xagkwr (mgr.14180) 742 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:33.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:32 smithi116 bash[14016]: cluster 2024-01-18T08:16:32.843529+0000 mgr.smithi116.xagkwr (mgr.14180) 743 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:33.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:32 smithi142 bash[17956]: cluster 2024-01-18T08:16:32.843529+0000 mgr.smithi116.xagkwr (mgr.14180) 743 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:34.434 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:34.434 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:35.190 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:34 smithi116 bash[14016]: audit 2024-01-18T08:16:34.419328+0000 mgr.smithi116.xagkwr (mgr.14180) 744 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:34 smithi116 bash[14016]: cluster 2024-01-18T08:16:34.844284+0000 mgr.smithi116.xagkwr (mgr.14180) 745 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:35.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:34 smithi142 bash[17956]: audit 2024-01-18T08:16:34.419328+0000 mgr.smithi116.xagkwr (mgr.14180) 744 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:35.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:34 smithi142 bash[17956]: cluster 2024-01-18T08:16:34.844284+0000 mgr.smithi116.xagkwr (mgr.14180) 745 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:36.192 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:37.207 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:36 smithi116 bash[14016]: cluster 2024-01-18T08:16:36.845418+0000 mgr.smithi116.xagkwr (mgr.14180) 746 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:36 smithi142 bash[17956]: cluster 2024-01-18T08:16:36.845418+0000 mgr.smithi116.xagkwr (mgr.14180) 746 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:39.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:38 smithi116 bash[14016]: cluster 2024-01-18T08:16:38.846580+0000 mgr.smithi116.xagkwr (mgr.14180) 747 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:39.182 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:39.182 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:38 smithi142 bash[17956]: cluster 2024-01-18T08:16:38.846580+0000 mgr.smithi116.xagkwr (mgr.14180) 747 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:39.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:39 smithi116 bash[14016]: audit 2024-01-18T08:16:39.169023+0000 mgr.smithi116.xagkwr (mgr.14180) 748 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:39 smithi142 bash[17956]: audit 2024-01-18T08:16:39.169023+0000 mgr.smithi116.xagkwr (mgr.14180) 748 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:40.894 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:41.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:41 smithi116 bash[14016]: cluster 2024-01-18T08:16:40.847778+0000 mgr.smithi116.xagkwr (mgr.14180) 749 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:41.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:41 smithi142 bash[17956]: cluster 2024-01-18T08:16:40.847778+0000 mgr.smithi116.xagkwr (mgr.14180) 749 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:43.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:42 smithi116 bash[14016]: cluster 2024-01-18T08:16:42.848924+0000 mgr.smithi116.xagkwr (mgr.14180) 750 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:42 smithi142 bash[17956]: cluster 2024-01-18T08:16:42.848924+0000 mgr.smithi116.xagkwr (mgr.14180) 750 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:44.036 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:44.036 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:44.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:45.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:44 smithi116 bash[14016]: audit 2024-01-18T08:16:44.026884+0000 mgr.smithi116.xagkwr (mgr.14180) 751 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:45.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:44 smithi116 bash[14016]: cluster 2024-01-18T08:16:44.850122+0000 mgr.smithi116.xagkwr (mgr.14180) 752 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:44 smithi142 bash[17956]: audit 2024-01-18T08:16:44.026884+0000 mgr.smithi116.xagkwr (mgr.14180) 751 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:44 smithi142 bash[17956]: cluster 2024-01-18T08:16:44.850122+0000 mgr.smithi116.xagkwr (mgr.14180) 752 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:45.740 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:47.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:46 smithi116 bash[14016]: cluster 2024-01-18T08:16:46.851418+0000 mgr.smithi116.xagkwr (mgr.14180) 753 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:47.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:46 smithi142 bash[17956]: cluster 2024-01-18T08:16:46.851418+0000 mgr.smithi116.xagkwr (mgr.14180) 753 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:48.749 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:48.750 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:49.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:48 smithi116 bash[14016]: audit 2024-01-18T08:16:48.740442+0000 mgr.smithi116.xagkwr (mgr.14180) 754 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:49.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:48 smithi116 bash[14016]: cluster 2024-01-18T08:16:48.852584+0000 mgr.smithi116.xagkwr (mgr.14180) 755 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:48 smithi142 bash[17956]: audit 2024-01-18T08:16:48.740442+0000 mgr.smithi116.xagkwr (mgr.14180) 754 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:48 smithi142 bash[17956]: cluster 2024-01-18T08:16:48.852584+0000 mgr.smithi116.xagkwr (mgr.14180) 755 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:49.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:50.475 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:51.473 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:51 smithi116 bash[14016]: cluster 2024-01-18T08:16:50.853773+0000 mgr.smithi116.xagkwr (mgr.14180) 756 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:51.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:51 smithi142 bash[17956]: cluster 2024-01-18T08:16:50.853773+0000 mgr.smithi116.xagkwr (mgr.14180) 756 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:52 smithi116 bash[14016]: cluster 2024-01-18T08:16:52.854946+0000 mgr.smithi116.xagkwr (mgr.14180) 757 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:53.368 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:53.368 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:53.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:52 smithi142 bash[17956]: cluster 2024-01-18T08:16:52.854946+0000 mgr.smithi116.xagkwr (mgr.14180) 757 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:54.064 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:54.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:53 smithi116 bash[14016]: audit 2024-01-18T08:16:53.354256+0000 mgr.smithi116.xagkwr (mgr.14180) 758 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:53 smithi142 bash[17956]: audit 2024-01-18T08:16:53.354256+0000 mgr.smithi116.xagkwr (mgr.14180) 758 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:55.065 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:16:55.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:54 smithi116 bash[14016]: cluster 2024-01-18T08:16:54.856139+0000 mgr.smithi116.xagkwr (mgr.14180) 759 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:54 smithi142 bash[17956]: cluster 2024-01-18T08:16:54.856139+0000 mgr.smithi116.xagkwr (mgr.14180) 759 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:16:57.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:56 smithi116 bash[14016]: cluster 2024-01-18T08:16:56.857284+0000 mgr.smithi116.xagkwr (mgr.14180) 760 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:56 smithi142 bash[17956]: cluster 2024-01-18T08:16:56.857284+0000 mgr.smithi116.xagkwr (mgr.14180) 760 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:57.956 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:16:57.956 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:16:58.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:16:59.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:58 smithi116 bash[14016]: audit 2024-01-18T08:16:57.946217+0000 mgr.smithi116.xagkwr (mgr.14180) 761 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:59.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:16:58 smithi116 bash[14016]: cluster 2024-01-18T08:16:58.858387+0000 mgr.smithi116.xagkwr (mgr.14180) 762 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:58 smithi142 bash[17956]: audit 2024-01-18T08:16:57.946217+0000 mgr.smithi116.xagkwr (mgr.14180) 761 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:16:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:16:58 smithi142 bash[17956]: cluster 2024-01-18T08:16:58.858387+0000 mgr.smithi116.xagkwr (mgr.14180) 762 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:16:59.639 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:01.203 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:00.829469+0000 mon.smithi116 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:01.203 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: cluster 2024-01-18T08:17:00.859439+0000 mgr.smithi116.xagkwr (mgr.14180) 763 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:01.203 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:01.131672+0000 mon.smithi116 (mon.0) 858 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:01.462 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:01.132873+0000 mon.smithi116 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:01.462 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:01.139444+0000 mon.smithi116 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:01.463 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:01.147517+0000 mon.smithi116 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:01.463 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:01 smithi116 bash[14016]: audit 2024-01-18T08:17:01.159717+0000 mon.smithi116 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:00.829469+0000 mon.smithi116 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:17:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: cluster 2024-01-18T08:17:00.859439+0000 mgr.smithi116.xagkwr (mgr.14180) 763 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:01.131672+0000 mon.smithi116 (mon.0) 858 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:17:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:01.132873+0000 mon.smithi116 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:17:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:01.139444+0000 mon.smithi116 (mon.0) 860 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:01.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:01.147517+0000 mon.smithi116 (mon.0) 861 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:17:01.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:01 smithi142 bash[17956]: audit 2024-01-18T08:17:01.159717+0000 mon.smithi116 (mon.0) 862 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:02.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:02 smithi116 bash[14016]: cluster 2024-01-18T08:17:01.141021+0000 mgr.smithi116.xagkwr (mgr.14180) 764 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:02.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:02 smithi116 bash[14016]: cephadm 2024-01-18T08:17:01.162465+0000 mgr.smithi116.xagkwr (mgr.14180) 765 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ktpmez on smithi142 2024-01-18T08:17:02.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:02 smithi116 bash[14016]: cluster 2024-01-18T08:17:01.188418+0000 mon.smithi116 (mon.0) 863 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:17:02.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:02 smithi116 bash[14016]: cluster 2024-01-18T08:17:01.188479+0000 mon.smithi116 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-01-18T08:17:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:02 smithi142 bash[17956]: cluster 2024-01-18T08:17:01.141021+0000 mgr.smithi116.xagkwr (mgr.14180) 764 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:02 smithi142 bash[17956]: cephadm 2024-01-18T08:17:01.162465+0000 mgr.smithi116.xagkwr (mgr.14180) 765 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ktpmez on smithi142 2024-01-18T08:17:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:02 smithi142 bash[17956]: cluster 2024-01-18T08:17:01.188418+0000 mon.smithi116 (mon.0) 863 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:17:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:02 smithi142 bash[17956]: cluster 2024-01-18T08:17:01.188479+0000 mon.smithi116 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-01-18T08:17:02.708 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:02.708 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:14:52.387099Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.sqzyyh on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:03.402 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:03.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:03 smithi116 bash[14016]: audit 2024-01-18T08:17:02.694080+0000 mgr.smithi116.xagkwr (mgr.14180) 766 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:03.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:03 smithi142 bash[17956]: audit 2024-01-18T08:17:02.694080+0000 mgr.smithi116.xagkwr (mgr.14180) 766 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:04.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:04.542 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:04 smithi142 bash[17956]: cluster 2024-01-18T08:17:03.141516+0000 mgr.smithi116.xagkwr (mgr.14180) 767 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:04.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:04 smithi116 bash[14016]: cluster 2024-01-18T08:17:03.141516+0000 mgr.smithi116.xagkwr (mgr.14180) 767 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: cluster 2024-01-18T08:17:05.142383+0000 mgr.smithi116.xagkwr (mgr.14180) 768 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: cephadm 2024-01-18T08:17:05.236639+0000 mgr.smithi116.xagkwr (mgr.14180) 769 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: cephadm 2024-01-18T08:17:05.237092+0000 mgr.smithi116.xagkwr (mgr.14180) 770 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: audit 2024-01-18T08:17:05.237635+0000 mon.smithi116 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ktpmez"}]: dispatch 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: cephadm 2024-01-18T08:17:05.238998+0000 mgr.smithi116.xagkwr (mgr.14180) 771 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:06 smithi116 bash[14016]: cephadm 2024-01-18T08:17:05.241449+0000 mgr.smithi116.xagkwr (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.wyvkwj on smithi116 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: cluster 2024-01-18T08:17:05.142383+0000 mgr.smithi116.xagkwr (mgr.14180) 768 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: cephadm 2024-01-18T08:17:05.236639+0000 mgr.smithi116.xagkwr (mgr.14180) 769 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: cephadm 2024-01-18T08:17:05.237092+0000 mgr.smithi116.xagkwr (mgr.14180) 770 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: audit 2024-01-18T08:17:05.237635+0000 mon.smithi116 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ktpmez"}]: dispatch 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: cephadm 2024-01-18T08:17:05.238998+0000 mgr.smithi116.xagkwr (mgr.14180) 771 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ktpmez ... 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr 2.3: Pulling from library/haproxy 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:06 smithi142 bash[17956]: cephadm 2024-01-18T08:17:05.241449+0000 mgr.smithi116.xagkwr (mgr.14180) 772 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.wyvkwj on smithi116 2024-01-18T08:17:07.483 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:07.484 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:15:56.744668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.iprcpv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-iprcpv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.iprcpv\nDeploy daemon haproxy.nfs.foo.smithi142.iprcpv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.819838Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.xmuklt on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-xmuklt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.xmuklt\nDeploy daemon haproxy.nfs.foo.smithi116.xmuklt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:16:00.822756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.xlaxot on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:08.159 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:08.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:08 smithi116 bash[14016]: cluster 2024-01-18T08:17:07.143156+0000 mgr.smithi116.xagkwr (mgr.14180) 773 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:08.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:08 smithi116 bash[14016]: audit 2024-01-18T08:17:07.466832+0000 mgr.smithi116.xagkwr (mgr.14180) 774 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:08 smithi142 bash[17956]: cluster 2024-01-18T08:17:07.143156+0000 mgr.smithi116.xagkwr (mgr.14180) 773 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:08 smithi142 bash[17956]: audit 2024-01-18T08:17:07.466832+0000 mgr.smithi116.xagkwr (mgr.14180) 774 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:09.160 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:09.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:09 smithi116 bash[14016]: audit 2024-01-18T08:17:09.103135+0000 mon.smithi116 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.wyvkwj"}]: dispatch 2024-01-18T08:17:09.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:09 smithi142 bash[17956]: audit 2024-01-18T08:17:09.103135+0000 mon.smithi116 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.wyvkwj"}]: dispatch 2024-01-18T08:17:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cephadm 2024-01-18T08:17:09.101854+0000 mgr.smithi116.xagkwr (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cephadm 2024-01-18T08:17:09.102407+0000 mgr.smithi116.xagkwr (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cephadm 2024-01-18T08:17:09.104615+0000 mgr.smithi116.xagkwr (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.553 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cephadm 2024-01-18T08:17:09.106974+0000 mgr.smithi116.xagkwr (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:10.554 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cephadm 2024-01-18T08:17:09.108727+0000 mgr.smithi116.xagkwr (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:10.554 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cluster 2024-01-18T08:17:09.109884+0000 mgr.smithi116.xagkwr (mgr.14180) 780 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:10.554 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:10 smithi116 bash[14016]: cluster 2024-01-18T08:17:09.225827+0000 mon.smithi116 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:17:10.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cephadm 2024-01-18T08:17:09.101854+0000 mgr.smithi116.xagkwr (mgr.14180) 775 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cephadm 2024-01-18T08:17:09.102407+0000 mgr.smithi116.xagkwr (mgr.14180) 776 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cephadm 2024-01-18T08:17:09.104615+0000 mgr.smithi116.xagkwr (mgr.14180) 777 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.wyvkwj ... 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cephadm 2024-01-18T08:17:09.106974+0000 mgr.smithi116.xagkwr (mgr.14180) 778 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cephadm 2024-01-18T08:17:09.108727+0000 mgr.smithi116.xagkwr (mgr.14180) 779 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cluster 2024-01-18T08:17:09.109884+0000 mgr.smithi116.xagkwr (mgr.14180) 780 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:10.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:10 smithi142 bash[17956]: cluster 2024-01-18T08:17:09.225827+0000 mon.smithi116 (mon.0) 867 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:17:11.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:11 smithi116 bash[14016]: audit 2024-01-18T08:17:10.331837+0000 mon.smithi116 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:11.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:11 smithi142 bash[17956]: audit 2024-01-18T08:17:10.331837+0000 mon.smithi116 (mon.0) 868 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:17:12.371 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:12.371 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:12.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:12 smithi142 bash[17956]: cluster 2024-01-18T08:17:11.110678+0000 mgr.smithi116.xagkwr (mgr.14180) 781 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:12.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:12 smithi116 bash[14016]: cluster 2024-01-18T08:17:11.110678+0000 mgr.smithi116.xagkwr (mgr.14180) 781 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:17:13.092 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:13.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:13 smithi142 bash[17956]: audit 2024-01-18T08:17:12.357582+0000 mgr.smithi116.xagkwr (mgr.14180) 782 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:13.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:13 smithi116 bash[14016]: audit 2024-01-18T08:17:12.357582+0000 mgr.smithi116.xagkwr (mgr.14180) 782 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:14.094 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:14.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:14 smithi116 bash[14016]: cluster 2024-01-18T08:17:13.111677+0000 mgr.smithi116.xagkwr (mgr.14180) 783 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:14.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:14 smithi142 bash[17956]: cluster 2024-01-18T08:17:13.111677+0000 mgr.smithi116.xagkwr (mgr.14180) 783 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:16.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:16 smithi142 bash[17956]: cluster 2024-01-18T08:17:15.113058+0000 mgr.smithi116.xagkwr (mgr.14180) 784 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-18T08:17:16.727 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:16 smithi116 bash[14016]: cluster 2024-01-18T08:17:15.113058+0000 mgr.smithi116.xagkwr (mgr.14180) 784 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-01-18T08:17:17.146 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:17.146 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:17.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:18.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:18 smithi142 bash[17956]: cluster 2024-01-18T08:17:17.114224+0000 mgr.smithi116.xagkwr (mgr.14180) 785 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:18.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:18 smithi142 bash[17956]: audit 2024-01-18T08:17:17.127504+0000 mgr.smithi116.xagkwr (mgr.14180) 786 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:18.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:18 smithi116 bash[14016]: cluster 2024-01-18T08:17:17.114224+0000 mgr.smithi116.xagkwr (mgr.14180) 785 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:18.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:18 smithi116 bash[14016]: audit 2024-01-18T08:17:17.127504+0000 mgr.smithi116.xagkwr (mgr.14180) 786 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:18.863 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:20.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:20 smithi116 bash[14016]: cluster 2024-01-18T08:17:19.114885+0000 mgr.smithi116.xagkwr (mgr.14180) 787 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:20.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:20 smithi142 bash[17956]: cluster 2024-01-18T08:17:19.114885+0000 mgr.smithi116.xagkwr (mgr.14180) 787 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:17:21.893 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:21.893 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:22.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:22.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:22 smithi116 bash[14016]: cluster 2024-01-18T08:17:21.116092+0000 mgr.smithi116.xagkwr (mgr.14180) 788 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:22.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:22 smithi116 bash[14016]: audit 2024-01-18T08:17:21.879235+0000 mgr.smithi116.xagkwr (mgr.14180) 789 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:22 smithi142 bash[17956]: cluster 2024-01-18T08:17:21.116092+0000 mgr.smithi116.xagkwr (mgr.14180) 788 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:22 smithi142 bash[17956]: audit 2024-01-18T08:17:21.879235+0000 mgr.smithi116.xagkwr (mgr.14180) 789 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:23.608 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:24.649 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:24 smithi116 bash[14016]: cluster 2024-01-18T08:17:23.117188+0000 mgr.smithi116.xagkwr (mgr.14180) 790 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:24 smithi142 bash[17956]: cluster 2024-01-18T08:17:23.117188+0000 mgr.smithi116.xagkwr (mgr.14180) 790 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:26.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:26 smithi116 bash[14016]: cluster 2024-01-18T08:17:25.118575+0000 mgr.smithi116.xagkwr (mgr.14180) 791 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:26.620 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:26.620 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:26 smithi142 bash[17956]: cluster 2024-01-18T08:17:25.118575+0000 mgr.smithi116.xagkwr (mgr.14180) 791 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:27.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:27.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:27 smithi142 bash[17956]: audit 2024-01-18T08:17:26.604986+0000 mgr.smithi116.xagkwr (mgr.14180) 792 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:27.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:27 smithi116 bash[14016]: audit 2024-01-18T08:17:26.604986+0000 mgr.smithi116.xagkwr (mgr.14180) 792 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:28.319 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:28.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:28 smithi116 bash[14016]: cluster 2024-01-18T08:17:27.119915+0000 mgr.smithi116.xagkwr (mgr.14180) 793 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:28 smithi142 bash[17956]: cluster 2024-01-18T08:17:27.119915+0000 mgr.smithi116.xagkwr (mgr.14180) 793 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:30.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:30 smithi116 bash[14016]: cluster 2024-01-18T08:17:29.121021+0000 mgr.smithi116.xagkwr (mgr.14180) 794 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:30.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:30 smithi142 bash[17956]: cluster 2024-01-18T08:17:29.121021+0000 mgr.smithi116.xagkwr (mgr.14180) 794 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:31.248 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:31.249 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:31.918 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:32.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:32 smithi116 bash[14016]: cluster 2024-01-18T08:17:31.122373+0000 mgr.smithi116.xagkwr (mgr.14180) 795 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:32.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:32 smithi116 bash[14016]: audit 2024-01-18T08:17:31.234658+0000 mgr.smithi116.xagkwr (mgr.14180) 796 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:32 smithi142 bash[17956]: cluster 2024-01-18T08:17:31.122373+0000 mgr.smithi116.xagkwr (mgr.14180) 795 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:32 smithi142 bash[17956]: audit 2024-01-18T08:17:31.234658+0000 mgr.smithi116.xagkwr (mgr.14180) 796 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:32.920 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:34.668 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:34 smithi116 bash[14016]: cluster 2024-01-18T08:17:33.123173+0000 mgr.smithi116.xagkwr (mgr.14180) 797 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:34 smithi142 bash[17956]: cluster 2024-01-18T08:17:33.123173+0000 mgr.smithi116.xagkwr (mgr.14180) 797 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:35.883 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:35.883 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:36.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:36.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:36 smithi116 bash[14016]: cluster 2024-01-18T08:17:35.124391+0000 mgr.smithi116.xagkwr (mgr.14180) 798 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:36.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:36 smithi116 bash[14016]: audit 2024-01-18T08:17:35.870001+0000 mgr.smithi116.xagkwr (mgr.14180) 799 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:36.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:36 smithi142 bash[17956]: cluster 2024-01-18T08:17:35.124391+0000 mgr.smithi116.xagkwr (mgr.14180) 798 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:36.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:36 smithi142 bash[17956]: audit 2024-01-18T08:17:35.870001+0000 mgr.smithi116.xagkwr (mgr.14180) 799 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:37.602 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:38.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:38 smithi116 bash[14016]: cluster 2024-01-18T08:17:37.125595+0000 mgr.smithi116.xagkwr (mgr.14180) 800 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:38 smithi142 bash[17956]: cluster 2024-01-18T08:17:37.125595+0000 mgr.smithi116.xagkwr (mgr.14180) 800 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:40.524 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:40.525 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:40.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:40 smithi116 bash[14016]: cluster 2024-01-18T08:17:39.126388+0000 mgr.smithi116.xagkwr (mgr.14180) 801 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:40.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:40 smithi142 bash[17956]: cluster 2024-01-18T08:17:39.126388+0000 mgr.smithi116.xagkwr (mgr.14180) 801 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:41.254 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:41.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:41 smithi116 bash[14016]: audit 2024-01-18T08:17:40.514749+0000 mgr.smithi116.xagkwr (mgr.14180) 802 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:41 smithi142 bash[17956]: audit 2024-01-18T08:17:40.514749+0000 mgr.smithi116.xagkwr (mgr.14180) 802 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:42.254 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:42.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:42 smithi116 bash[14016]: cluster 2024-01-18T08:17:41.127683+0000 mgr.smithi116.xagkwr (mgr.14180) 803 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:42.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:42 smithi142 bash[17956]: cluster 2024-01-18T08:17:41.127683+0000 mgr.smithi116.xagkwr (mgr.14180) 803 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:44.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:44 smithi116 bash[14016]: cluster 2024-01-18T08:17:43.128756+0000 mgr.smithi116.xagkwr (mgr.14180) 804 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:44 smithi142 bash[17956]: cluster 2024-01-18T08:17:43.128756+0000 mgr.smithi116.xagkwr (mgr.14180) 804 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:45.212 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:45.212 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:45.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:46.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:46 smithi116 bash[14016]: cluster 2024-01-18T08:17:45.129987+0000 mgr.smithi116.xagkwr (mgr.14180) 805 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:46.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:46 smithi116 bash[14016]: audit 2024-01-18T08:17:45.202974+0000 mgr.smithi116.xagkwr (mgr.14180) 806 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:46 smithi142 bash[17956]: cluster 2024-01-18T08:17:45.129987+0000 mgr.smithi116.xagkwr (mgr.14180) 805 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:46 smithi142 bash[17956]: audit 2024-01-18T08:17:45.202974+0000 mgr.smithi116.xagkwr (mgr.14180) 806 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:46.925 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:48.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:48 smithi116 bash[14016]: cluster 2024-01-18T08:17:47.130750+0000 mgr.smithi116.xagkwr (mgr.14180) 807 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:48 smithi142 bash[17956]: cluster 2024-01-18T08:17:47.130750+0000 mgr.smithi116.xagkwr (mgr.14180) 807 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:49.966 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:49.966 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:50.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:50.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:50 smithi116 bash[14016]: cluster 2024-01-18T08:17:49.131416+0000 mgr.smithi116.xagkwr (mgr.14180) 808 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:50.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:50 smithi142 bash[17956]: cluster 2024-01-18T08:17:49.131416+0000 mgr.smithi116.xagkwr (mgr.14180) 808 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:51.678 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:51.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:51 smithi116 bash[14016]: audit 2024-01-18T08:17:49.952577+0000 mgr.smithi116.xagkwr (mgr.14180) 809 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:51 smithi142 bash[17956]: audit 2024-01-18T08:17:49.952577+0000 mgr.smithi116.xagkwr (mgr.14180) 809 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:52.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:52 smithi116 bash[14016]: cluster 2024-01-18T08:17:51.132551+0000 mgr.smithi116.xagkwr (mgr.14180) 810 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:52 smithi142 bash[17956]: cluster 2024-01-18T08:17:51.132551+0000 mgr.smithi116.xagkwr (mgr.14180) 810 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:54.600 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:54.600 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:54.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:54 smithi116 bash[14016]: cluster 2024-01-18T08:17:53.133583+0000 mgr.smithi116.xagkwr (mgr.14180) 811 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:54 smithi142 bash[17956]: cluster 2024-01-18T08:17:53.133583+0000 mgr.smithi116.xagkwr (mgr.14180) 811 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:55.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:17:55.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:55 smithi116 bash[14016]: audit 2024-01-18T08:17:54.586259+0000 mgr.smithi116.xagkwr (mgr.14180) 812 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:55.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:55 smithi142 bash[17956]: audit 2024-01-18T08:17:54.586259+0000 mgr.smithi116.xagkwr (mgr.14180) 812 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:17:56.365 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:17:56.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:56 smithi116 bash[14016]: cluster 2024-01-18T08:17:55.134936+0000 mgr.smithi116.xagkwr (mgr.14180) 813 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:56 smithi142 bash[17956]: cluster 2024-01-18T08:17:55.134936+0000 mgr.smithi116.xagkwr (mgr.14180) 813 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:17:58.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:17:58 smithi116 bash[14016]: cluster 2024-01-18T08:17:57.136638+0000 mgr.smithi116.xagkwr (mgr.14180) 814 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:17:58 smithi142 bash[17956]: cluster 2024-01-18T08:17:57.136638+0000 mgr.smithi116.xagkwr (mgr.14180) 814 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:17:59.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:17:59.202 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:17:59.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:00.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:00 smithi116 bash[14016]: cluster 2024-01-18T08:17:59.137742+0000 mgr.smithi116.xagkwr (mgr.14180) 815 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:00.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:00 smithi116 bash[14016]: audit 2024-01-18T08:17:59.191965+0000 mgr.smithi116.xagkwr (mgr.14180) 816 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:00.880 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:00 smithi142 bash[17956]: cluster 2024-01-18T08:17:59.137742+0000 mgr.smithi116.xagkwr (mgr.14180) 815 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:00 smithi142 bash[17956]: audit 2024-01-18T08:17:59.191965+0000 mgr.smithi116.xagkwr (mgr.14180) 816 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:02.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:02 smithi116 bash[14016]: cluster 2024-01-18T08:18:01.139038+0000 mgr.smithi116.xagkwr (mgr.14180) 817 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:02 smithi142 bash[17956]: cluster 2024-01-18T08:18:01.139038+0000 mgr.smithi116.xagkwr (mgr.14180) 817 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:03.904 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:03.904 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:04.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:04.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:04 smithi116 bash[14016]: cluster 2024-01-18T08:18:03.140159+0000 mgr.smithi116.xagkwr (mgr.14180) 818 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:04.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:04 smithi116 bash[14016]: audit 2024-01-18T08:18:03.890221+0000 mgr.smithi116.xagkwr (mgr.14180) 819 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:04.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:04 smithi142 bash[17956]: cluster 2024-01-18T08:18:03.140159+0000 mgr.smithi116.xagkwr (mgr.14180) 818 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:04.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:04 smithi142 bash[17956]: audit 2024-01-18T08:18:03.890221+0000 mgr.smithi116.xagkwr (mgr.14180) 819 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:05.615 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:06 smithi116 bash[14016]: cluster 2024-01-18T08:18:05.141202+0000 mgr.smithi116.xagkwr (mgr.14180) 820 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:06 smithi142 bash[17956]: cluster 2024-01-18T08:18:05.141202+0000 mgr.smithi116.xagkwr (mgr.14180) 820 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:08.701 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:08.701 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:16:00.824964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.bfiand on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:08.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:08 smithi116 bash[14016]: cluster 2024-01-18T08:18:07.142203+0000 mgr.smithi116.xagkwr (mgr.14180) 821 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:08 smithi142 bash[17956]: cluster 2024-01-18T08:18:07.142203+0000 mgr.smithi116.xagkwr (mgr.14180) 821 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:09.391 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:08.687923+0000 mgr.smithi116.xagkwr (mgr.14180) 822 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.112757+0000 mon.smithi116 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:09.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.415933+0000 mon.smithi116 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.417650+0000 mon.smithi116 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.427195+0000 mon.smithi116 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.434522+0000 mon.smithi116 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:09.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:09 smithi116 bash[14016]: audit 2024-01-18T08:18:09.448868+0000 mon.smithi116 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:08.687923+0000 mgr.smithi116.xagkwr (mgr.14180) 822 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.112757+0000 mon.smithi116 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:18:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.415933+0000 mon.smithi116 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:18:09.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.417650+0000 mon.smithi116 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:18:09.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.427195+0000 mon.smithi116 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:09.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.434522+0000 mon.smithi116 (mon.0) 873 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:18:09.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:09 smithi142 bash[17956]: audit 2024-01-18T08:18:09.448868+0000 mon.smithi116 (mon.0) 874 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:10.392 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: cluster 2024-01-18T08:18:09.143334+0000 mgr.smithi116.xagkwr (mgr.14180) 823 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: cluster 2024-01-18T08:18:09.428091+0000 mgr.smithi116.xagkwr (mgr.14180) 824 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: cephadm 2024-01-18T08:18:09.452485+0000 mgr.smithi116.xagkwr (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.intbcf on smithi142 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: cluster 2024-01-18T08:18:09.527134+0000 mon.smithi116 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: cluster 2024-01-18T08:18:09.527183+0000 mon.smithi116 (mon.0) 876 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:10.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:10 smithi116 bash[14016]: audit 2024-01-18T08:18:10.536503+0000 mon.smithi116 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: cluster 2024-01-18T08:18:09.143334+0000 mgr.smithi116.xagkwr (mgr.14180) 823 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: cluster 2024-01-18T08:18:09.428091+0000 mgr.smithi116.xagkwr (mgr.14180) 824 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: cephadm 2024-01-18T08:18:09.452485+0000 mgr.smithi116.xagkwr (mgr.14180) 825 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.intbcf on smithi142 2024-01-18T08:18:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: cluster 2024-01-18T08:18:09.527134+0000 mon.smithi116 (mon.0) 875 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:18:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: cluster 2024-01-18T08:18:09.527183+0000 mon.smithi116 (mon.0) 876 : cluster [INF] Cluster is now healthy 2024-01-18T08:18:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:10 smithi142 bash[17956]: audit 2024-01-18T08:18:10.536503+0000 mon.smithi116 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:12.830 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:12 smithi142 bash[17956]: cluster 2024-01-18T08:18:11.429081+0000 mgr.smithi116.xagkwr (mgr.14180) 826 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:13.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:12 smithi116 bash[14016]: cluster 2024-01-18T08:18:11.429081+0000 mgr.smithi116.xagkwr (mgr.14180) 826 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:13.437 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:13.437 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:05.238868Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ktpmez on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ktpmez\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ktpmez\nDeploy daemon haproxy.nfs.foo.smithi142.ktpmez ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr 2.3: Pulling from library/haproxy\nstat: stderr docker: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.104459Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.wyvkwj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-wyvkwj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.wyvkwj\nDeploy daemon haproxy.nfs.foo.smithi116.wyvkwj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:17:09.106866Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.yhuirg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:13.666 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:13 smithi116 bash[14016]: audit 2024-01-18T08:18:13.349175+0000 mon.smithi116 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.intbcf"}]: dispatch 2024-01-18T08:18:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:13 smithi142 bash[17956]: audit 2024-01-18T08:18:13.349175+0000 mon.smithi116 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.intbcf"}]: dispatch 2024-01-18T08:18:14.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: cephadm 2024-01-18T08:18:13.348060+0000 mgr.smithi116.xagkwr (mgr.14180) 827 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: cephadm 2024-01-18T08:18:13.348590+0000 mgr.smithi116.xagkwr (mgr.14180) 828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: cephadm 2024-01-18T08:18:13.350520+0000 mgr.smithi116.xagkwr (mgr.14180) 829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: cephadm 2024-01-18T08:18:13.355166+0000 mgr.smithi116.xagkwr (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.yhojtl on smithi116 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: audit 2024-01-18T08:18:13.423988+0000 mgr.smithi116.xagkwr (mgr.14180) 831 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:14 smithi142 bash[17956]: cluster 2024-01-18T08:18:13.429700+0000 mgr.smithi116.xagkwr (mgr.14180) 832 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: cephadm 2024-01-18T08:18:13.348060+0000 mgr.smithi116.xagkwr (mgr.14180) 827 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:15.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: cephadm 2024-01-18T08:18:13.348590+0000 mgr.smithi116.xagkwr (mgr.14180) 828 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: cephadm 2024-01-18T08:18:13.350520+0000 mgr.smithi116.xagkwr (mgr.14180) 829 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.intbcf ... 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: cephadm 2024-01-18T08:18:13.355166+0000 mgr.smithi116.xagkwr (mgr.14180) 830 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.yhojtl on smithi116 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: audit 2024-01-18T08:18:13.423988+0000 mgr.smithi116.xagkwr (mgr.14180) 831 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:15.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:14 smithi116 bash[14016]: cluster 2024-01-18T08:18:13.429700+0000 mgr.smithi116.xagkwr (mgr.14180) 832 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:15.203 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:16.515 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:16 smithi116 bash[14016]: cluster 2024-01-18T08:18:15.430507+0000 mgr.smithi116.xagkwr (mgr.14180) 833 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:16.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:16 smithi142 bash[17956]: cluster 2024-01-18T08:18:15.430507+0000 mgr.smithi116.xagkwr (mgr.14180) 833 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:18.443 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:18.444 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cluster 2024-01-18T08:18:17.431467+0000 mgr.smithi116.xagkwr (mgr.14180) 834 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cephadm 2024-01-18T08:18:17.511295+0000 mgr.smithi116.xagkwr (mgr.14180) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cephadm 2024-01-18T08:18:17.511580+0000 mgr.smithi116.xagkwr (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: audit 2024-01-18T08:18:17.512328+0000 mon.smithi116 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.yhojtl"}]: dispatch 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cephadm 2024-01-18T08:18:17.513953+0000 mgr.smithi116.xagkwr (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cephadm 2024-01-18T08:18:17.517225+0000 mgr.smithi116.xagkwr (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cephadm 2024-01-18T08:18:17.520160+0000 mgr.smithi116.xagkwr (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:18.803 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:18 smithi116 bash[14016]: cluster 2024-01-18T08:18:17.521007+0000 mgr.smithi116.xagkwr (mgr.14180) 840 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-18T08:18:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cluster 2024-01-18T08:18:17.431467+0000 mgr.smithi116.xagkwr (mgr.14180) 834 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cephadm 2024-01-18T08:18:17.511295+0000 mgr.smithi116.xagkwr (mgr.14180) 835 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cephadm 2024-01-18T08:18:17.511580+0000 mgr.smithi116.xagkwr (mgr.14180) 836 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: audit 2024-01-18T08:18:17.512328+0000 mon.smithi116 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.yhojtl"}]: dispatch 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cephadm 2024-01-18T08:18:17.513953+0000 mgr.smithi116.xagkwr (mgr.14180) 837 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.yhojtl ... 2024-01-18T08:18:18.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cephadm 2024-01-18T08:18:17.517225+0000 mgr.smithi116.xagkwr (mgr.14180) 838 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cephadm 2024-01-18T08:18:17.520160+0000 mgr.smithi116.xagkwr (mgr.14180) 839 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:18:18.886 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:18 smithi142 bash[17956]: cluster 2024-01-18T08:18:17.521007+0000 mgr.smithi116.xagkwr (mgr.14180) 840 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-18T08:18:19.174 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:19.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:19 smithi116 bash[14016]: audit 2024-01-18T08:18:18.429493+0000 mgr.smithi116.xagkwr (mgr.14180) 841 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:19.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:19 smithi116 bash[14016]: cluster 2024-01-18T08:18:18.485343+0000 mon.smithi116 (mon.0) 880 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:18:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:19 smithi142 bash[17956]: audit 2024-01-18T08:18:18.429493+0000 mgr.smithi116.xagkwr (mgr.14180) 841 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:19 smithi142 bash[17956]: cluster 2024-01-18T08:18:18.485343+0000 mon.smithi116 (mon.0) 880 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:18:20.175 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:20.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:20 smithi116 bash[14016]: cluster 2024-01-18T08:18:19.522076+0000 mgr.smithi116.xagkwr (mgr.14180) 842 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:20.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:20 smithi116 bash[14016]: audit 2024-01-18T08:18:20.380392+0000 mon.smithi116 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:20 smithi142 bash[17956]: cluster 2024-01-18T08:18:19.522076+0000 mgr.smithi116.xagkwr (mgr.14180) 842 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:20 smithi142 bash[17956]: audit 2024-01-18T08:18:20.380392+0000 mon.smithi116 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:22 smithi142 bash[17956]: cluster 2024-01-18T08:18:21.523318+0000 mgr.smithi116.xagkwr (mgr.14180) 843 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:22 smithi116 bash[14016]: cluster 2024-01-18T08:18:21.523318+0000 mgr.smithi116.xagkwr (mgr.14180) 843 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:23.202 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:23.202 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:23.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:24 smithi142 bash[17956]: audit 2024-01-18T08:18:23.188029+0000 mgr.smithi116.xagkwr (mgr.14180) 844 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:24 smithi142 bash[17956]: cluster 2024-01-18T08:18:23.524469+0000 mgr.smithi116.xagkwr (mgr.14180) 845 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:24.929 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:24.942 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:24 smithi116 bash[14016]: audit 2024-01-18T08:18:23.188029+0000 mgr.smithi116.xagkwr (mgr.14180) 844 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:24.943 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:24 smithi116 bash[14016]: cluster 2024-01-18T08:18:23.524469+0000 mgr.smithi116.xagkwr (mgr.14180) 845 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:26 smithi116 bash[14016]: cluster 2024-01-18T08:18:25.525687+0000 mgr.smithi116.xagkwr (mgr.14180) 846 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:26 smithi116 bash[14016]: audit 2024-01-18T08:18:25.536872+0000 mon.smithi116 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:26 smithi142 bash[17956]: cluster 2024-01-18T08:18:25.525687+0000 mgr.smithi116.xagkwr (mgr.14180) 846 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:26 smithi142 bash[17956]: audit 2024-01-18T08:18:25.536872+0000 mon.smithi116 (mon.0) 882 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:18:27.848 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:27.848 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:28.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:28.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:28 smithi116 bash[14016]: cluster 2024-01-18T08:18:27.526588+0000 mgr.smithi116.xagkwr (mgr.14180) 847 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:28.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:28 smithi116 bash[14016]: audit 2024-01-18T08:18:27.838827+0000 mgr.smithi116.xagkwr (mgr.14180) 848 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:28 smithi142 bash[17956]: cluster 2024-01-18T08:18:27.526588+0000 mgr.smithi116.xagkwr (mgr.14180) 847 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:18:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:28 smithi142 bash[17956]: audit 2024-01-18T08:18:27.838827+0000 mgr.smithi116.xagkwr (mgr.14180) 848 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:29.518 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:30.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:30 smithi116 bash[14016]: cluster 2024-01-18T08:18:29.527647+0000 mgr.smithi116.xagkwr (mgr.14180) 849 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:30.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:30 smithi142 bash[17956]: cluster 2024-01-18T08:18:29.527647+0000 mgr.smithi116.xagkwr (mgr.14180) 849 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:32.624 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:32.624 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:32.821 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:32 smithi116 bash[14016]: cluster 2024-01-18T08:18:31.528905+0000 mgr.smithi116.xagkwr (mgr.14180) 850 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:32 smithi142 bash[17956]: cluster 2024-01-18T08:18:31.528905+0000 mgr.smithi116.xagkwr (mgr.14180) 850 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:33.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:33.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:33 smithi116 bash[14016]: audit 2024-01-18T08:18:32.609644+0000 mgr.smithi116.xagkwr (mgr.14180) 851 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:33 smithi142 bash[17956]: audit 2024-01-18T08:18:32.609644+0000 mgr.smithi116.xagkwr (mgr.14180) 851 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:34.326 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:34.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:34 smithi116 bash[14016]: cluster 2024-01-18T08:18:33.530074+0000 mgr.smithi116.xagkwr (mgr.14180) 852 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:34 smithi142 bash[17956]: cluster 2024-01-18T08:18:33.530074+0000 mgr.smithi116.xagkwr (mgr.14180) 852 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:36.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:36 smithi116 bash[14016]: cluster 2024-01-18T08:18:35.531264+0000 mgr.smithi116.xagkwr (mgr.14180) 853 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:36 smithi142 bash[17956]: cluster 2024-01-18T08:18:35.531264+0000 mgr.smithi116.xagkwr (mgr.14180) 853 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:37.317 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:37.318 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:37.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:38 smithi142 bash[17956]: audit 2024-01-18T08:18:37.302990+0000 mgr.smithi116.xagkwr (mgr.14180) 854 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:38 smithi142 bash[17956]: cluster 2024-01-18T08:18:37.532527+0000 mgr.smithi116.xagkwr (mgr.14180) 855 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:38.992 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:39.004 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:38 smithi116 bash[14016]: audit 2024-01-18T08:18:37.302990+0000 mgr.smithi116.xagkwr (mgr.14180) 854 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:39.004 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:38 smithi116 bash[14016]: cluster 2024-01-18T08:18:37.532527+0000 mgr.smithi116.xagkwr (mgr.14180) 855 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:40.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:40 smithi142 bash[17956]: cluster 2024-01-18T08:18:39.533519+0000 mgr.smithi116.xagkwr (mgr.14180) 856 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:41.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:40 smithi116 bash[14016]: cluster 2024-01-18T08:18:39.533519+0000 mgr.smithi116.xagkwr (mgr.14180) 856 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:41.654 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:41.654 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:42.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:42.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:42 smithi116 bash[14016]: cluster 2024-01-18T08:18:41.534789+0000 mgr.smithi116.xagkwr (mgr.14180) 857 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:42.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:42 smithi116 bash[14016]: audit 2024-01-18T08:18:41.639965+0000 mgr.smithi116.xagkwr (mgr.14180) 858 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:42.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:42 smithi142 bash[17956]: cluster 2024-01-18T08:18:41.534789+0000 mgr.smithi116.xagkwr (mgr.14180) 857 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:42.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:42 smithi142 bash[17956]: audit 2024-01-18T08:18:41.639965+0000 mgr.smithi116.xagkwr (mgr.14180) 858 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:43.387 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:44.686 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:44 smithi116 bash[14016]: cluster 2024-01-18T08:18:43.535728+0000 mgr.smithi116.xagkwr (mgr.14180) 859 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:44 smithi142 bash[17956]: cluster 2024-01-18T08:18:43.535728+0000 mgr.smithi116.xagkwr (mgr.14180) 859 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:46.364 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:46.364 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:46.543 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:46 smithi116 bash[14016]: cluster 2024-01-18T08:18:45.536913+0000 mgr.smithi116.xagkwr (mgr.14180) 860 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:46.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:46 smithi142 bash[17956]: cluster 2024-01-18T08:18:45.536913+0000 mgr.smithi116.xagkwr (mgr.14180) 860 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:46.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:47.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:47 smithi116 bash[14016]: audit 2024-01-18T08:18:46.347676+0000 mgr.smithi116.xagkwr (mgr.14180) 861 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:47.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:47 smithi142 bash[17956]: audit 2024-01-18T08:18:46.347676+0000 mgr.smithi116.xagkwr (mgr.14180) 861 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:47.995 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:48.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:48 smithi116 bash[14016]: cluster 2024-01-18T08:18:47.538030+0000 mgr.smithi116.xagkwr (mgr.14180) 862 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:48.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:48 smithi142 bash[17956]: cluster 2024-01-18T08:18:47.538030+0000 mgr.smithi116.xagkwr (mgr.14180) 862 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:50.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:50 smithi142 bash[17956]: cluster 2024-01-18T08:18:49.538908+0000 mgr.smithi116.xagkwr (mgr.14180) 863 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:51.012 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:51.013 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:51.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:50 smithi116 bash[14016]: cluster 2024-01-18T08:18:49.538908+0000 mgr.smithi116.xagkwr (mgr.14180) 863 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:51.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:52.761 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:52 smithi142 bash[17956]: audit 2024-01-18T08:18:51.001311+0000 mgr.smithi116.xagkwr (mgr.14180) 864 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:52.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:52 smithi142 bash[17956]: cluster 2024-01-18T08:18:51.539567+0000 mgr.smithi116.xagkwr (mgr.14180) 865 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:52.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:52 smithi116 bash[14016]: audit 2024-01-18T08:18:51.001311+0000 mgr.smithi116.xagkwr (mgr.14180) 864 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:52.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:52 smithi116 bash[14016]: cluster 2024-01-18T08:18:51.539567+0000 mgr.smithi116.xagkwr (mgr.14180) 865 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:54 smithi142 bash[17956]: cluster 2024-01-18T08:18:53.540333+0000 mgr.smithi116.xagkwr (mgr.14180) 866 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:55.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:54 smithi116 bash[14016]: cluster 2024-01-18T08:18:53.540333+0000 mgr.smithi116.xagkwr (mgr.14180) 866 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:55.690 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:18:55.690 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:18:56.359 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:18:56.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:56 smithi116 bash[14016]: cluster 2024-01-18T08:18:55.541502+0000 mgr.smithi116.xagkwr (mgr.14180) 867 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:56.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:56 smithi116 bash[14016]: audit 2024-01-18T08:18:55.677171+0000 mgr.smithi116.xagkwr (mgr.14180) 868 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:56.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:56 smithi142 bash[17956]: cluster 2024-01-18T08:18:55.541502+0000 mgr.smithi116.xagkwr (mgr.14180) 867 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:18:56.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:56 smithi142 bash[17956]: audit 2024-01-18T08:18:55.677171+0000 mgr.smithi116.xagkwr (mgr.14180) 868 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:18:57.360 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:18:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:18:58 smithi142 bash[17956]: cluster 2024-01-18T08:18:57.547033+0000 mgr.smithi116.xagkwr (mgr.14180) 869 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:18:59.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:18:58 smithi116 bash[14016]: cluster 2024-01-18T08:18:57.547033+0000 mgr.smithi116.xagkwr (mgr.14180) 869 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:00.308 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:00.308 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:00.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:00 smithi116 bash[14016]: cluster 2024-01-18T08:18:59.548356+0000 mgr.smithi116.xagkwr (mgr.14180) 870 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:00.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:00 smithi142 bash[17956]: cluster 2024-01-18T08:18:59.548356+0000 mgr.smithi116.xagkwr (mgr.14180) 870 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:00.991 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:01.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:01 smithi142 bash[17956]: audit 2024-01-18T08:19:00.298396+0000 mgr.smithi116.xagkwr (mgr.14180) 871 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:01.992 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:02.005 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:01 smithi116 bash[14016]: audit 2024-01-18T08:19:00.298396+0000 mgr.smithi116.xagkwr (mgr.14180) 871 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:02 smithi142 bash[17956]: cluster 2024-01-18T08:19:01.549528+0000 mgr.smithi116.xagkwr (mgr.14180) 872 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:02.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:02 smithi116 bash[14016]: cluster 2024-01-18T08:19:01.549528+0000 mgr.smithi116.xagkwr (mgr.14180) 872 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:04.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:04 smithi116 bash[14016]: cluster 2024-01-18T08:19:03.550588+0000 mgr.smithi116.xagkwr (mgr.14180) 873 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:04.818 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:04.819 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:05.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:04 smithi142 bash[17956]: cluster 2024-01-18T08:19:03.550588+0000 mgr.smithi116.xagkwr (mgr.14180) 873 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:05.580 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:06.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:05 smithi116 bash[14016]: audit 2024-01-18T08:19:04.803528+0000 mgr.smithi116.xagkwr (mgr.14180) 874 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:05 smithi142 bash[17956]: audit 2024-01-18T08:19:04.803528+0000 mgr.smithi116.xagkwr (mgr.14180) 874 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:06.581 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:07.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:06 smithi116 bash[14016]: cluster 2024-01-18T08:19:05.551651+0000 mgr.smithi116.xagkwr (mgr.14180) 875 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:07.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:06 smithi142 bash[17956]: cluster 2024-01-18T08:19:05.551651+0000 mgr.smithi116.xagkwr (mgr.14180) 875 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:08.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:08 smithi116 bash[14016]: cluster 2024-01-18T08:19:07.552850+0000 mgr.smithi116.xagkwr (mgr.14180) 876 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:09.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:08 smithi142 bash[17956]: cluster 2024-01-18T08:19:07.552850+0000 mgr.smithi116.xagkwr (mgr.14180) 876 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:09.386 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:09.387 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:10.124 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:11.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:10 smithi116 bash[14016]: audit 2024-01-18T08:19:09.372734+0000 mgr.smithi116.xagkwr (mgr.14180) 877 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:11.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:10 smithi116 bash[14016]: cluster 2024-01-18T08:19:09.554039+0000 mgr.smithi116.xagkwr (mgr.14180) 878 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:11.125 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:11.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:10 smithi142 bash[17956]: audit 2024-01-18T08:19:09.372734+0000 mgr.smithi116.xagkwr (mgr.14180) 877 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:11.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:10 smithi142 bash[17956]: cluster 2024-01-18T08:19:09.554039+0000 mgr.smithi116.xagkwr (mgr.14180) 878 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:12.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:12 smithi116 bash[14016]: cluster 2024-01-18T08:19:11.554714+0000 mgr.smithi116.xagkwr (mgr.14180) 879 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:13.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:12 smithi142 bash[17956]: cluster 2024-01-18T08:19:11.554714+0000 mgr.smithi116.xagkwr (mgr.14180) 879 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:14.221 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:14.221 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:14.924 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:14 smithi116 bash[14016]: cluster 2024-01-18T08:19:13.555920+0000 mgr.smithi116.xagkwr (mgr.14180) 880 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:14.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:14 smithi142 bash[17956]: cluster 2024-01-18T08:19:13.555920+0000 mgr.smithi116.xagkwr (mgr.14180) 880 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:15.926 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:15.938 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:15 smithi116 bash[14016]: audit 2024-01-18T08:19:14.204604+0000 mgr.smithi116.xagkwr (mgr.14180) 881 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:15 smithi142 bash[17956]: audit 2024-01-18T08:19:14.204604+0000 mgr.smithi116.xagkwr (mgr.14180) 881 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:16.949 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:16 smithi116 bash[14016]: cluster 2024-01-18T08:19:15.557144+0000 mgr.smithi116.xagkwr (mgr.14180) 882 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:17.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:16 smithi142 bash[17956]: cluster 2024-01-18T08:19:15.557144+0000 mgr.smithi116.xagkwr (mgr.14180) 882 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:18.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:17 smithi116 bash[14016]: audit 2024-01-18T08:19:17.524312+0000 mon.smithi116 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:19:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:17 smithi142 bash[17956]: audit 2024-01-18T08:19:17.524312+0000 mon.smithi116 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:19:18.808 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:18.808 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:17:09.108611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.hiugtl on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:18.963 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: cluster 2024-01-18T08:19:17.558295+0000 mgr.smithi116.xagkwr (mgr.14180) 883 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:18.963 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: audit 2024-01-18T08:19:17.827065+0000 mon.smithi116 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:19:18.963 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: audit 2024-01-18T08:19:17.828665+0000 mon.smithi116 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:19:18.964 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: audit 2024-01-18T08:19:17.835225+0000 mon.smithi116 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:18.964 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: cluster 2024-01-18T08:19:17.835886+0000 mgr.smithi116.xagkwr (mgr.14180) 884 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:18.964 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: audit 2024-01-18T08:19:17.840279+0000 mon.smithi116 (mon.0) 887 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:19:18.964 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: audit 2024-01-18T08:19:17.854365+0000 mon.smithi116 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:18.964 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:18 smithi116 bash[14016]: cephadm 2024-01-18T08:19:17.857366+0000 mgr.smithi116.xagkwr (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.djpivg on smithi142 2024-01-18T08:19:19.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: cluster 2024-01-18T08:19:17.558295+0000 mgr.smithi116.xagkwr (mgr.14180) 883 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: audit 2024-01-18T08:19:17.827065+0000 mon.smithi116 (mon.0) 884 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: audit 2024-01-18T08:19:17.828665+0000 mon.smithi116 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: audit 2024-01-18T08:19:17.835225+0000 mon.smithi116 (mon.0) 886 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: cluster 2024-01-18T08:19:17.835886+0000 mgr.smithi116.xagkwr (mgr.14180) 884 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: audit 2024-01-18T08:19:17.840279+0000 mon.smithi116 (mon.0) 887 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: audit 2024-01-18T08:19:17.854365+0000 mon.smithi116 (mon.0) 888 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:18 smithi142 bash[17956]: cephadm 2024-01-18T08:19:17.857366+0000 mgr.smithi116.xagkwr (mgr.14180) 885 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.djpivg on smithi142 2024-01-18T08:19:19.507 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:19.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:19 smithi116 bash[14016]: audit 2024-01-18T08:19:18.792174+0000 mgr.smithi116.xagkwr (mgr.14180) 886 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:19.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:19 smithi116 bash[14016]: cluster 2024-01-18T08:19:18.832810+0000 mon.smithi116 (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:19:19.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:19 smithi116 bash[14016]: cluster 2024-01-18T08:19:18.832843+0000 mon.smithi116 (mon.0) 890 : cluster [INF] Cluster is now healthy 2024-01-18T08:19:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:19 smithi142 bash[17956]: audit 2024-01-18T08:19:18.792174+0000 mgr.smithi116.xagkwr (mgr.14180) 886 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:19 smithi142 bash[17956]: cluster 2024-01-18T08:19:18.832810+0000 mon.smithi116 (mon.0) 889 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:19:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:19 smithi142 bash[17956]: cluster 2024-01-18T08:19:18.832843+0000 mon.smithi116 (mon.0) 890 : cluster [INF] Cluster is now healthy 2024-01-18T08:19:20.508 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:20.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:20 smithi116 bash[14016]: cluster 2024-01-18T08:19:19.836814+0000 mgr.smithi116.xagkwr (mgr.14180) 887 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:20 smithi142 bash[17956]: cluster 2024-01-18T08:19:19.836814+0000 mgr.smithi116.xagkwr (mgr.14180) 887 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:22.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:21 smithi142 bash[17956]: audit 2024-01-18T08:19:21.843943+0000 mon.smithi116 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.djpivg"}]: dispatch 2024-01-18T08:19:22.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:21 smithi116 bash[14016]: audit 2024-01-18T08:19:21.843943+0000 mon.smithi116 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.djpivg"}]: dispatch 2024-01-18T08:19:23.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: cluster 2024-01-18T08:19:21.837628+0000 mgr.smithi116.xagkwr (mgr.14180) 888 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: cephadm 2024-01-18T08:19:21.843280+0000 mgr.smithi116.xagkwr (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: cephadm 2024-01-18T08:19:21.843513+0000 mgr.smithi116.xagkwr (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: cephadm 2024-01-18T08:19:21.844881+0000 mgr.smithi116.xagkwr (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.303 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:22 smithi116 bash[14016]: cephadm 2024-01-18T08:19:21.847467+0000 mgr.smithi116.xagkwr (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.bpopqx on smithi116 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: cluster 2024-01-18T08:19:21.837628+0000 mgr.smithi116.xagkwr (mgr.14180) 888 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: cephadm 2024-01-18T08:19:21.843280+0000 mgr.smithi116.xagkwr (mgr.14180) 889 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: cephadm 2024-01-18T08:19:21.843513+0000 mgr.smithi116.xagkwr (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: cephadm 2024-01-18T08:19:21.844881+0000 mgr.smithi116.xagkwr (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg 2024-01-18T08:19:23.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.djpivg ... 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:23.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:22 smithi142 bash[17956]: cephadm 2024-01-18T08:19:21.847467+0000 mgr.smithi116.xagkwr (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.bpopqx on smithi116 2024-01-18T08:19:23.446 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:23.446 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:13.350300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.intbcf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-intbcf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.intbcf\nDeploy daemon haproxy.nfs.foo.smithi142.intbcf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.513746Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.yhojtl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-yhojtl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.yhojtl\nDeploy daemon haproxy.nfs.foo.smithi116.yhojtl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:18:17.517059Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.rzgyxj on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:24.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:25.185 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:25.198 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:24 smithi116 bash[14016]: audit 2024-01-18T08:19:23.432666+0000 mgr.smithi116.xagkwr (mgr.14180) 893 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:25.198 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:24 smithi116 bash[14016]: cluster 2024-01-18T08:19:23.838216+0000 mgr.smithi116.xagkwr (mgr.14180) 894 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:25.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:24 smithi142 bash[17956]: audit 2024-01-18T08:19:23.432666+0000 mgr.smithi116.xagkwr (mgr.14180) 893 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:25.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:24 smithi142 bash[17956]: cluster 2024-01-18T08:19:23.838216+0000 mgr.smithi116.xagkwr (mgr.14180) 894 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:26.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:26 smithi116 bash[14016]: audit 2024-01-18T08:19:25.538655+0000 mon.smithi116 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:26.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:26 smithi116 bash[14016]: cluster 2024-01-18T08:19:25.839148+0000 mgr.smithi116.xagkwr (mgr.14180) 895 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:26.605 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:26 smithi116 bash[14016]: audit 2024-01-18T08:19:26.142946+0000 mon.smithi116 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.bpopqx"}]: dispatch 2024-01-18T08:19:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:26 smithi142 bash[17956]: audit 2024-01-18T08:19:25.538655+0000 mon.smithi116 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:26 smithi142 bash[17956]: cluster 2024-01-18T08:19:25.839148+0000 mgr.smithi116.xagkwr (mgr.14180) 895 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:19:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:26 smithi142 bash[17956]: audit 2024-01-18T08:19:26.142946+0000 mon.smithi116 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.bpopqx"}]: dispatch 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cephadm 2024-01-18T08:19:26.141581+0000 mgr.smithi116.xagkwr (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cephadm 2024-01-18T08:19:26.142129+0000 mgr.smithi116.xagkwr (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cephadm 2024-01-18T08:19:26.144445+0000 mgr.smithi116.xagkwr (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:19:27.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cephadm 2024-01-18T08:19:26.148007+0000 mgr.smithi116.xagkwr (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cephadm 2024-01-18T08:19:26.150065+0000 mgr.smithi116.xagkwr (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cluster 2024-01-18T08:19:26.151245+0000 mgr.smithi116.xagkwr (mgr.14180) 901 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-01-18T08:19:27.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:27 smithi142 bash[17956]: cluster 2024-01-18T08:19:26.534989+0000 mon.smithi116 (mon.0) 894 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:19:27.958 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cephadm 2024-01-18T08:19:26.141581+0000 mgr.smithi116.xagkwr (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.958 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.958 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:19:27.959 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cephadm 2024-01-18T08:19:26.142129+0000 mgr.smithi116.xagkwr (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.960 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cephadm 2024-01-18T08:19:26.144445+0000 mgr.smithi116.xagkwr (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.bpopqx ... 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cephadm 2024-01-18T08:19:26.148007+0000 mgr.smithi116.xagkwr (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cephadm 2024-01-18T08:19:26.150065+0000 mgr.smithi116.xagkwr (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:19:27.961 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cluster 2024-01-18T08:19:26.151245+0000 mgr.smithi116.xagkwr (mgr.14180) 901 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2024-01-18T08:19:27.962 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:27 smithi116 bash[14016]: cluster 2024-01-18T08:19:26.534989+0000 mon.smithi116 (mon.0) 894 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:19:28.343 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:28.343 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:29.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:29 smithi142 bash[17956]: cluster 2024-01-18T08:19:28.152291+0000 mgr.smithi116.xagkwr (mgr.14180) 902 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:29.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:29 smithi142 bash[17956]: audit 2024-01-18T08:19:28.329075+0000 mgr.smithi116.xagkwr (mgr.14180) 903 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:30.049 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:30.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:29 smithi116 bash[14016]: cluster 2024-01-18T08:19:28.152291+0000 mgr.smithi116.xagkwr (mgr.14180) 902 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:30.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:29 smithi116 bash[14016]: audit 2024-01-18T08:19:28.329075+0000 mgr.smithi116.xagkwr (mgr.14180) 903 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:31.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:31 smithi116 bash[14016]: cluster 2024-01-18T08:19:30.153081+0000 mgr.smithi116.xagkwr (mgr.14180) 904 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:31.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:31 smithi116 bash[14016]: audit 2024-01-18T08:19:30.428141+0000 mon.smithi116 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:31 smithi142 bash[17956]: cluster 2024-01-18T08:19:30.153081+0000 mgr.smithi116.xagkwr (mgr.14180) 904 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:31.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:31 smithi142 bash[17956]: audit 2024-01-18T08:19:30.428141+0000 mon.smithi116 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:33.088 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:33.088 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:33.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:33 smithi116 bash[14016]: cluster 2024-01-18T08:19:32.154310+0000 mgr.smithi116.xagkwr (mgr.14180) 905 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:33.769 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:33 smithi142 bash[17956]: cluster 2024-01-18T08:19:32.154310+0000 mgr.smithi116.xagkwr (mgr.14180) 905 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:34.770 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:34.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:34 smithi116 bash[14016]: audit 2024-01-18T08:19:33.077920+0000 mgr.smithi116.xagkwr (mgr.14180) 906 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:34 smithi142 bash[17956]: audit 2024-01-18T08:19:33.077920+0000 mgr.smithi116.xagkwr (mgr.14180) 906 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:35.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:35 smithi116 bash[14016]: cluster 2024-01-18T08:19:34.155639+0000 mgr.smithi116.xagkwr (mgr.14180) 907 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-01-18T08:19:35.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:35 smithi142 bash[17956]: cluster 2024-01-18T08:19:34.155639+0000 mgr.smithi116.xagkwr (mgr.14180) 907 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2024-01-18T08:19:37.648 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:37.649 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:37.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:37 smithi142 bash[17956]: cluster 2024-01-18T08:19:36.156676+0000 mgr.smithi116.xagkwr (mgr.14180) 908 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:37.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:37 smithi116 bash[14016]: cluster 2024-01-18T08:19:36.156676+0000 mgr.smithi116.xagkwr (mgr.14180) 908 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:19:38.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:38.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:38 smithi116 bash[14016]: audit 2024-01-18T08:19:37.633874+0000 mgr.smithi116.xagkwr (mgr.14180) 909 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:38 smithi142 bash[17956]: audit 2024-01-18T08:19:37.633874+0000 mgr.smithi116.xagkwr (mgr.14180) 909 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:39.340 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:39.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:39 smithi116 bash[14016]: cluster 2024-01-18T08:19:38.157846+0000 mgr.smithi116.xagkwr (mgr.14180) 910 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:39.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:39 smithi142 bash[17956]: cluster 2024-01-18T08:19:38.157846+0000 mgr.smithi116.xagkwr (mgr.14180) 910 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:41.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:41 smithi116 bash[14016]: cluster 2024-01-18T08:19:40.158557+0000 mgr.smithi116.xagkwr (mgr.14180) 911 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:41.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:41 smithi116 bash[14016]: audit 2024-01-18T08:19:40.538238+0000 mon.smithi116 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:41 smithi142 bash[17956]: cluster 2024-01-18T08:19:40.158557+0000 mgr.smithi116.xagkwr (mgr.14180) 911 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:41 smithi142 bash[17956]: audit 2024-01-18T08:19:40.538238+0000 mon.smithi116 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:19:42.276 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:42.277 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:42.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:43.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:43 smithi116 bash[14016]: cluster 2024-01-18T08:19:42.159725+0000 mgr.smithi116.xagkwr (mgr.14180) 912 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:43.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:43 smithi116 bash[14016]: audit 2024-01-18T08:19:42.261426+0000 mgr.smithi116.xagkwr (mgr.14180) 913 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:43 smithi142 bash[17956]: cluster 2024-01-18T08:19:42.159725+0000 mgr.smithi116.xagkwr (mgr.14180) 912 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:43 smithi142 bash[17956]: audit 2024-01-18T08:19:42.261426+0000 mgr.smithi116.xagkwr (mgr.14180) 913 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:43.987 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:45.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:45 smithi116 bash[14016]: cluster 2024-01-18T08:19:44.160346+0000 mgr.smithi116.xagkwr (mgr.14180) 914 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:45.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:45 smithi142 bash[17956]: cluster 2024-01-18T08:19:44.160346+0000 mgr.smithi116.xagkwr (mgr.14180) 914 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:47.135 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:47.135 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:47.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:47 smithi116 bash[14016]: cluster 2024-01-18T08:19:46.161260+0000 mgr.smithi116.xagkwr (mgr.14180) 915 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:47.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:47.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:47 smithi142 bash[17956]: cluster 2024-01-18T08:19:46.161260+0000 mgr.smithi116.xagkwr (mgr.14180) 915 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:48.838 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:48.851 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:48 smithi116 bash[14016]: audit 2024-01-18T08:19:47.124956+0000 mgr.smithi116.xagkwr (mgr.14180) 916 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:48 smithi142 bash[17956]: audit 2024-01-18T08:19:47.124956+0000 mgr.smithi116.xagkwr (mgr.14180) 916 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:49.841 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:49 smithi116 bash[14016]: cluster 2024-01-18T08:19:48.162413+0000 mgr.smithi116.xagkwr (mgr.14180) 917 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:49 smithi142 bash[17956]: cluster 2024-01-18T08:19:48.162413+0000 mgr.smithi116.xagkwr (mgr.14180) 917 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:51.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:51 smithi116 bash[14016]: cluster 2024-01-18T08:19:50.163699+0000 mgr.smithi116.xagkwr (mgr.14180) 918 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:51.866 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:51.866 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:51.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:51 smithi142 bash[17956]: cluster 2024-01-18T08:19:50.163699+0000 mgr.smithi116.xagkwr (mgr.14180) 918 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:52.575 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:52.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:52 smithi142 bash[17956]: audit 2024-01-18T08:19:51.853723+0000 mgr.smithi116.xagkwr (mgr.14180) 919 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:52 smithi116 bash[14016]: audit 2024-01-18T08:19:51.853723+0000 mgr.smithi116.xagkwr (mgr.14180) 919 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:53.576 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:53.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:53 smithi142 bash[17956]: cluster 2024-01-18T08:19:52.164824+0000 mgr.smithi116.xagkwr (mgr.14180) 920 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:54.071 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:53 smithi116 bash[14016]: cluster 2024-01-18T08:19:52.164824+0000 mgr.smithi116.xagkwr (mgr.14180) 920 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:55.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:55 smithi116 bash[14016]: cluster 2024-01-18T08:19:54.165958+0000 mgr.smithi116.xagkwr (mgr.14180) 921 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:55.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:55 smithi142 bash[17956]: cluster 2024-01-18T08:19:54.165958+0000 mgr.smithi116.xagkwr (mgr.14180) 921 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:19:56.576 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:19:56.576 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:19:57.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:19:57.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:57 smithi142 bash[17956]: cluster 2024-01-18T08:19:56.166869+0000 mgr.smithi116.xagkwr (mgr.14180) 922 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:57.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:57 smithi142 bash[17956]: audit 2024-01-18T08:19:56.566202+0000 mgr.smithi116.xagkwr (mgr.14180) 923 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:57 smithi116 bash[14016]: cluster 2024-01-18T08:19:56.166869+0000 mgr.smithi116.xagkwr (mgr.14180) 922 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:58.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:57 smithi116 bash[14016]: audit 2024-01-18T08:19:56.566202+0000 mgr.smithi116.xagkwr (mgr.14180) 923 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:19:58.257 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:19:59.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:19:59 smithi116 bash[14016]: cluster 2024-01-18T08:19:58.167976+0000 mgr.smithi116.xagkwr (mgr.14180) 924 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:19:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:19:59 smithi142 bash[17956]: cluster 2024-01-18T08:19:58.167976+0000 mgr.smithi116.xagkwr (mgr.14180) 924 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:00.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:00 smithi142 bash[17956]: cluster 2024-01-18T08:20:00.000178+0000 mon.smithi116 (mon.0) 897 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:20:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:00 smithi116 bash[14016]: cluster 2024-01-18T08:20:00.000178+0000 mon.smithi116 (mon.0) 897 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:20:01.088 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:01.088 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:01.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:01.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:01 smithi142 bash[17956]: cluster 2024-01-18T08:20:00.169112+0000 mgr.smithi116.xagkwr (mgr.14180) 925 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:02.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:01 smithi116 bash[14016]: cluster 2024-01-18T08:20:00.169112+0000 mgr.smithi116.xagkwr (mgr.14180) 925 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:02.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:02 smithi142 bash[17956]: audit 2024-01-18T08:20:01.075708+0000 mgr.smithi116.xagkwr (mgr.14180) 926 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:03.032 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:02 smithi116 bash[14016]: audit 2024-01-18T08:20:01.075708+0000 mgr.smithi116.xagkwr (mgr.14180) 926 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:03.953 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:03 smithi116 bash[14016]: cluster 2024-01-18T08:20:02.170268+0000 mgr.smithi116.xagkwr (mgr.14180) 927 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:04.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:03 smithi142 bash[17956]: cluster 2024-01-18T08:20:02.170268+0000 mgr.smithi116.xagkwr (mgr.14180) 927 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:05.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:05 smithi116 bash[14016]: cluster 2024-01-18T08:20:04.171458+0000 mgr.smithi116.xagkwr (mgr.14180) 928 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:05.853 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:05.854 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:05 smithi142 bash[17956]: cluster 2024-01-18T08:20:04.171458+0000 mgr.smithi116.xagkwr (mgr.14180) 928 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:06.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:07.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:06 smithi116 bash[14016]: audit 2024-01-18T08:20:05.843869+0000 mgr.smithi116.xagkwr (mgr.14180) 929 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:07.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:06 smithi142 bash[17956]: audit 2024-01-18T08:20:05.843869+0000 mgr.smithi116.xagkwr (mgr.14180) 929 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:07.566 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:08.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:07 smithi116 bash[14016]: cluster 2024-01-18T08:20:06.172692+0000 mgr.smithi116.xagkwr (mgr.14180) 930 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:08.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:07 smithi142 bash[17956]: cluster 2024-01-18T08:20:06.172692+0000 mgr.smithi116.xagkwr (mgr.14180) 930 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:09.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:09 smithi116 bash[14016]: cluster 2024-01-18T08:20:08.173867+0000 mgr.smithi116.xagkwr (mgr.14180) 931 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:09 smithi142 bash[17956]: cluster 2024-01-18T08:20:08.173867+0000 mgr.smithi116.xagkwr (mgr.14180) 931 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:10.405 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:10.405 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:11.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:12.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:11 smithi116 bash[14016]: cluster 2024-01-18T08:20:10.175299+0000 mgr.smithi116.xagkwr (mgr.14180) 932 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:12.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:11 smithi116 bash[14016]: audit 2024-01-18T08:20:10.396377+0000 mgr.smithi116.xagkwr (mgr.14180) 933 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:12.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:11 smithi142 bash[17956]: cluster 2024-01-18T08:20:10.175299+0000 mgr.smithi116.xagkwr (mgr.14180) 932 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:12.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:11 smithi142 bash[17956]: audit 2024-01-18T08:20:10.396377+0000 mgr.smithi116.xagkwr (mgr.14180) 933 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:12.145 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:14.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:13 smithi116 bash[14016]: cluster 2024-01-18T08:20:12.176396+0000 mgr.smithi116.xagkwr (mgr.14180) 934 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:14.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:13 smithi142 bash[17956]: cluster 2024-01-18T08:20:12.176396+0000 mgr.smithi116.xagkwr (mgr.14180) 934 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:15.000 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:15.000 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:15.672 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:15 smithi116 bash[14016]: cluster 2024-01-18T08:20:14.177348+0000 mgr.smithi116.xagkwr (mgr.14180) 935 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:15 smithi142 bash[17956]: cluster 2024-01-18T08:20:14.177348+0000 mgr.smithi116.xagkwr (mgr.14180) 935 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:16.673 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:17.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:16 smithi116 bash[14016]: audit 2024-01-18T08:20:14.987115+0000 mgr.smithi116.xagkwr (mgr.14180) 936 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:17.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:16 smithi142 bash[17956]: audit 2024-01-18T08:20:14.987115+0000 mgr.smithi116.xagkwr (mgr.14180) 936 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:17.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:17 smithi116 bash[14016]: cluster 2024-01-18T08:20:16.178545+0000 mgr.smithi116.xagkwr (mgr.14180) 937 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:17 smithi142 bash[17956]: cluster 2024-01-18T08:20:16.178545+0000 mgr.smithi116.xagkwr (mgr.14180) 937 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:19.699 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:19.699 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:19 smithi116 bash[14016]: cluster 2024-01-18T08:20:18.179624+0000 mgr.smithi116.xagkwr (mgr.14180) 938 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:19 smithi142 bash[17956]: cluster 2024-01-18T08:20:18.179624+0000 mgr.smithi116.xagkwr (mgr.14180) 938 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:20.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:21.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:20 smithi116 bash[14016]: audit 2024-01-18T08:20:19.687129+0000 mgr.smithi116.xagkwr (mgr.14180) 939 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:20 smithi142 bash[17956]: audit 2024-01-18T08:20:19.687129+0000 mgr.smithi116.xagkwr (mgr.14180) 939 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:21.424 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:21 smithi116 bash[14016]: cluster 2024-01-18T08:20:20.180404+0000 mgr.smithi116.xagkwr (mgr.14180) 940 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:22.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:21 smithi142 bash[17956]: cluster 2024-01-18T08:20:20.180404+0000 mgr.smithi116.xagkwr (mgr.14180) 940 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:23 smithi116 bash[14016]: cluster 2024-01-18T08:20:22.181537+0000 mgr.smithi116.xagkwr (mgr.14180) 941 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:24.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:23 smithi142 bash[17956]: cluster 2024-01-18T08:20:22.181537+0000 mgr.smithi116.xagkwr (mgr.14180) 941 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:24.580 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:24.581 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:25.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:25 smithi116 bash[14016]: cluster 2024-01-18T08:20:24.182511+0000 mgr.smithi116.xagkwr (mgr.14180) 942 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:25 smithi116 bash[14016]: audit 2024-01-18T08:20:24.565824+0000 mgr.smithi116.xagkwr (mgr.14180) 943 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:25 smithi142 bash[17956]: cluster 2024-01-18T08:20:24.182511+0000 mgr.smithi116.xagkwr (mgr.14180) 942 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:25 smithi142 bash[17956]: audit 2024-01-18T08:20:24.565824+0000 mgr.smithi116.xagkwr (mgr.14180) 943 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:26.322 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.153993+0000 mon.smithi116 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:20:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.433937+0000 mon.smithi116 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.686835+0000 mon.smithi116 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:20:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.687970+0000 mon.smithi116 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:20:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.695419+0000 mon.smithi116 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:26 smithi116 bash[14016]: audit 2024-01-18T08:20:26.700147+0000 mon.smithi116 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.153993+0000 mon.smithi116 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.433937+0000 mon.smithi116 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.686835+0000 mon.smithi116 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.687970+0000 mon.smithi116 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.695419+0000 mon.smithi116 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:26 smithi142 bash[17956]: audit 2024-01-18T08:20:26.700147+0000 mon.smithi116 (mon.0) 903 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: cluster 2024-01-18T08:20:26.183371+0000 mgr.smithi116.xagkwr (mgr.14180) 944 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: cluster 2024-01-18T08:20:26.695885+0000 mgr.smithi116.xagkwr (mgr.14180) 945 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: audit 2024-01-18T08:20:26.710908+0000 mon.smithi116 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: cluster 2024-01-18T08:20:26.711032+0000 mon.smithi116 (mon.0) 905 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: cluster 2024-01-18T08:20:26.711055+0000 mon.smithi116 (mon.0) 906 : cluster [INF] Cluster is now healthy 2024-01-18T08:20:28.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:27 smithi116 bash[14016]: cephadm 2024-01-18T08:20:26.713570+0000 mgr.smithi116.xagkwr (mgr.14180) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.vdtlqy on smithi142 2024-01-18T08:20:28.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: cluster 2024-01-18T08:20:26.183371+0000 mgr.smithi116.xagkwr (mgr.14180) 944 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: cluster 2024-01-18T08:20:26.695885+0000 mgr.smithi116.xagkwr (mgr.14180) 945 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: audit 2024-01-18T08:20:26.710908+0000 mon.smithi116 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: cluster 2024-01-18T08:20:26.711032+0000 mon.smithi116 (mon.0) 905 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:20:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: cluster 2024-01-18T08:20:26.711055+0000 mon.smithi116 (mon.0) 906 : cluster [INF] Cluster is now healthy 2024-01-18T08:20:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:27 smithi142 bash[17956]: cephadm 2024-01-18T08:20:26.713570+0000 mgr.smithi116.xagkwr (mgr.14180) 946 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.vdtlqy on smithi142 2024-01-18T08:20:29.464 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:29.465 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:18:17.519981Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.eahvxo on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:29.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:29 smithi116 bash[14016]: cluster 2024-01-18T08:20:28.696741+0000 mgr.smithi116.xagkwr (mgr.14180) 947 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:30.117 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:30.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:29 smithi142 bash[17956]: cluster 2024-01-18T08:20:28.696741+0000 mgr.smithi116.xagkwr (mgr.14180) 947 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:30.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:30 smithi142 bash[17956]: audit 2024-01-18T08:20:29.455676+0000 mgr.smithi116.xagkwr (mgr.14180) 948 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:30.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:30 smithi142 bash[17956]: audit 2024-01-18T08:20:30.660451+0000 mon.smithi116 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.vdtlqy"}]: dispatch 2024-01-18T08:20:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:30 smithi116 bash[14016]: audit 2024-01-18T08:20:29.455676+0000 mgr.smithi116.xagkwr (mgr.14180) 948 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:30 smithi116 bash[14016]: audit 2024-01-18T08:20:30.660451+0000 mon.smithi116 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.vdtlqy"}]: dispatch 2024-01-18T08:20:31.118 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: cephadm 2024-01-18T08:20:30.659199+0000 mgr.smithi116.xagkwr (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:32.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: cephadm 2024-01-18T08:20:30.659817+0000 mgr.smithi116.xagkwr (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: cephadm 2024-01-18T08:20:30.662019+0000 mgr.smithi116.xagkwr (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: cephadm 2024-01-18T08:20:30.667206+0000 mgr.smithi116.xagkwr (mgr.14180) 952 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.evjtap on smithi116 2024-01-18T08:20:32.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:31 smithi116 bash[14016]: cluster 2024-01-18T08:20:30.697435+0000 mgr.smithi116.xagkwr (mgr.14180) 953 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:32.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: cephadm 2024-01-18T08:20:30.659199+0000 mgr.smithi116.xagkwr (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:20:32.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: cephadm 2024-01-18T08:20:30.659817+0000 mgr.smithi116.xagkwr (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: cephadm 2024-01-18T08:20:30.662019+0000 mgr.smithi116.xagkwr (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.vdtlqy ... 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: cephadm 2024-01-18T08:20:30.667206+0000 mgr.smithi116.xagkwr (mgr.14180) 952 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.evjtap on smithi116 2024-01-18T08:20:32.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:31 smithi142 bash[17956]: cluster 2024-01-18T08:20:30.697435+0000 mgr.smithi116.xagkwr (mgr.14180) 953 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:33.782 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:33.782 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:21.844737Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.djpivg on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-djpivg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.djpivg\nDeploy daemon haproxy.nfs.foo.smithi142.djpivg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.144222Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.bpopqx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-bpopqx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.bpopqx\nDeploy daemon haproxy.nfs.foo.smithi116.bpopqx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:19:26.147859Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.njdtpo on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:34.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:33 smithi116 bash[14016]: cluster 2024-01-18T08:20:32.698337+0000 mgr.smithi116.xagkwr (mgr.14180) 954 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:34.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:33 smithi142 bash[17956]: cluster 2024-01-18T08:20:32.698337+0000 mgr.smithi116.xagkwr (mgr.14180) 954 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:34.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:35.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:34 smithi116 bash[14016]: audit 2024-01-18T08:20:33.769277+0000 mgr.smithi116.xagkwr (mgr.14180) 955 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:35.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:34 smithi116 bash[14016]: audit 2024-01-18T08:20:34.702605+0000 mon.smithi116 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.evjtap"}]: dispatch 2024-01-18T08:20:35.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:34 smithi142 bash[17956]: audit 2024-01-18T08:20:33.769277+0000 mgr.smithi116.xagkwr (mgr.14180) 955 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:35.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:34 smithi142 bash[17956]: audit 2024-01-18T08:20:34.702605+0000 mon.smithi116 (mon.0) 908 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.evjtap"}]: dispatch 2024-01-18T08:20:35.689 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cluster 2024-01-18T08:20:34.699310+0000 mgr.smithi116.xagkwr (mgr.14180) 956 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cephadm 2024-01-18T08:20:34.701476+0000 mgr.smithi116.xagkwr (mgr.14180) 957 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:20:36.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cephadm 2024-01-18T08:20:34.702087+0000 mgr.smithi116.xagkwr (mgr.14180) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cephadm 2024-01-18T08:20:34.704007+0000 mgr.smithi116.xagkwr (mgr.14180) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cephadm 2024-01-18T08:20:34.707441+0000 mgr.smithi116.xagkwr (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cephadm 2024-01-18T08:20:34.709367+0000 mgr.smithi116.xagkwr (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cluster 2024-01-18T08:20:34.710104+0000 mgr.smithi116.xagkwr (mgr.14180) 962 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: cluster 2024-01-18T08:20:34.740173+0000 mon.smithi116 (mon.0) 909 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:20:36.053 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:35 smithi116 bash[14016]: audit 2024-01-18T08:20:35.473459+0000 mon.smithi116 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cluster 2024-01-18T08:20:34.699310+0000 mgr.smithi116.xagkwr (mgr.14180) 956 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cephadm 2024-01-18T08:20:34.701476+0000 mgr.smithi116.xagkwr (mgr.14180) 957 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:20:36.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cephadm 2024-01-18T08:20:34.702087+0000 mgr.smithi116.xagkwr (mgr.14180) 958 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cephadm 2024-01-18T08:20:34.704007+0000 mgr.smithi116.xagkwr (mgr.14180) 959 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.evjtap ... 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cephadm 2024-01-18T08:20:34.707441+0000 mgr.smithi116.xagkwr (mgr.14180) 960 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cephadm 2024-01-18T08:20:34.709367+0000 mgr.smithi116.xagkwr (mgr.14180) 961 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cluster 2024-01-18T08:20:34.710104+0000 mgr.smithi116.xagkwr (mgr.14180) 962 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: cluster 2024-01-18T08:20:34.740173+0000 mon.smithi116 (mon.0) 909 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:20:36.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:35 smithi142 bash[17956]: audit 2024-01-18T08:20:35.473459+0000 mon.smithi116 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:20:38.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:37 smithi116 bash[14016]: cluster 2024-01-18T08:20:36.710660+0000 mgr.smithi116.xagkwr (mgr.14180) 963 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:38.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:37 smithi142 bash[17956]: cluster 2024-01-18T08:20:36.710660+0000 mgr.smithi116.xagkwr (mgr.14180) 963 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:38.738 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:38.738 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:39.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:40.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:39 smithi116 bash[14016]: cluster 2024-01-18T08:20:38.711764+0000 mgr.smithi116.xagkwr (mgr.14180) 964 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:40.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:39 smithi116 bash[14016]: audit 2024-01-18T08:20:38.728623+0000 mgr.smithi116.xagkwr (mgr.14180) 965 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:40.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:39 smithi142 bash[17956]: cluster 2024-01-18T08:20:38.711764+0000 mgr.smithi116.xagkwr (mgr.14180) 964 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:40.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:39 smithi142 bash[17956]: audit 2024-01-18T08:20:38.728623+0000 mgr.smithi116.xagkwr (mgr.14180) 965 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:40.494 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:41.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:41 smithi116 bash[14016]: cluster 2024-01-18T08:20:40.712882+0000 mgr.smithi116.xagkwr (mgr.14180) 966 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:41.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:41 smithi142 bash[17956]: cluster 2024-01-18T08:20:40.712882+0000 mgr.smithi116.xagkwr (mgr.14180) 966 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:43.400 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:43.400 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:44.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:43 smithi116 bash[14016]: cluster 2024-01-18T08:20:42.713936+0000 mgr.smithi116.xagkwr (mgr.14180) 967 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:44.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:44.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:43 smithi142 bash[17956]: cluster 2024-01-18T08:20:42.713936+0000 mgr.smithi116.xagkwr (mgr.14180) 967 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:44 smithi116 bash[14016]: audit 2024-01-18T08:20:43.386937+0000 mgr.smithi116.xagkwr (mgr.14180) 968 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:45.097 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:44 smithi142 bash[17956]: audit 2024-01-18T08:20:43.386937+0000 mgr.smithi116.xagkwr (mgr.14180) 968 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:46.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:45 smithi116 bash[14016]: cluster 2024-01-18T08:20:44.715176+0000 mgr.smithi116.xagkwr (mgr.14180) 969 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:46.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:45 smithi142 bash[17956]: cluster 2024-01-18T08:20:44.715176+0000 mgr.smithi116.xagkwr (mgr.14180) 969 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:20:48.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:47 smithi116 bash[14016]: cluster 2024-01-18T08:20:46.716207+0000 mgr.smithi116.xagkwr (mgr.14180) 970 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:48.079 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:48.080 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:48.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:47 smithi142 bash[17956]: cluster 2024-01-18T08:20:46.716207+0000 mgr.smithi116.xagkwr (mgr.14180) 970 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:48.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:49.748 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:50.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:49 smithi116 bash[14016]: audit 2024-01-18T08:20:48.065133+0000 mgr.smithi116.xagkwr (mgr.14180) 971 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:50.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:49 smithi116 bash[14016]: cluster 2024-01-18T08:20:48.716952+0000 mgr.smithi116.xagkwr (mgr.14180) 972 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:49 smithi142 bash[17956]: audit 2024-01-18T08:20:48.065133+0000 mgr.smithi116.xagkwr (mgr.14180) 971 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:49 smithi142 bash[17956]: cluster 2024-01-18T08:20:48.716952+0000 mgr.smithi116.xagkwr (mgr.14180) 972 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:51.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:51 smithi116 bash[14016]: cluster 2024-01-18T08:20:50.717578+0000 mgr.smithi116.xagkwr (mgr.14180) 973 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:51.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:51 smithi142 bash[17956]: cluster 2024-01-18T08:20:50.717578+0000 mgr.smithi116.xagkwr (mgr.14180) 973 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:52.754 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:52.755 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:53.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:54.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:53 smithi116 bash[14016]: cluster 2024-01-18T08:20:52.718675+0000 mgr.smithi116.xagkwr (mgr.14180) 974 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:54.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:53 smithi116 bash[14016]: audit 2024-01-18T08:20:52.745302+0000 mgr.smithi116.xagkwr (mgr.14180) 975 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:54.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:53 smithi142 bash[17956]: cluster 2024-01-18T08:20:52.718675+0000 mgr.smithi116.xagkwr (mgr.14180) 974 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:54.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:53 smithi142 bash[17956]: audit 2024-01-18T08:20:52.745302+0000 mgr.smithi116.xagkwr (mgr.14180) 975 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:54.426 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:56.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:55 smithi116 bash[14016]: cluster 2024-01-18T08:20:54.719898+0000 mgr.smithi116.xagkwr (mgr.14180) 976 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:56.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:55 smithi142 bash[17956]: cluster 2024-01-18T08:20:54.719898+0000 mgr.smithi116.xagkwr (mgr.14180) 976 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:20:57.277 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:20:57.278 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:20:57.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:20:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:57 smithi116 bash[14016]: cluster 2024-01-18T08:20:56.721059+0000 mgr.smithi116.xagkwr (mgr.14180) 977 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:57 smithi142 bash[17956]: cluster 2024-01-18T08:20:56.721059+0000 mgr.smithi116.xagkwr (mgr.14180) 977 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:20:58.975 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:20:59.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:58 smithi142 bash[17956]: audit 2024-01-18T08:20:57.266100+0000 mgr.smithi116.xagkwr (mgr.14180) 978 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:20:59.176 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:58 smithi116 bash[14016]: audit 2024-01-18T08:20:57.266100+0000 mgr.smithi116.xagkwr (mgr.14180) 978 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:00.104 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:20:59 smithi116 bash[14016]: cluster 2024-01-18T08:20:58.722264+0000 mgr.smithi116.xagkwr (mgr.14180) 979 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:00.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:20:59 smithi142 bash[17956]: cluster 2024-01-18T08:20:58.722264+0000 mgr.smithi116.xagkwr (mgr.14180) 979 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:01.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:01 smithi116 bash[14016]: cluster 2024-01-18T08:21:00.723601+0000 mgr.smithi116.xagkwr (mgr.14180) 980 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:01.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:01 smithi142 bash[17956]: cluster 2024-01-18T08:21:00.723601+0000 mgr.smithi116.xagkwr (mgr.14180) 980 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:01.863 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:01.864 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:02.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:02 smithi116 bash[14016]: audit 2024-01-18T08:21:01.848654+0000 mgr.smithi116.xagkwr (mgr.14180) 981 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:02.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:02 smithi142 bash[17956]: audit 2024-01-18T08:21:01.848654+0000 mgr.smithi116.xagkwr (mgr.14180) 981 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:02.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:03.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:03 smithi116 bash[14016]: cluster 2024-01-18T08:21:02.724802+0000 mgr.smithi116.xagkwr (mgr.14180) 982 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:03.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:03 smithi142 bash[17956]: cluster 2024-01-18T08:21:02.724802+0000 mgr.smithi116.xagkwr (mgr.14180) 982 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:03.639 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:06.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:05 smithi116 bash[14016]: cluster 2024-01-18T08:21:04.725934+0000 mgr.smithi116.xagkwr (mgr.14180) 983 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:06.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:05 smithi142 bash[17956]: cluster 2024-01-18T08:21:04.725934+0000 mgr.smithi116.xagkwr (mgr.14180) 983 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:06.579 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:06.579 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:07.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:08.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:07 smithi116 bash[14016]: audit 2024-01-18T08:21:06.565812+0000 mgr.smithi116.xagkwr (mgr.14180) 984 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:07 smithi116 bash[14016]: cluster 2024-01-18T08:21:06.727154+0000 mgr.smithi116.xagkwr (mgr.14180) 985 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:08.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:07 smithi142 bash[17956]: audit 2024-01-18T08:21:06.565812+0000 mgr.smithi116.xagkwr (mgr.14180) 984 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:08.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:07 smithi142 bash[17956]: cluster 2024-01-18T08:21:06.727154+0000 mgr.smithi116.xagkwr (mgr.14180) 985 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:08.340 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:10.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:09 smithi116 bash[14016]: cluster 2024-01-18T08:21:08.728340+0000 mgr.smithi116.xagkwr (mgr.14180) 986 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:10.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:09 smithi142 bash[17956]: cluster 2024-01-18T08:21:08.728340+0000 mgr.smithi116.xagkwr (mgr.14180) 986 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:11.360 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:11.360 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:11.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:11 smithi116 bash[14016]: cluster 2024-01-18T08:21:10.729499+0000 mgr.smithi116.xagkwr (mgr.14180) 987 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:11.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:11 smithi142 bash[17956]: cluster 2024-01-18T08:21:10.729499+0000 mgr.smithi116.xagkwr (mgr.14180) 987 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:12.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:12.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:12 smithi116 bash[14016]: audit 2024-01-18T08:21:11.343901+0000 mgr.smithi116.xagkwr (mgr.14180) 988 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:12.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:12 smithi142 bash[17956]: audit 2024-01-18T08:21:11.343901+0000 mgr.smithi116.xagkwr (mgr.14180) 988 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:13.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:13.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:13 smithi116 bash[14016]: cluster 2024-01-18T08:21:12.730755+0000 mgr.smithi116.xagkwr (mgr.14180) 989 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:13.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:13 smithi142 bash[17956]: cluster 2024-01-18T08:21:12.730755+0000 mgr.smithi116.xagkwr (mgr.14180) 989 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:15 smithi116 bash[14016]: cluster 2024-01-18T08:21:14.732115+0000 mgr.smithi116.xagkwr (mgr.14180) 990 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:16.078 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:16.078 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:15 smithi142 bash[17956]: cluster 2024-01-18T08:21:14.732115+0000 mgr.smithi116.xagkwr (mgr.14180) 990 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:16.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:17.783 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:18.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:17 smithi116 bash[14016]: audit 2024-01-18T08:21:16.064697+0000 mgr.smithi116.xagkwr (mgr.14180) 991 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:17 smithi116 bash[14016]: cluster 2024-01-18T08:21:16.733224+0000 mgr.smithi116.xagkwr (mgr.14180) 992 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:17 smithi142 bash[17956]: audit 2024-01-18T08:21:16.064697+0000 mgr.smithi116.xagkwr (mgr.14180) 991 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:18.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:17 smithi142 bash[17956]: cluster 2024-01-18T08:21:16.733224+0000 mgr.smithi116.xagkwr (mgr.14180) 992 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:20.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:19 smithi116 bash[14016]: cluster 2024-01-18T08:21:18.734445+0000 mgr.smithi116.xagkwr (mgr.14180) 993 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:19 smithi142 bash[17956]: cluster 2024-01-18T08:21:18.734445+0000 mgr.smithi116.xagkwr (mgr.14180) 993 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:20.730 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:20.730 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:21.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:21.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:21 smithi116 bash[14016]: audit 2024-01-18T08:21:20.720917+0000 mgr.smithi116.xagkwr (mgr.14180) 994 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:21.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:21 smithi116 bash[14016]: cluster 2024-01-18T08:21:20.735337+0000 mgr.smithi116.xagkwr (mgr.14180) 995 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:21.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:21 smithi142 bash[17956]: audit 2024-01-18T08:21:20.720917+0000 mgr.smithi116.xagkwr (mgr.14180) 994 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:21.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:21 smithi142 bash[17956]: cluster 2024-01-18T08:21:20.735337+0000 mgr.smithi116.xagkwr (mgr.14180) 995 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:22.482 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:23 smithi116 bash[14016]: cluster 2024-01-18T08:21:22.736514+0000 mgr.smithi116.xagkwr (mgr.14180) 996 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:24.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:23 smithi142 bash[17956]: cluster 2024-01-18T08:21:22.736514+0000 mgr.smithi116.xagkwr (mgr.14180) 996 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:25.483 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:25.483 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:26.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:25 smithi116 bash[14016]: cluster 2024-01-18T08:21:24.737870+0000 mgr.smithi116.xagkwr (mgr.14180) 997 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:25 smithi142 bash[17956]: cluster 2024-01-18T08:21:24.737870+0000 mgr.smithi116.xagkwr (mgr.14180) 997 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:26.231 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:27.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:26 smithi142 bash[17956]: audit 2024-01-18T08:21:25.471114+0000 mgr.smithi116.xagkwr (mgr.14180) 998 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:27.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:26 smithi116 bash[14016]: audit 2024-01-18T08:21:25.471114+0000 mgr.smithi116.xagkwr (mgr.14180) 998 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:27.232 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:28.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:27 smithi142 bash[17956]: cluster 2024-01-18T08:21:26.739034+0000 mgr.smithi116.xagkwr (mgr.14180) 999 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:28.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:27 smithi116 bash[14016]: cluster 2024-01-18T08:21:26.739034+0000 mgr.smithi116.xagkwr (mgr.14180) 999 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:30.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:29 smithi142 bash[17956]: cluster 2024-01-18T08:21:28.739851+0000 mgr.smithi116.xagkwr (mgr.14180) 1000 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:30.243 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:30.244 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:30.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:29 smithi116 bash[14016]: cluster 2024-01-18T08:21:28.739851+0000 mgr.smithi116.xagkwr (mgr.14180) 1000 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:30.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:31 smithi116 bash[14016]: audit 2024-01-18T08:21:30.232731+0000 mgr.smithi116.xagkwr (mgr.14180) 1001 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:31.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:31 smithi116 bash[14016]: cluster 2024-01-18T08:21:30.740974+0000 mgr.smithi116.xagkwr (mgr.14180) 1002 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:31.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:31 smithi142 bash[17956]: audit 2024-01-18T08:21:30.232731+0000 mgr.smithi116.xagkwr (mgr.14180) 1001 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:31.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:31 smithi142 bash[17956]: cluster 2024-01-18T08:21:30.740974+0000 mgr.smithi116.xagkwr (mgr.14180) 1002 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:31.998 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:34.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:33 smithi116 bash[14016]: cluster 2024-01-18T08:21:32.742158+0000 mgr.smithi116.xagkwr (mgr.14180) 1003 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:34.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:33 smithi142 bash[17956]: cluster 2024-01-18T08:21:32.742158+0000 mgr.smithi116.xagkwr (mgr.14180) 1003 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:34.887 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:34.888 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:35.061 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:34 smithi116 bash[14016]: audit 2024-01-18T08:21:34.713065+0000 mon.smithi116 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:21:35.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:34 smithi142 bash[17956]: audit 2024-01-18T08:21:34.713065+0000 mon.smithi116 (mon.0) 911 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:21:35.582 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:36.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:35 smithi116 bash[14016]: cluster 2024-01-18T08:21:34.742978+0000 mgr.smithi116.xagkwr (mgr.14180) 1004 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:36.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:35 smithi116 bash[14016]: audit 2024-01-18T08:21:34.873951+0000 mgr.smithi116.xagkwr (mgr.14180) 1005 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:36.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:35 smithi142 bash[17956]: cluster 2024-01-18T08:21:34.742978+0000 mgr.smithi116.xagkwr (mgr.14180) 1004 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:21:36.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:35 smithi142 bash[17956]: audit 2024-01-18T08:21:34.873951+0000 mgr.smithi116.xagkwr (mgr.14180) 1005 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:36.583 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:38.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:37 smithi142 bash[17956]: cluster 2024-01-18T08:21:36.744065+0000 mgr.smithi116.xagkwr (mgr.14180) 1006 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:38.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:37 smithi116 bash[14016]: cluster 2024-01-18T08:21:36.744065+0000 mgr.smithi116.xagkwr (mgr.14180) 1006 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:39.564 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:39.564 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:11:19.372140Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:11:19.002039Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:11:19.372371Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:11:19.003874Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:11:19.002395Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:11:19.002615Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:11:19.004075Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:11:19.002823Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:11:19.003065Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:11:19.372598Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:40.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:39 smithi116 bash[14016]: cluster 2024-01-18T08:21:38.745360+0000 mgr.smithi116.xagkwr (mgr.14180) 1007 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:40.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:39 smithi142 bash[17956]: cluster 2024-01-18T08:21:38.745360+0000 mgr.smithi116.xagkwr (mgr.14180) 1007 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:40.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:41.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:40 smithi142 bash[17956]: audit 2024-01-18T08:21:39.548384+0000 mgr.smithi116.xagkwr (mgr.14180) 1008 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:41.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:40 smithi142 bash[17956]: audit 2024-01-18T08:21:40.358434+0000 mon.smithi116 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:41.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:40 smithi142 bash[17956]: audit 2024-01-18T08:21:40.652161+0000 mon.smithi116 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:41.258 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:41.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:40 smithi116 bash[14016]: audit 2024-01-18T08:21:39.548384+0000 mgr.smithi116.xagkwr (mgr.14180) 1008 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:41.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:40 smithi116 bash[14016]: audit 2024-01-18T08:21:40.358434+0000 mon.smithi116 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:41.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:40 smithi116 bash[14016]: audit 2024-01-18T08:21:40.652161+0000 mon.smithi116 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: cluster 2024-01-18T08:21:40.746432+0000 mgr.smithi116.xagkwr (mgr.14180) 1009 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: audit 2024-01-18T08:21:40.955596+0000 mon.smithi116 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: audit 2024-01-18T08:21:40.957363+0000 mon.smithi116 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: audit 2024-01-18T08:21:40.965648+0000 mon.smithi116 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: audit 2024-01-18T08:21:40.975413+0000 mon.smithi116 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: audit 2024-01-18T08:21:40.990165+0000 mon.smithi116 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: cluster 2024-01-18T08:21:41.648180+0000 mon.smithi116 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:21:42.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:41 smithi142 bash[17956]: cluster 2024-01-18T08:21:41.648247+0000 mon.smithi116 (mon.0) 920 : cluster [INF] Cluster is now healthy 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: cluster 2024-01-18T08:21:40.746432+0000 mgr.smithi116.xagkwr (mgr.14180) 1009 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: audit 2024-01-18T08:21:40.955596+0000 mon.smithi116 (mon.0) 914 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: audit 2024-01-18T08:21:40.957363+0000 mon.smithi116 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: audit 2024-01-18T08:21:40.965648+0000 mon.smithi116 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: audit 2024-01-18T08:21:40.975413+0000 mon.smithi116 (mon.0) 917 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: audit 2024-01-18T08:21:40.990165+0000 mon.smithi116 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: cluster 2024-01-18T08:21:41.648180+0000 mon.smithi116 (mon.0) 919 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:21:42.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:41 smithi116 bash[14016]: cluster 2024-01-18T08:21:41.648247+0000 mon.smithi116 (mon.0) 920 : cluster [INF] Cluster is now healthy 2024-01-18T08:21:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:42 smithi116 bash[14016]: cluster 2024-01-18T08:21:40.966591+0000 mgr.smithi116.xagkwr (mgr.14180) 1010 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:42 smithi116 bash[14016]: cephadm 2024-01-18T08:21:40.994291+0000 mgr.smithi116.xagkwr (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ggishr on smithi142 2024-01-18T08:21:43.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:42 smithi142 bash[17956]: cluster 2024-01-18T08:21:40.966591+0000 mgr.smithi116.xagkwr (mgr.14180) 1010 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:43.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:42 smithi142 bash[17956]: cephadm 2024-01-18T08:21:40.994291+0000 mgr.smithi116.xagkwr (mgr.14180) 1011 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ggishr on smithi142 2024-01-18T08:21:44.306 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:44.306 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:19:26.149941Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.piorfx on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:30.661740Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.vdtlqy on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-vdtlqy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.vdtlqy\nDeploy daemon haproxy.nfs.foo.smithi142.vdtlqy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.703781Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.evjtap on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-evjtap\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.evjtap\nDeploy daemon haproxy.nfs.foo.smithi116.evjtap ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:20:34.707297Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ctshbc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:45.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:44 smithi142 bash[17956]: cluster 2024-01-18T08:21:42.967426+0000 mgr.smithi116.xagkwr (mgr.14180) 1012 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:45.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:44 smithi116 bash[14016]: cluster 2024-01-18T08:21:42.967426+0000 mgr.smithi116.xagkwr (mgr.14180) 1012 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:46.029 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:46.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: audit 2024-01-18T08:21:44.294590+0000 mgr.smithi116.xagkwr (mgr.14180) 1013 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:46.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: cephadm 2024-01-18T08:21:44.875840+0000 mgr.smithi116.xagkwr (mgr.14180) 1014 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:21:46.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: cephadm 2024-01-18T08:21:44.876308+0000 mgr.smithi116.xagkwr (mgr.14180) 1015 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: audit 2024-01-18T08:21:44.876968+0000 mon.smithi116 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ggishr"}]: dispatch 2024-01-18T08:21:46.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: cephadm 2024-01-18T08:21:44.878251+0000 mgr.smithi116.xagkwr (mgr.14180) 1016 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:45 smithi142 bash[17956]: cephadm 2024-01-18T08:21:44.881707+0000 mgr.smithi116.xagkwr (mgr.14180) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zvcjnu on smithi116 2024-01-18T08:21:46.227 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: audit 2024-01-18T08:21:44.294590+0000 mgr.smithi116.xagkwr (mgr.14180) 1013 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:46.227 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: cephadm 2024-01-18T08:21:44.875840+0000 mgr.smithi116.xagkwr (mgr.14180) 1014 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.227 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:21:46.228 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: cephadm 2024-01-18T08:21:44.876308+0000 mgr.smithi116.xagkwr (mgr.14180) 1015 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.229 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: audit 2024-01-18T08:21:44.876968+0000 mon.smithi116 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ggishr"}]: dispatch 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: cephadm 2024-01-18T08:21:44.878251+0000 mgr.smithi116.xagkwr (mgr.14180) 1016 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ggishr ... 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:46.230 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:45 smithi116 bash[14016]: cephadm 2024-01-18T08:21:44.881707+0000 mgr.smithi116.xagkwr (mgr.14180) 1017 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.zvcjnu on smithi116 2024-01-18T08:21:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:46 smithi142 bash[17956]: cluster 2024-01-18T08:21:44.968391+0000 mgr.smithi116.xagkwr (mgr.14180) 1018 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:47.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:46 smithi116 bash[14016]: cluster 2024-01-18T08:21:44.968391+0000 mgr.smithi116.xagkwr (mgr.14180) 1018 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:49.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:48 smithi116 bash[14016]: cluster 2024-01-18T08:21:46.969146+0000 mgr.smithi116.xagkwr (mgr.14180) 1019 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:49.080 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:49.080 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:48 smithi142 bash[17956]: cluster 2024-01-18T08:21:46.969146+0000 mgr.smithi116.xagkwr (mgr.14180) 1019 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:21:49.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cephadm 2024-01-18T08:21:48.867617+0000 mgr.smithi116.xagkwr (mgr.14180) 1020 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cephadm 2024-01-18T08:21:48.867859+0000 mgr.smithi116.xagkwr (mgr.14180) 1021 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: audit 2024-01-18T08:21:48.868208+0000 mon.smithi116 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zvcjnu"}]: dispatch 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cephadm 2024-01-18T08:21:48.869016+0000 mgr.smithi116.xagkwr (mgr.14180) 1022 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cephadm 2024-01-18T08:21:48.872974+0000 mgr.smithi116.xagkwr (mgr.14180) 1023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:50.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cephadm 2024-01-18T08:21:48.876026+0000 mgr.smithi116.xagkwr (mgr.14180) 1024 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:50.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:49 smithi142 bash[17956]: cluster 2024-01-18T08:21:48.877122+0000 mgr.smithi116.xagkwr (mgr.14180) 1025 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:21:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cephadm 2024-01-18T08:21:48.867617+0000 mgr.smithi116.xagkwr (mgr.14180) 1020 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:21:50.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cephadm 2024-01-18T08:21:48.867859+0000 mgr.smithi116.xagkwr (mgr.14180) 1021 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: audit 2024-01-18T08:21:48.868208+0000 mon.smithi116 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.zvcjnu"}]: dispatch 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cephadm 2024-01-18T08:21:48.869016+0000 mgr.smithi116.xagkwr (mgr.14180) 1022 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.zvcjnu ... 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cephadm 2024-01-18T08:21:48.872974+0000 mgr.smithi116.xagkwr (mgr.14180) 1023 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:50.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cephadm 2024-01-18T08:21:48.876026+0000 mgr.smithi116.xagkwr (mgr.14180) 1024 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:21:50.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:49 smithi116 bash[14016]: cluster 2024-01-18T08:21:48.877122+0000 mgr.smithi116.xagkwr (mgr.14180) 1025 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:21:50.853 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:51.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:50 smithi142 bash[17956]: audit 2024-01-18T08:21:49.067613+0000 mgr.smithi116.xagkwr (mgr.14180) 1026 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:51.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:50 smithi142 bash[17956]: cluster 2024-01-18T08:21:49.852943+0000 mon.smithi116 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:21:51.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:50 smithi142 bash[17956]: audit 2024-01-18T08:21:50.531472+0000 mon.smithi116 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:50 smithi116 bash[14016]: audit 2024-01-18T08:21:49.067613+0000 mgr.smithi116.xagkwr (mgr.14180) 1026 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:50 smithi116 bash[14016]: cluster 2024-01-18T08:21:49.852943+0000 mon.smithi116 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:21:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:50 smithi116 bash[14016]: audit 2024-01-18T08:21:50.531472+0000 mon.smithi116 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:21:52.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:51 smithi142 bash[17956]: cluster 2024-01-18T08:21:50.878594+0000 mgr.smithi116.xagkwr (mgr.14180) 1027 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:21:52.207 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:51 smithi116 bash[14016]: cluster 2024-01-18T08:21:50.878594+0000 mgr.smithi116.xagkwr (mgr.14180) 1027 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:21:53.852 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:53.852 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:53 smithi116 bash[14016]: cluster 2024-01-18T08:21:52.879358+0000 mgr.smithi116.xagkwr (mgr.14180) 1028 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:21:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:53 smithi142 bash[17956]: cluster 2024-01-18T08:21:52.879358+0000 mgr.smithi116.xagkwr (mgr.14180) 1028 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:21:54.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:21:55.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:54 smithi116 bash[14016]: audit 2024-01-18T08:21:53.837540+0000 mgr.smithi116.xagkwr (mgr.14180) 1029 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:54 smithi142 bash[17956]: audit 2024-01-18T08:21:53.837540+0000 mgr.smithi116.xagkwr (mgr.14180) 1029 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:21:55.534 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:21:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:55 smithi116 bash[14016]: cluster 2024-01-18T08:21:54.880517+0000 mgr.smithi116.xagkwr (mgr.14180) 1030 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-18T08:21:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:55 smithi142 bash[17956]: cluster 2024-01-18T08:21:54.880517+0000 mgr.smithi116.xagkwr (mgr.14180) 1030 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-18T08:21:57.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:56 smithi116 bash[14016]: cluster 2024-01-18T08:21:56.881385+0000 mgr.smithi116.xagkwr (mgr.14180) 1031 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:21:57.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:56 smithi142 bash[17956]: cluster 2024-01-18T08:21:56.881385+0000 mgr.smithi116.xagkwr (mgr.14180) 1031 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:21:58.635 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:21:58.636 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:21:59.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:59 smithi116 bash[14016]: audit 2024-01-18T08:21:58.623439+0000 mgr.smithi116.xagkwr (mgr.14180) 1032 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:00.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:21:59 smithi116 bash[14016]: cluster 2024-01-18T08:21:58.882128+0000 mgr.smithi116.xagkwr (mgr.14180) 1033 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:22:00.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:59 smithi142 bash[17956]: audit 2024-01-18T08:21:58.623439+0000 mgr.smithi116.xagkwr (mgr.14180) 1032 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:00.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:21:59 smithi142 bash[17956]: cluster 2024-01-18T08:21:58.882128+0000 mgr.smithi116.xagkwr (mgr.14180) 1033 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:22:00.396 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:01.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:01 smithi142 bash[17956]: cluster 2024-01-18T08:22:00.883307+0000 mgr.smithi116.xagkwr (mgr.14180) 1034 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:01.656 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:01 smithi116 bash[14016]: cluster 2024-01-18T08:22:00.883307+0000 mgr.smithi116.xagkwr (mgr.14180) 1034 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:03.368 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:03.368 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:04.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:04.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:03 smithi116 bash[14016]: cluster 2024-01-18T08:22:02.884439+0000 mgr.smithi116.xagkwr (mgr.14180) 1035 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:03 smithi142 bash[17956]: cluster 2024-01-18T08:22:02.884439+0000 mgr.smithi116.xagkwr (mgr.14180) 1035 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:05.116 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:05.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:04 smithi116 bash[14016]: audit 2024-01-18T08:22:03.359946+0000 mgr.smithi116.xagkwr (mgr.14180) 1036 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:05.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:04 smithi142 bash[17956]: audit 2024-01-18T08:22:03.359946+0000 mgr.smithi116.xagkwr (mgr.14180) 1036 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:06.240 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:05 smithi116 bash[14016]: cluster 2024-01-18T08:22:04.885635+0000 mgr.smithi116.xagkwr (mgr.14180) 1037 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:06.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:05 smithi142 bash[17956]: cluster 2024-01-18T08:22:04.885635+0000 mgr.smithi116.xagkwr (mgr.14180) 1037 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:07.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:06 smithi116 bash[14016]: cluster 2024-01-18T08:22:06.886392+0000 mgr.smithi116.xagkwr (mgr.14180) 1038 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:07.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:06 smithi142 bash[17956]: cluster 2024-01-18T08:22:06.886392+0000 mgr.smithi116.xagkwr (mgr.14180) 1038 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:08.073 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:08.073 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:08.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:09.767 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:10.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:09 smithi116 bash[14016]: audit 2024-01-18T08:22:08.060602+0000 mgr.smithi116.xagkwr (mgr.14180) 1039 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:10.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:09 smithi116 bash[14016]: cluster 2024-01-18T08:22:08.887328+0000 mgr.smithi116.xagkwr (mgr.14180) 1040 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:10.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:09 smithi142 bash[17956]: audit 2024-01-18T08:22:08.060602+0000 mgr.smithi116.xagkwr (mgr.14180) 1039 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:10.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:09 smithi142 bash[17956]: cluster 2024-01-18T08:22:08.887328+0000 mgr.smithi116.xagkwr (mgr.14180) 1040 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:11.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:11 smithi116 bash[14016]: cluster 2024-01-18T08:22:10.888111+0000 mgr.smithi116.xagkwr (mgr.14180) 1041 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:11.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:11 smithi142 bash[17956]: cluster 2024-01-18T08:22:10.888111+0000 mgr.smithi116.xagkwr (mgr.14180) 1041 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:12.826 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:12.826 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:13.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:14.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:13 smithi116 bash[14016]: audit 2024-01-18T08:22:12.815552+0000 mgr.smithi116.xagkwr (mgr.14180) 1042 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:14.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:13 smithi116 bash[14016]: cluster 2024-01-18T08:22:12.888945+0000 mgr.smithi116.xagkwr (mgr.14180) 1043 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:14.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:13 smithi142 bash[17956]: audit 2024-01-18T08:22:12.815552+0000 mgr.smithi116.xagkwr (mgr.14180) 1042 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:14.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:13 smithi142 bash[17956]: cluster 2024-01-18T08:22:12.888945+0000 mgr.smithi116.xagkwr (mgr.14180) 1043 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:14.621 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:15.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:15 smithi116 bash[14016]: cluster 2024-01-18T08:22:14.889580+0000 mgr.smithi116.xagkwr (mgr.14180) 1044 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:15 smithi142 bash[17956]: cluster 2024-01-18T08:22:14.889580+0000 mgr.smithi116.xagkwr (mgr.14180) 1044 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:17.785 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:17.785 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:17 smithi142 bash[17956]: cluster 2024-01-18T08:22:16.890280+0000 mgr.smithi116.xagkwr (mgr.14180) 1045 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:18.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:17 smithi116 bash[14016]: cluster 2024-01-18T08:22:16.890280+0000 mgr.smithi116.xagkwr (mgr.14180) 1045 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:18.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:19.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:18 smithi116 bash[14016]: audit 2024-01-18T08:22:17.776927+0000 mgr.smithi116.xagkwr (mgr.14180) 1046 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:19.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:18 smithi116 bash[14016]: cluster 2024-01-18T08:22:18.891412+0000 mgr.smithi116.xagkwr (mgr.14180) 1047 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:19.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:18 smithi142 bash[17956]: audit 2024-01-18T08:22:17.776927+0000 mgr.smithi116.xagkwr (mgr.14180) 1046 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:19.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:18 smithi142 bash[17956]: cluster 2024-01-18T08:22:18.891412+0000 mgr.smithi116.xagkwr (mgr.14180) 1047 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:19.527 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:21.403 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:21 smithi116 bash[14016]: cluster 2024-01-18T08:22:20.892620+0000 mgr.smithi116.xagkwr (mgr.14180) 1048 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:21.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:21 smithi142 bash[17956]: cluster 2024-01-18T08:22:20.892620+0000 mgr.smithi116.xagkwr (mgr.14180) 1048 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:22.504 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:22.504 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:23.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:24.201 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:24.214 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:23 smithi116 bash[14016]: audit 2024-01-18T08:22:22.491177+0000 mgr.smithi116.xagkwr (mgr.14180) 1049 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:24.214 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:23 smithi116 bash[14016]: cluster 2024-01-18T08:22:22.893666+0000 mgr.smithi116.xagkwr (mgr.14180) 1050 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:24.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:23 smithi142 bash[17956]: audit 2024-01-18T08:22:22.491177+0000 mgr.smithi116.xagkwr (mgr.14180) 1049 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:24.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:23 smithi142 bash[17956]: cluster 2024-01-18T08:22:22.893666+0000 mgr.smithi116.xagkwr (mgr.14180) 1050 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:25.254 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:24 smithi116 bash[14016]: cluster 2024-01-18T08:22:24.894431+0000 mgr.smithi116.xagkwr (mgr.14180) 1051 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:25.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:24 smithi142 bash[17956]: cluster 2024-01-18T08:22:24.894431+0000 mgr.smithi116.xagkwr (mgr.14180) 1051 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:27.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:27 smithi116 bash[14016]: cluster 2024-01-18T08:22:26.895516+0000 mgr.smithi116.xagkwr (mgr.14180) 1052 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:27.299 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:27.299 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:27.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:27 smithi142 bash[17956]: cluster 2024-01-18T08:22:26.895516+0000 mgr.smithi116.xagkwr (mgr.14180) 1052 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:27.945 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:28.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:28 smithi142 bash[17956]: audit 2024-01-18T08:22:27.290866+0000 mgr.smithi116.xagkwr (mgr.14180) 1053 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:28.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:28 smithi116 bash[14016]: audit 2024-01-18T08:22:27.290866+0000 mgr.smithi116.xagkwr (mgr.14180) 1053 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:28.947 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:29.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:29 smithi116 bash[14016]: cluster 2024-01-18T08:22:28.896711+0000 mgr.smithi116.xagkwr (mgr.14180) 1054 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:29.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:29 smithi142 bash[17956]: cluster 2024-01-18T08:22:28.896711+0000 mgr.smithi116.xagkwr (mgr.14180) 1054 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:31.572 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:31 smithi116 bash[14016]: cluster 2024-01-18T08:22:30.897456+0000 mgr.smithi116.xagkwr (mgr.14180) 1055 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:31.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:31 smithi142 bash[17956]: cluster 2024-01-18T08:22:30.897456+0000 mgr.smithi116.xagkwr (mgr.14180) 1055 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:31.951 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:31.951 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:32.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:32 smithi116 bash[14016]: audit 2024-01-18T08:22:31.938729+0000 mgr.smithi116.xagkwr (mgr.14180) 1056 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:32.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:32 smithi142 bash[17956]: audit 2024-01-18T08:22:31.938729+0000 mgr.smithi116.xagkwr (mgr.14180) 1056 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:32.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:33.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:33 smithi142 bash[17956]: cluster 2024-01-18T08:22:32.898523+0000 mgr.smithi116.xagkwr (mgr.14180) 1057 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:33.702 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:33.715 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:33 smithi116 bash[14016]: cluster 2024-01-18T08:22:32.898523+0000 mgr.smithi116.xagkwr (mgr.14180) 1057 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:35.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:35 smithi116 bash[14016]: cluster 2024-01-18T08:22:34.899783+0000 mgr.smithi116.xagkwr (mgr.14180) 1058 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:35.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:35 smithi142 bash[17956]: cluster 2024-01-18T08:22:34.899783+0000 mgr.smithi116.xagkwr (mgr.14180) 1058 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:36.815 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:36.815 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:37.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:37 smithi116 bash[14016]: audit 2024-01-18T08:22:36.802797+0000 mgr.smithi116.xagkwr (mgr.14180) 1059 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:37.141 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:37 smithi116 bash[14016]: cluster 2024-01-18T08:22:36.901021+0000 mgr.smithi116.xagkwr (mgr.14180) 1060 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:37.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:37 smithi142 bash[17956]: audit 2024-01-18T08:22:36.802797+0000 mgr.smithi116.xagkwr (mgr.14180) 1059 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:37.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:37 smithi142 bash[17956]: cluster 2024-01-18T08:22:36.901021+0000 mgr.smithi116.xagkwr (mgr.14180) 1060 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:37.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:38.519 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:39.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:39 smithi116 bash[14016]: cluster 2024-01-18T08:22:38.901894+0000 mgr.smithi116.xagkwr (mgr.14180) 1061 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:39 smithi142 bash[17956]: cluster 2024-01-18T08:22:38.901894+0000 mgr.smithi116.xagkwr (mgr.14180) 1061 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:41.512 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:41.513 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:41.543 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:41 smithi116 bash[14016]: cluster 2024-01-18T08:22:40.902883+0000 mgr.smithi116.xagkwr (mgr.14180) 1062 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:41.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:41 smithi142 bash[17956]: cluster 2024-01-18T08:22:40.902883+0000 mgr.smithi116.xagkwr (mgr.14180) 1062 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:42.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:42.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:42 smithi116 bash[14016]: audit 2024-01-18T08:22:41.497572+0000 mgr.smithi116.xagkwr (mgr.14180) 1063 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:42.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:42 smithi142 bash[17956]: audit 2024-01-18T08:22:41.497572+0000 mgr.smithi116.xagkwr (mgr.14180) 1063 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:43.216 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:43.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:43 smithi116 bash[14016]: cluster 2024-01-18T08:22:42.903921+0000 mgr.smithi116.xagkwr (mgr.14180) 1064 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:43.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:43 smithi142 bash[17956]: cluster 2024-01-18T08:22:42.903921+0000 mgr.smithi116.xagkwr (mgr.14180) 1064 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:45.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:45 smithi116 bash[14016]: cluster 2024-01-18T08:22:44.904825+0000 mgr.smithi116.xagkwr (mgr.14180) 1065 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:45 smithi142 bash[17956]: cluster 2024-01-18T08:22:44.904825+0000 mgr.smithi116.xagkwr (mgr.14180) 1065 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:22:46.141 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:46.141 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:46.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:47.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:47 smithi116 bash[14016]: audit 2024-01-18T08:22:46.128726+0000 mgr.smithi116.xagkwr (mgr.14180) 1066 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:47.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:47 smithi116 bash[14016]: cluster 2024-01-18T08:22:46.905918+0000 mgr.smithi116.xagkwr (mgr.14180) 1067 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:47.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:47 smithi142 bash[17956]: audit 2024-01-18T08:22:46.128726+0000 mgr.smithi116.xagkwr (mgr.14180) 1066 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:47.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:47 smithi142 bash[17956]: cluster 2024-01-18T08:22:46.905918+0000 mgr.smithi116.xagkwr (mgr.14180) 1067 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:47.862 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:49.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:48 smithi116 bash[14016]: audit 2024-01-18T08:22:48.880446+0000 mon.smithi116 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:22:49.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:48 smithi142 bash[17956]: audit 2024-01-18T08:22:48.880446+0000 mon.smithi116 (mon.0) 925 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: cluster 2024-01-18T08:22:48.907019+0000 mgr.smithi116.xagkwr (mgr.14180) 1068 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.155612+0000 mon.smithi116 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.423290+0000 mon.smithi116 (mon.0) 927 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.425012+0000 mon.smithi116 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.435084+0000 mon.smithi116 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.442700+0000 mon.smithi116 (mon.0) 930 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:22:50.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:49 smithi116 bash[14016]: audit 2024-01-18T08:22:49.460102+0000 mon.smithi116 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: cluster 2024-01-18T08:22:48.907019+0000 mgr.smithi116.xagkwr (mgr.14180) 1068 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.155612+0000 mon.smithi116 (mon.0) 926 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.423290+0000 mon.smithi116 (mon.0) 927 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.425012+0000 mon.smithi116 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.435084+0000 mon.smithi116 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.442700+0000 mon.smithi116 (mon.0) 930 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:22:50.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:49 smithi142 bash[17956]: audit 2024-01-18T08:22:49.460102+0000 mon.smithi116 (mon.0) 931 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:50.994 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:50.995 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:20:34.709260Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.rojrby on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:50 smithi116 bash[14016]: cluster 2024-01-18T08:22:49.436143+0000 mgr.smithi116.xagkwr (mgr.14180) 1069 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:50 smithi116 bash[14016]: cephadm 2024-01-18T08:22:49.464000+0000 mgr.smithi116.xagkwr (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.klbjxd on smithi142 2024-01-18T08:22:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:50 smithi116 bash[14016]: cluster 2024-01-18T08:22:50.431608+0000 mon.smithi116 (mon.0) 932 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:22:51.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:50 smithi116 bash[14016]: cluster 2024-01-18T08:22:50.431667+0000 mon.smithi116 (mon.0) 933 : cluster [INF] Cluster is now healthy 2024-01-18T08:22:51.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:50 smithi142 bash[17956]: cluster 2024-01-18T08:22:49.436143+0000 mgr.smithi116.xagkwr (mgr.14180) 1069 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:51.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:50 smithi142 bash[17956]: cephadm 2024-01-18T08:22:49.464000+0000 mgr.smithi116.xagkwr (mgr.14180) 1070 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.klbjxd on smithi142 2024-01-18T08:22:51.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:50 smithi142 bash[17956]: cluster 2024-01-18T08:22:50.431608+0000 mon.smithi116 (mon.0) 932 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:22:51.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:50 smithi142 bash[17956]: cluster 2024-01-18T08:22:50.431667+0000 mon.smithi116 (mon.0) 933 : cluster [INF] Cluster is now healthy 2024-01-18T08:22:51.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:52.752 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:52 smithi116 bash[14016]: audit 2024-01-18T08:22:50.979859+0000 mgr.smithi116.xagkwr (mgr.14180) 1071 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:52 smithi116 bash[14016]: cluster 2024-01-18T08:22:51.437106+0000 mgr.smithi116.xagkwr (mgr.14180) 1072 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:52 smithi142 bash[17956]: audit 2024-01-18T08:22:50.979859+0000 mgr.smithi116.xagkwr (mgr.14180) 1071 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:52 smithi142 bash[17956]: cluster 2024-01-18T08:22:51.437106+0000 mgr.smithi116.xagkwr (mgr.14180) 1072 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:54.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:53 smithi116 bash[14016]: audit 2024-01-18T08:22:53.502918+0000 mon.smithi116 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.klbjxd"}]: dispatch 2024-01-18T08:22:54.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:53 smithi142 bash[17956]: audit 2024-01-18T08:22:53.502918+0000 mon.smithi116 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.klbjxd"}]: dispatch 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: cluster 2024-01-18T08:22:53.437981+0000 mgr.smithi116.xagkwr (mgr.14180) 1073 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: cephadm 2024-01-18T08:22:53.501715+0000 mgr.smithi116.xagkwr (mgr.14180) 1074 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: cephadm 2024-01-18T08:22:53.502268+0000 mgr.smithi116.xagkwr (mgr.14180) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: cephadm 2024-01-18T08:22:53.504658+0000 mgr.smithi116.xagkwr (mgr.14180) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:54 smithi116 bash[14016]: cephadm 2024-01-18T08:22:53.509030+0000 mgr.smithi116.xagkwr (mgr.14180) 1077 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jrsltf on smithi116 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: cluster 2024-01-18T08:22:53.437981+0000 mgr.smithi116.xagkwr (mgr.14180) 1073 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: cephadm 2024-01-18T08:22:53.501715+0000 mgr.smithi116.xagkwr (mgr.14180) 1074 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: cephadm 2024-01-18T08:22:53.502268+0000 mgr.smithi116.xagkwr (mgr.14180) 1075 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: cephadm 2024-01-18T08:22:53.504658+0000 mgr.smithi116.xagkwr (mgr.14180) 1076 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.klbjxd ... 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:55.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:54 smithi142 bash[17956]: cephadm 2024-01-18T08:22:53.509030+0000 mgr.smithi116.xagkwr (mgr.14180) 1077 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jrsltf on smithi116 2024-01-18T08:22:55.776 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:22:55.777 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:44.878082Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ggishr on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ggishr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ggishr\nDeploy daemon haproxy.nfs.foo.smithi142.ggishr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.868904Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.zvcjnu on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-zvcjnu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.zvcjnu\nDeploy daemon haproxy.nfs.foo.smithi116.zvcjnu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:21:48.872778Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wxuvko on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:22:56.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:22:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:56 smithi116 bash[14016]: cluster 2024-01-18T08:22:55.438921+0000 mgr.smithi116.xagkwr (mgr.14180) 1078 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:56 smithi116 bash[14016]: audit 2024-01-18T08:22:55.546231+0000 mon.smithi116 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:56 smithi116 bash[14016]: audit 2024-01-18T08:22:55.763345+0000 mgr.smithi116.xagkwr (mgr.14180) 1079 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:56.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:56 smithi142 bash[17956]: cluster 2024-01-18T08:22:55.438921+0000 mgr.smithi116.xagkwr (mgr.14180) 1078 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:22:56.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:56 smithi142 bash[17956]: audit 2024-01-18T08:22:55.546231+0000 mon.smithi116 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:22:56.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:56 smithi142 bash[17956]: audit 2024-01-18T08:22:55.763345+0000 mgr.smithi116.xagkwr (mgr.14180) 1079 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:22:57.545 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:22:57.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:57 smithi142 bash[17956]: audit 2024-01-18T08:22:57.243701+0000 mon.smithi116 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jrsltf"}]: dispatch 2024-01-18T08:22:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:57 smithi116 bash[14016]: audit 2024-01-18T08:22:57.243701+0000 mon.smithi116 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jrsltf"}]: dispatch 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cephadm 2024-01-18T08:22:57.242446+0000 mgr.smithi116.xagkwr (mgr.14180) 1080 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.833 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.834 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cephadm 2024-01-18T08:22:57.242988+0000 mgr.smithi116.xagkwr (mgr.14180) 1081 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cephadm 2024-01-18T08:22:57.245154+0000 mgr.smithi116.xagkwr (mgr.14180) 1082 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.835 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cephadm 2024-01-18T08:22:57.249010+0000 mgr.smithi116.xagkwr (mgr.14180) 1083 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cephadm 2024-01-18T08:22:57.251817+0000 mgr.smithi116.xagkwr (mgr.14180) 1084 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cluster 2024-01-18T08:22:57.252983+0000 mgr.smithi116.xagkwr (mgr.14180) 1085 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:22:58.836 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:22:58 smithi116 bash[14016]: cluster 2024-01-18T08:22:57.546494+0000 mon.smithi116 (mon.0) 937 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:22:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cephadm 2024-01-18T08:22:57.242446+0000 mgr.smithi116.xagkwr (mgr.14180) 1080 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cephadm 2024-01-18T08:22:57.242988+0000 mgr.smithi116.xagkwr (mgr.14180) 1081 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cephadm 2024-01-18T08:22:57.245154+0000 mgr.smithi116.xagkwr (mgr.14180) 1082 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jrsltf ... 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cephadm 2024-01-18T08:22:57.249010+0000 mgr.smithi116.xagkwr (mgr.14180) 1083 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cephadm 2024-01-18T08:22:57.251817+0000 mgr.smithi116.xagkwr (mgr.14180) 1084 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:22:58.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cluster 2024-01-18T08:22:57.252983+0000 mgr.smithi116.xagkwr (mgr.14180) 1085 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:22:58.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:22:58 smithi142 bash[17956]: cluster 2024-01-18T08:22:57.546494+0000 mon.smithi116 (mon.0) 937 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:23:00.602 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:00.602 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:00 smithi142 bash[17956]: cluster 2024-01-18T08:22:59.253781+0000 mgr.smithi116.xagkwr (mgr.14180) 1086 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:23:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:00 smithi116 bash[14016]: cluster 2024-01-18T08:22:59.253781+0000 mgr.smithi116.xagkwr (mgr.14180) 1086 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-01-18T08:23:01.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:01.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:01 smithi142 bash[17956]: audit 2024-01-18T08:23:00.577976+0000 mon.smithi116 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:01.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:01 smithi142 bash[17956]: audit 2024-01-18T08:23:00.587784+0000 mgr.smithi116.xagkwr (mgr.14180) 1087 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:02.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:01 smithi116 bash[14016]: audit 2024-01-18T08:23:00.577976+0000 mon.smithi116 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:02.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:01 smithi116 bash[14016]: audit 2024-01-18T08:23:00.587784+0000 mgr.smithi116.xagkwr (mgr.14180) 1087 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:02.335 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:02.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:02 smithi116 bash[14016]: cluster 2024-01-18T08:23:01.254989+0000 mgr.smithi116.xagkwr (mgr.14180) 1088 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:02.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:02 smithi142 bash[17956]: cluster 2024-01-18T08:23:01.254989+0000 mgr.smithi116.xagkwr (mgr.14180) 1088 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:04.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:04 smithi142 bash[17956]: cluster 2024-01-18T08:23:03.256057+0000 mgr.smithi116.xagkwr (mgr.14180) 1089 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:04.966 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:04 smithi116 bash[14016]: cluster 2024-01-18T08:23:03.256057+0000 mgr.smithi116.xagkwr (mgr.14180) 1089 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:05.404 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:05.404 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:06.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:06 smithi142 bash[17956]: cluster 2024-01-18T08:23:05.257175+0000 mgr.smithi116.xagkwr (mgr.14180) 1090 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:23:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:06 smithi142 bash[17956]: audit 2024-01-18T08:23:05.391616+0000 mgr.smithi116.xagkwr (mgr.14180) 1091 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:07.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:06 smithi116 bash[14016]: cluster 2024-01-18T08:23:05.257175+0000 mgr.smithi116.xagkwr (mgr.14180) 1090 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:23:07.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:06 smithi116 bash[14016]: audit 2024-01-18T08:23:05.391616+0000 mgr.smithi116.xagkwr (mgr.14180) 1091 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:07.116 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:08.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:08 smithi142 bash[17956]: cluster 2024-01-18T08:23:07.258389+0000 mgr.smithi116.xagkwr (mgr.14180) 1092 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:08.903 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:08 smithi116 bash[14016]: cluster 2024-01-18T08:23:07.258389+0000 mgr.smithi116.xagkwr (mgr.14180) 1092 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:23:10.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:10.282 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:10.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:10 smithi116 bash[14016]: cluster 2024-01-18T08:23:09.259562+0000 mgr.smithi116.xagkwr (mgr.14180) 1093 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:10.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:10 smithi116 bash[14016]: audit 2024-01-18T08:23:10.547360+0000 mon.smithi116 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:10 smithi142 bash[17956]: cluster 2024-01-18T08:23:09.259562+0000 mgr.smithi116.xagkwr (mgr.14180) 1093 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:10 smithi142 bash[17956]: audit 2024-01-18T08:23:10.547360+0000 mon.smithi116 (mon.0) 939 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:10.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:11.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:11 smithi142 bash[17956]: audit 2024-01-18T08:23:10.273250+0000 mgr.smithi116.xagkwr (mgr.14180) 1094 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:11.955 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:11.969 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:11 smithi116 bash[14016]: audit 2024-01-18T08:23:10.273250+0000 mgr.smithi116.xagkwr (mgr.14180) 1094 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:12.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:12 smithi142 bash[17956]: cluster 2024-01-18T08:23:11.260794+0000 mgr.smithi116.xagkwr (mgr.14180) 1095 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:12.897 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:12 smithi116 bash[14016]: cluster 2024-01-18T08:23:11.260794+0000 mgr.smithi116.xagkwr (mgr.14180) 1095 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:14 smithi116 bash[14016]: cluster 2024-01-18T08:23:13.261956+0000 mgr.smithi116.xagkwr (mgr.14180) 1096 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:14.876 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:14.876 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:15.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:14 smithi142 bash[17956]: cluster 2024-01-18T08:23:13.261956+0000 mgr.smithi116.xagkwr (mgr.14180) 1096 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:15.627 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:15 smithi116 bash[14016]: audit 2024-01-18T08:23:14.864284+0000 mgr.smithi116.xagkwr (mgr.14180) 1097 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:15 smithi142 bash[17956]: audit 2024-01-18T08:23:14.864284+0000 mgr.smithi116.xagkwr (mgr.14180) 1097 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:16.628 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:17.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:16 smithi116 bash[14016]: cluster 2024-01-18T08:23:15.262703+0000 mgr.smithi116.xagkwr (mgr.14180) 1098 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:17.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:16 smithi142 bash[17956]: cluster 2024-01-18T08:23:15.262703+0000 mgr.smithi116.xagkwr (mgr.14180) 1098 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:19.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:18 smithi116 bash[14016]: cluster 2024-01-18T08:23:17.263848+0000 mgr.smithi116.xagkwr (mgr.14180) 1099 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:19.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:18 smithi142 bash[17956]: cluster 2024-01-18T08:23:17.263848+0000 mgr.smithi116.xagkwr (mgr.14180) 1099 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:19.718 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:19.718 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:20.406 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:20.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:20 smithi116 bash[14016]: cluster 2024-01-18T08:23:19.264991+0000 mgr.smithi116.xagkwr (mgr.14180) 1100 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:20.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:20 smithi116 bash[14016]: audit 2024-01-18T08:23:19.703870+0000 mgr.smithi116.xagkwr (mgr.14180) 1101 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:21.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:20 smithi142 bash[17956]: cluster 2024-01-18T08:23:19.264991+0000 mgr.smithi116.xagkwr (mgr.14180) 1100 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:21.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:20 smithi142 bash[17956]: audit 2024-01-18T08:23:19.703870+0000 mgr.smithi116.xagkwr (mgr.14180) 1101 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:21.407 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:22.685 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:22 smithi116 bash[14016]: cluster 2024-01-18T08:23:21.266234+0000 mgr.smithi116.xagkwr (mgr.14180) 1102 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:23.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:22 smithi142 bash[17956]: cluster 2024-01-18T08:23:21.266234+0000 mgr.smithi116.xagkwr (mgr.14180) 1102 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:24.383 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:24.383 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:24.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:24 smithi116 bash[14016]: cluster 2024-01-18T08:23:23.267323+0000 mgr.smithi116.xagkwr (mgr.14180) 1103 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:25.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:24 smithi142 bash[17956]: cluster 2024-01-18T08:23:23.267323+0000 mgr.smithi116.xagkwr (mgr.14180) 1103 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:26.047 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:26.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:25 smithi116 bash[14016]: audit 2024-01-18T08:23:24.367763+0000 mgr.smithi116.xagkwr (mgr.14180) 1104 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:25 smithi142 bash[17956]: audit 2024-01-18T08:23:24.367763+0000 mgr.smithi116.xagkwr (mgr.14180) 1104 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:27.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:26 smithi116 bash[14016]: cluster 2024-01-18T08:23:25.268463+0000 mgr.smithi116.xagkwr (mgr.14180) 1105 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:27.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:26 smithi142 bash[17956]: cluster 2024-01-18T08:23:25.268463+0000 mgr.smithi116.xagkwr (mgr.14180) 1105 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:29.008 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:29.008 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:29.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:28 smithi116 bash[14016]: cluster 2024-01-18T08:23:27.269166+0000 mgr.smithi116.xagkwr (mgr.14180) 1106 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:29.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:28 smithi142 bash[17956]: cluster 2024-01-18T08:23:27.269166+0000 mgr.smithi116.xagkwr (mgr.14180) 1106 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:29.660 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:30.661 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:30 smithi116 bash[14016]: audit 2024-01-18T08:23:28.995473+0000 mgr.smithi116.xagkwr (mgr.14180) 1107 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:31.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:30 smithi116 bash[14016]: cluster 2024-01-18T08:23:29.270101+0000 mgr.smithi116.xagkwr (mgr.14180) 1108 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:30 smithi142 bash[17956]: audit 2024-01-18T08:23:28.995473+0000 mgr.smithi116.xagkwr (mgr.14180) 1107 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:30 smithi142 bash[17956]: cluster 2024-01-18T08:23:29.270101+0000 mgr.smithi116.xagkwr (mgr.14180) 1108 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:32.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:32 smithi116 bash[14016]: cluster 2024-01-18T08:23:31.271393+0000 mgr.smithi116.xagkwr (mgr.14180) 1109 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:33.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:32 smithi142 bash[17956]: cluster 2024-01-18T08:23:31.271393+0000 mgr.smithi116.xagkwr (mgr.14180) 1109 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:33.554 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:33.555 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:34.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:35.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:34 smithi116 bash[14016]: cluster 2024-01-18T08:23:33.272543+0000 mgr.smithi116.xagkwr (mgr.14180) 1110 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:35.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:34 smithi116 bash[14016]: audit 2024-01-18T08:23:33.540208+0000 mgr.smithi116.xagkwr (mgr.14180) 1111 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:35.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:34 smithi142 bash[17956]: cluster 2024-01-18T08:23:33.272543+0000 mgr.smithi116.xagkwr (mgr.14180) 1110 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:35.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:34 smithi142 bash[17956]: audit 2024-01-18T08:23:33.540208+0000 mgr.smithi116.xagkwr (mgr.14180) 1111 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:35.183 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:37.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:36 smithi116 bash[14016]: cluster 2024-01-18T08:23:35.273738+0000 mgr.smithi116.xagkwr (mgr.14180) 1112 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:37.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:36 smithi142 bash[17956]: cluster 2024-01-18T08:23:35.273738+0000 mgr.smithi116.xagkwr (mgr.14180) 1112 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:38.265 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:38.265 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:38.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:39.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:38 smithi116 bash[14016]: cluster 2024-01-18T08:23:37.274467+0000 mgr.smithi116.xagkwr (mgr.14180) 1113 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:39.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:38 smithi142 bash[17956]: cluster 2024-01-18T08:23:37.274467+0000 mgr.smithi116.xagkwr (mgr.14180) 1113 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:39.962 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:39.974 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:39 smithi116 bash[14016]: audit 2024-01-18T08:23:38.252984+0000 mgr.smithi116.xagkwr (mgr.14180) 1114 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:40.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:39 smithi142 bash[17956]: audit 2024-01-18T08:23:38.252984+0000 mgr.smithi116.xagkwr (mgr.14180) 1114 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:41.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:40 smithi116 bash[14016]: cluster 2024-01-18T08:23:39.275606+0000 mgr.smithi116.xagkwr (mgr.14180) 1115 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:41.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:40 smithi142 bash[17956]: cluster 2024-01-18T08:23:39.275606+0000 mgr.smithi116.xagkwr (mgr.14180) 1115 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:43.009 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:43.009 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:43.041 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:42 smithi116 bash[14016]: cluster 2024-01-18T08:23:41.276357+0000 mgr.smithi116.xagkwr (mgr.14180) 1116 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:42 smithi142 bash[17956]: cluster 2024-01-18T08:23:41.276357+0000 mgr.smithi116.xagkwr (mgr.14180) 1116 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:43.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:44.670 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:44 smithi116 bash[14016]: audit 2024-01-18T08:23:42.996944+0000 mgr.smithi116.xagkwr (mgr.14180) 1117 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:44 smithi116 bash[14016]: cluster 2024-01-18T08:23:43.277011+0000 mgr.smithi116.xagkwr (mgr.14180) 1118 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:44 smithi142 bash[17956]: audit 2024-01-18T08:23:42.996944+0000 mgr.smithi116.xagkwr (mgr.14180) 1117 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:45.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:44 smithi142 bash[17956]: cluster 2024-01-18T08:23:43.277011+0000 mgr.smithi116.xagkwr (mgr.14180) 1118 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:46.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:46 smithi116 bash[14016]: cluster 2024-01-18T08:23:45.278082+0000 mgr.smithi116.xagkwr (mgr.14180) 1119 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:46 smithi142 bash[17956]: cluster 2024-01-18T08:23:45.278082+0000 mgr.smithi116.xagkwr (mgr.14180) 1119 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:47.583 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:47.584 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:48.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:49.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:48 smithi116 bash[14016]: cluster 2024-01-18T08:23:47.279308+0000 mgr.smithi116.xagkwr (mgr.14180) 1120 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:49.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:48 smithi116 bash[14016]: audit 2024-01-18T08:23:47.575381+0000 mgr.smithi116.xagkwr (mgr.14180) 1121 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:48 smithi142 bash[17956]: cluster 2024-01-18T08:23:47.279308+0000 mgr.smithi116.xagkwr (mgr.14180) 1120 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:49.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:48 smithi142 bash[17956]: audit 2024-01-18T08:23:47.575381+0000 mgr.smithi116.xagkwr (mgr.14180) 1121 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:49.316 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:51.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:50 smithi116 bash[14016]: cluster 2024-01-18T08:23:49.280473+0000 mgr.smithi116.xagkwr (mgr.14180) 1122 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:50 smithi142 bash[17956]: cluster 2024-01-18T08:23:49.280473+0000 mgr.smithi116.xagkwr (mgr.14180) 1122 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:52.257 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:52.257 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:52.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:52 smithi116 bash[14016]: cluster 2024-01-18T08:23:51.281475+0000 mgr.smithi116.xagkwr (mgr.14180) 1123 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:53.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:52 smithi142 bash[17956]: cluster 2024-01-18T08:23:51.281475+0000 mgr.smithi116.xagkwr (mgr.14180) 1123 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:53.944 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:54.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:53 smithi116 bash[14016]: audit 2024-01-18T08:23:52.244206+0000 mgr.smithi116.xagkwr (mgr.14180) 1124 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:54.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:53 smithi142 bash[17956]: audit 2024-01-18T08:23:52.244206+0000 mgr.smithi116.xagkwr (mgr.14180) 1124 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:55.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:54 smithi116 bash[14016]: cluster 2024-01-18T08:23:53.282458+0000 mgr.smithi116.xagkwr (mgr.14180) 1125 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:55.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:54 smithi142 bash[17956]: cluster 2024-01-18T08:23:53.282458+0000 mgr.smithi116.xagkwr (mgr.14180) 1125 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:56.934 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:23:56.934 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:21:48.875912Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ekbfbg on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:23:57.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:56 smithi116 bash[14016]: cluster 2024-01-18T08:23:55.283549+0000 mgr.smithi116.xagkwr (mgr.14180) 1126 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:57.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:56 smithi142 bash[17956]: cluster 2024-01-18T08:23:55.283549+0000 mgr.smithi116.xagkwr (mgr.14180) 1126 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:23:57.688 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:56.922375+0000 mgr.smithi116.xagkwr (mgr.14180) 1127 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.255876+0000 mon.smithi116 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.552785+0000 mon.smithi116 (mon.0) 941 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.554083+0000 mon.smithi116 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.561083+0000 mon.smithi116 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.566471+0000 mon.smithi116 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:23:58.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:57 smithi116 bash[14016]: audit 2024-01-18T08:23:57.578410+0000 mon.smithi116 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:56.922375+0000 mgr.smithi116.xagkwr (mgr.14180) 1127 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.255876+0000 mon.smithi116 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.552785+0000 mon.smithi116 (mon.0) 941 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.554083+0000 mon.smithi116 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.561083+0000 mon.smithi116 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.566471+0000 mon.smithi116 (mon.0) 944 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:23:58.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:57 smithi142 bash[17956]: audit 2024-01-18T08:23:57.578410+0000 mon.smithi116 (mon.0) 945 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:23:58.688 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:23:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:58 smithi116 bash[14016]: cluster 2024-01-18T08:23:57.284198+0000 mgr.smithi116.xagkwr (mgr.14180) 1128 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:58 smithi116 bash[14016]: cluster 2024-01-18T08:23:57.561984+0000 mgr.smithi116.xagkwr (mgr.14180) 1129 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:23:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:58 smithi116 bash[14016]: cephadm 2024-01-18T08:23:57.581204+0000 mgr.smithi116.xagkwr (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.akzhdt on smithi142 2024-01-18T08:23:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:58 smithi116 bash[14016]: cluster 2024-01-18T08:23:57.774241+0000 mon.smithi116 (mon.0) 946 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:23:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:23:58 smithi116 bash[14016]: cluster 2024-01-18T08:23:57.774299+0000 mon.smithi116 (mon.0) 947 : cluster [INF] Cluster is now healthy 2024-01-18T08:23:59.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:58 smithi142 bash[17956]: cluster 2024-01-18T08:23:57.284198+0000 mgr.smithi116.xagkwr (mgr.14180) 1128 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:23:59.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:58 smithi142 bash[17956]: cluster 2024-01-18T08:23:57.561984+0000 mgr.smithi116.xagkwr (mgr.14180) 1129 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:23:59.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:58 smithi142 bash[17956]: cephadm 2024-01-18T08:23:57.581204+0000 mgr.smithi116.xagkwr (mgr.14180) 1130 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.akzhdt on smithi142 2024-01-18T08:23:59.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:58 smithi142 bash[17956]: cluster 2024-01-18T08:23:57.774241+0000 mon.smithi116 (mon.0) 946 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:23:59.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:23:58 smithi142 bash[17956]: cluster 2024-01-18T08:23:57.774299+0000 mon.smithi116 (mon.0) 947 : cluster [INF] Cluster is now healthy 2024-01-18T08:24:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:00 smithi116 bash[14016]: cluster 2024-01-18T08:23:59.562720+0000 mgr.smithi116.xagkwr (mgr.14180) 1131 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:00 smithi142 bash[17956]: cluster 2024-01-18T08:23:59.562720+0000 mgr.smithi116.xagkwr (mgr.14180) 1131 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:01.645 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:01.645 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:53.504326Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.klbjxd on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-klbjxd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.klbjxd\nDeploy daemon haproxy.nfs.foo.smithi142.klbjxd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.244927Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jrsltf on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jrsltf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jrsltf\nDeploy daemon haproxy.nfs.foo.smithi116.jrsltf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:22:57.248829Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.zxnoav on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:02.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:01 smithi116 bash[14016]: audit 2024-01-18T08:24:01.383861+0000 mon.smithi116 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.akzhdt"}]: dispatch 2024-01-18T08:24:02.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:01 smithi142 bash[17956]: audit 2024-01-18T08:24:01.383861+0000 mon.smithi116 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.akzhdt"}]: dispatch 2024-01-18T08:24:02.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: cephadm 2024-01-18T08:24:01.382675+0000 mgr.smithi116.xagkwr (mgr.14180) 1132 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:24:03.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: cephadm 2024-01-18T08:24:01.383162+0000 mgr.smithi116.xagkwr (mgr.14180) 1133 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: cephadm 2024-01-18T08:24:01.385423+0000 mgr.smithi116.xagkwr (mgr.14180) 1134 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: cephadm 2024-01-18T08:24:01.389618+0000 mgr.smithi116.xagkwr (mgr.14180) 1135 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.lhsvdl on smithi116 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: cluster 2024-01-18T08:24:01.563356+0000 mgr.smithi116.xagkwr (mgr.14180) 1136 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:03.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:02 smithi142 bash[17956]: audit 2024-01-18T08:24:01.633920+0000 mgr.smithi116.xagkwr (mgr.14180) 1137 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:03.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: cephadm 2024-01-18T08:24:01.382675+0000 mgr.smithi116.xagkwr (mgr.14180) 1132 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:24:03.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: cephadm 2024-01-18T08:24:01.383162+0000 mgr.smithi116.xagkwr (mgr.14180) 1133 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: cephadm 2024-01-18T08:24:01.385423+0000 mgr.smithi116.xagkwr (mgr.14180) 1134 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.akzhdt ... 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: cephadm 2024-01-18T08:24:01.389618+0000 mgr.smithi116.xagkwr (mgr.14180) 1135 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.lhsvdl on smithi116 2024-01-18T08:24:03.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: cluster 2024-01-18T08:24:01.563356+0000 mgr.smithi116.xagkwr (mgr.14180) 1136 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:03.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:02 smithi116 bash[14016]: audit 2024-01-18T08:24:01.633920+0000 mgr.smithi116.xagkwr (mgr.14180) 1137 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:03.426 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:04 smithi116 bash[14016]: cluster 2024-01-18T08:24:03.564205+0000 mgr.smithi116.xagkwr (mgr.14180) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:05.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:04 smithi142 bash[17956]: cluster 2024-01-18T08:24:03.564205+0000 mgr.smithi116.xagkwr (mgr.14180) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:24:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cephadm 2024-01-18T08:24:05.384437+0000 mgr.smithi116.xagkwr (mgr.14180) 1139 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cephadm 2024-01-18T08:24:05.384810+0000 mgr.smithi116.xagkwr (mgr.14180) 1140 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: audit 2024-01-18T08:24:05.385309+0000 mon.smithi116 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.lhsvdl"}]: dispatch 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cephadm 2024-01-18T08:24:05.386364+0000 mgr.smithi116.xagkwr (mgr.14180) 1141 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cephadm 2024-01-18T08:24:05.388217+0000 mgr.smithi116.xagkwr (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:06.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cephadm 2024-01-18T08:24:05.389700+0000 mgr.smithi116.xagkwr (mgr.14180) 1143 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: cluster 2024-01-18T08:24:05.390541+0000 mgr.smithi116.xagkwr (mgr.14180) 1144 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:24:06.552 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:06 smithi116 bash[14016]: audit 2024-01-18T08:24:05.627134+0000 mon.smithi116 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cephadm 2024-01-18T08:24:05.384437+0000 mgr.smithi116.xagkwr (mgr.14180) 1139 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.632 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.633 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.633 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:06.634 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cephadm 2024-01-18T08:24:05.384810+0000 mgr.smithi116.xagkwr (mgr.14180) 1140 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: audit 2024-01-18T08:24:05.385309+0000 mon.smithi116 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.lhsvdl"}]: dispatch 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cephadm 2024-01-18T08:24:05.386364+0000 mgr.smithi116.xagkwr (mgr.14180) 1141 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:24:06.634 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.lhsvdl ... 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cephadm 2024-01-18T08:24:05.388217+0000 mgr.smithi116.xagkwr (mgr.14180) 1142 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cephadm 2024-01-18T08:24:05.389700+0000 mgr.smithi116.xagkwr (mgr.14180) 1143 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: cluster 2024-01-18T08:24:05.390541+0000 mgr.smithi116.xagkwr (mgr.14180) 1144 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:24:06.635 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:06 smithi142 bash[17956]: audit 2024-01-18T08:24:05.627134+0000 mon.smithi116 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:24:07.324 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:07.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:07 smithi116 bash[14016]: cluster 2024-01-18T08:24:06.331008+0000 mon.smithi116 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:07.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:07 smithi116 bash[14016]: audit 2024-01-18T08:24:06.620677+0000 mgr.smithi116.xagkwr (mgr.14180) 1145 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:07.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:07 smithi142 bash[17956]: cluster 2024-01-18T08:24:06.331008+0000 mon.smithi116 (mon.0) 951 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:24:07.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:07 smithi142 bash[17956]: audit 2024-01-18T08:24:06.620677+0000 mgr.smithi116.xagkwr (mgr.14180) 1145 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:08.325 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:08 smithi142 bash[17956]: cluster 2024-01-18T08:24:07.391675+0000 mgr.smithi116.xagkwr (mgr.14180) 1146 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:24:08.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:08 smithi116 bash[14016]: cluster 2024-01-18T08:24:07.391675+0000 mgr.smithi116.xagkwr (mgr.14180) 1146 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:24:10.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:10 smithi116 bash[14016]: cluster 2024-01-18T08:24:09.392534+0000 mgr.smithi116.xagkwr (mgr.14180) 1147 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:10 smithi142 bash[17956]: cluster 2024-01-18T08:24:09.392534+0000 mgr.smithi116.xagkwr (mgr.14180) 1147 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:11.307 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:11.307 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:12.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:12.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:12 smithi116 bash[14016]: audit 2024-01-18T08:24:11.298786+0000 mgr.smithi116.xagkwr (mgr.14180) 1148 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:12.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:12 smithi116 bash[14016]: cluster 2024-01-18T08:24:11.393653+0000 mgr.smithi116.xagkwr (mgr.14180) 1149 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:12 smithi142 bash[17956]: audit 2024-01-18T08:24:11.298786+0000 mgr.smithi116.xagkwr (mgr.14180) 1148 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:12 smithi142 bash[17956]: cluster 2024-01-18T08:24:11.393653+0000 mgr.smithi116.xagkwr (mgr.14180) 1149 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:13.005 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:14.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:14 smithi116 bash[14016]: cluster 2024-01-18T08:24:13.394981+0000 mgr.smithi116.xagkwr (mgr.14180) 1150 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:14 smithi142 bash[17956]: cluster 2024-01-18T08:24:13.394981+0000 mgr.smithi116.xagkwr (mgr.14180) 1150 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:24:16.008 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:16.008 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:16.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:16 smithi116 bash[14016]: cluster 2024-01-18T08:24:15.396064+0000 mgr.smithi116.xagkwr (mgr.14180) 1151 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:24:16.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:16 smithi142 bash[17956]: cluster 2024-01-18T08:24:15.396064+0000 mgr.smithi116.xagkwr (mgr.14180) 1151 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:24:16.725 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:17.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:17 smithi116 bash[14016]: audit 2024-01-18T08:24:15.995736+0000 mgr.smithi116.xagkwr (mgr.14180) 1152 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:17.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:17 smithi142 bash[17956]: audit 2024-01-18T08:24:15.995736+0000 mgr.smithi116.xagkwr (mgr.14180) 1152 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:17.726 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:18.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:18 smithi142 bash[17956]: cluster 2024-01-18T08:24:17.397256+0000 mgr.smithi116.xagkwr (mgr.14180) 1153 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:18.795 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:18 smithi116 bash[14016]: cluster 2024-01-18T08:24:17.397256+0000 mgr.smithi116.xagkwr (mgr.14180) 1153 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:20.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:20 smithi116 bash[14016]: cluster 2024-01-18T08:24:19.398372+0000 mgr.smithi116.xagkwr (mgr.14180) 1154 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:20 smithi142 bash[17956]: cluster 2024-01-18T08:24:19.398372+0000 mgr.smithi116.xagkwr (mgr.14180) 1154 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:20.913 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:20.913 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:21.670 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:21.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:21 smithi116 bash[14016]: audit 2024-01-18T08:24:20.901491+0000 mgr.smithi116.xagkwr (mgr.14180) 1155 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:21.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:21 smithi142 bash[17956]: audit 2024-01-18T08:24:20.901491+0000 mgr.smithi116.xagkwr (mgr.14180) 1155 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:22.671 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:22.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:22 smithi116 bash[14016]: cluster 2024-01-18T08:24:21.399587+0000 mgr.smithi116.xagkwr (mgr.14180) 1156 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:22 smithi142 bash[17956]: cluster 2024-01-18T08:24:21.399587+0000 mgr.smithi116.xagkwr (mgr.14180) 1156 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:24.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:24 smithi116 bash[14016]: cluster 2024-01-18T08:24:23.400757+0000 mgr.smithi116.xagkwr (mgr.14180) 1157 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:24.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:24 smithi142 bash[17956]: cluster 2024-01-18T08:24:23.400757+0000 mgr.smithi116.xagkwr (mgr.14180) 1157 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:25.772 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:25.772 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:26.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:26.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:26 smithi142 bash[17956]: cluster 2024-01-18T08:24:25.401893+0000 mgr.smithi116.xagkwr (mgr.14180) 1158 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:26.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:26 smithi142 bash[17956]: audit 2024-01-18T08:24:25.763625+0000 mgr.smithi116.xagkwr (mgr.14180) 1159 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:26 smithi116 bash[14016]: cluster 2024-01-18T08:24:25.401893+0000 mgr.smithi116.xagkwr (mgr.14180) 1158 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:26 smithi116 bash[14016]: audit 2024-01-18T08:24:25.763625+0000 mgr.smithi116.xagkwr (mgr.14180) 1159 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:27.526 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:28.758 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:28 smithi116 bash[14016]: cluster 2024-01-18T08:24:27.403140+0000 mgr.smithi116.xagkwr (mgr.14180) 1160 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:28 smithi142 bash[17956]: cluster 2024-01-18T08:24:27.403140+0000 mgr.smithi116.xagkwr (mgr.14180) 1160 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:30.402 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:30.402 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:30.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:30 smithi116 bash[14016]: cluster 2024-01-18T08:24:29.403959+0000 mgr.smithi116.xagkwr (mgr.14180) 1161 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:30.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:30 smithi142 bash[17956]: cluster 2024-01-18T08:24:29.403959+0000 mgr.smithi116.xagkwr (mgr.14180) 1161 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:31.128 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:31.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:31 smithi116 bash[14016]: audit 2024-01-18T08:24:30.393679+0000 mgr.smithi116.xagkwr (mgr.14180) 1162 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:31.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:31 smithi142 bash[17956]: audit 2024-01-18T08:24:30.393679+0000 mgr.smithi116.xagkwr (mgr.14180) 1162 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:32.129 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:32.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:32 smithi116 bash[14016]: cluster 2024-01-18T08:24:31.405136+0000 mgr.smithi116.xagkwr (mgr.14180) 1163 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:32 smithi142 bash[17956]: cluster 2024-01-18T08:24:31.405136+0000 mgr.smithi116.xagkwr (mgr.14180) 1163 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:34.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:34 smithi116 bash[14016]: cluster 2024-01-18T08:24:33.406213+0000 mgr.smithi116.xagkwr (mgr.14180) 1164 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:34 smithi142 bash[17956]: cluster 2024-01-18T08:24:33.406213+0000 mgr.smithi116.xagkwr (mgr.14180) 1164 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:35.281 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:35.281 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:35.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:36.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:36 smithi142 bash[17956]: audit 2024-01-18T08:24:35.269132+0000 mgr.smithi116.xagkwr (mgr.14180) 1165 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:36.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:36 smithi142 bash[17956]: cluster 2024-01-18T08:24:35.407418+0000 mgr.smithi116.xagkwr (mgr.14180) 1166 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:36.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:36 smithi116 bash[14016]: audit 2024-01-18T08:24:35.269132+0000 mgr.smithi116.xagkwr (mgr.14180) 1165 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:36.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:36 smithi116 bash[14016]: cluster 2024-01-18T08:24:35.407418+0000 mgr.smithi116.xagkwr (mgr.14180) 1166 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:36.959 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:38.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:38 smithi116 bash[14016]: cluster 2024-01-18T08:24:37.408549+0000 mgr.smithi116.xagkwr (mgr.14180) 1167 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:38 smithi142 bash[17956]: cluster 2024-01-18T08:24:37.408549+0000 mgr.smithi116.xagkwr (mgr.14180) 1167 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:39.857 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:39.858 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:40.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:40.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:40 smithi116 bash[14016]: cluster 2024-01-18T08:24:39.409614+0000 mgr.smithi116.xagkwr (mgr.14180) 1168 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:40.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:40 smithi116 bash[14016]: audit 2024-01-18T08:24:39.849174+0000 mgr.smithi116.xagkwr (mgr.14180) 1169 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:40.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:40 smithi142 bash[17956]: cluster 2024-01-18T08:24:39.409614+0000 mgr.smithi116.xagkwr (mgr.14180) 1168 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:40.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:40 smithi142 bash[17956]: audit 2024-01-18T08:24:39.849174+0000 mgr.smithi116.xagkwr (mgr.14180) 1169 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:41.597 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:42 smithi116 bash[14016]: cluster 2024-01-18T08:24:41.410834+0000 mgr.smithi116.xagkwr (mgr.14180) 1170 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:42.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:42 smithi142 bash[17956]: cluster 2024-01-18T08:24:41.410834+0000 mgr.smithi116.xagkwr (mgr.14180) 1170 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:44.631 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:44.631 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:44.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:44 smithi116 bash[14016]: cluster 2024-01-18T08:24:43.412103+0000 mgr.smithi116.xagkwr (mgr.14180) 1171 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:44 smithi142 bash[17956]: cluster 2024-01-18T08:24:43.412103+0000 mgr.smithi116.xagkwr (mgr.14180) 1171 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:45.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:45.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:45 smithi116 bash[14016]: audit 2024-01-18T08:24:44.617601+0000 mgr.smithi116.xagkwr (mgr.14180) 1172 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:45.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:45 smithi142 bash[17956]: audit 2024-01-18T08:24:44.617601+0000 mgr.smithi116.xagkwr (mgr.14180) 1172 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:46.312 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:46.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:46 smithi116 bash[14016]: cluster 2024-01-18T08:24:45.413366+0000 mgr.smithi116.xagkwr (mgr.14180) 1173 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:46 smithi142 bash[17956]: cluster 2024-01-18T08:24:45.413366+0000 mgr.smithi116.xagkwr (mgr.14180) 1173 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:48.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:48 smithi116 bash[14016]: cluster 2024-01-18T08:24:47.414543+0000 mgr.smithi116.xagkwr (mgr.14180) 1174 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:48 smithi142 bash[17956]: cluster 2024-01-18T08:24:47.414543+0000 mgr.smithi116.xagkwr (mgr.14180) 1174 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:49.294 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:49.294 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:50.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:50.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:50 smithi116 bash[14016]: audit 2024-01-18T08:24:49.281977+0000 mgr.smithi116.xagkwr (mgr.14180) 1175 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:50.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:50 smithi116 bash[14016]: cluster 2024-01-18T08:24:49.415755+0000 mgr.smithi116.xagkwr (mgr.14180) 1176 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:50.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:50 smithi142 bash[17956]: audit 2024-01-18T08:24:49.281977+0000 mgr.smithi116.xagkwr (mgr.14180) 1175 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:50.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:50 smithi142 bash[17956]: cluster 2024-01-18T08:24:49.415755+0000 mgr.smithi116.xagkwr (mgr.14180) 1176 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:51.017 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:52 smithi116 bash[14016]: cluster 2024-01-18T08:24:51.416963+0000 mgr.smithi116.xagkwr (mgr.14180) 1177 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:52 smithi142 bash[17956]: cluster 2024-01-18T08:24:51.416963+0000 mgr.smithi116.xagkwr (mgr.14180) 1177 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:54.158 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:54.158 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:54.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:54 smithi116 bash[14016]: cluster 2024-01-18T08:24:53.418124+0000 mgr.smithi116.xagkwr (mgr.14180) 1178 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:54.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:54 smithi142 bash[17956]: cluster 2024-01-18T08:24:53.418124+0000 mgr.smithi116.xagkwr (mgr.14180) 1178 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:55.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:55 smithi116 bash[14016]: audit 2024-01-18T08:24:54.144594+0000 mgr.smithi116.xagkwr (mgr.14180) 1179 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:55.878 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:24:55.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:55 smithi142 bash[17956]: audit 2024-01-18T08:24:54.144594+0000 mgr.smithi116.xagkwr (mgr.14180) 1179 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:56.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:56 smithi116 bash[14016]: cluster 2024-01-18T08:24:55.419313+0000 mgr.smithi116.xagkwr (mgr.14180) 1180 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:56 smithi142 bash[17956]: cluster 2024-01-18T08:24:55.419313+0000 mgr.smithi116.xagkwr (mgr.14180) 1180 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:24:58.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:58 smithi116 bash[14016]: cluster 2024-01-18T08:24:57.420625+0000 mgr.smithi116.xagkwr (mgr.14180) 1181 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:58 smithi142 bash[17956]: cluster 2024-01-18T08:24:57.420625+0000 mgr.smithi116.xagkwr (mgr.14180) 1181 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:24:58.887 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:24:58.887 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:24:59.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:24:59.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:24:59 smithi116 bash[14016]: audit 2024-01-18T08:24:58.875103+0000 mgr.smithi116.xagkwr (mgr.14180) 1182 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:24:59.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:24:59 smithi142 bash[17956]: audit 2024-01-18T08:24:58.875103+0000 mgr.smithi116.xagkwr (mgr.14180) 1182 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:00.592 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:00.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:00 smithi116 bash[14016]: cluster 2024-01-18T08:24:59.421263+0000 mgr.smithi116.xagkwr (mgr.14180) 1183 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:00.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:00 smithi142 bash[17956]: cluster 2024-01-18T08:24:59.421263+0000 mgr.smithi116.xagkwr (mgr.14180) 1183 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:02.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:02 smithi116 bash[14016]: cluster 2024-01-18T08:25:01.422409+0000 mgr.smithi116.xagkwr (mgr.14180) 1184 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:02 smithi142 bash[17956]: cluster 2024-01-18T08:25:01.422409+0000 mgr.smithi116.xagkwr (mgr.14180) 1184 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:03.532 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:03.532 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:04.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:04.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:04 smithi142 bash[17956]: cluster 2024-01-18T08:25:03.423635+0000 mgr.smithi116.xagkwr (mgr.14180) 1185 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:04.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:04 smithi142 bash[17956]: audit 2024-01-18T08:25:03.520243+0000 mgr.smithi116.xagkwr (mgr.14180) 1186 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:04 smithi116 bash[14016]: cluster 2024-01-18T08:25:03.423635+0000 mgr.smithi116.xagkwr (mgr.14180) 1185 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:04 smithi116 bash[14016]: audit 2024-01-18T08:25:03.520243+0000 mgr.smithi116.xagkwr (mgr.14180) 1186 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:05.251 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.394031+0000 mon.smithi116 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: cluster 2024-01-18T08:25:05.424662+0000 mgr.smithi116.xagkwr (mgr.14180) 1187 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.697422+0000 mon.smithi116 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.698544+0000 mon.smithi116 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.705090+0000 mon.smithi116 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:06.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: cluster 2024-01-18T08:25:05.705884+0000 mgr.smithi116.xagkwr (mgr.14180) 1188 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.711554+0000 mon.smithi116 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:25:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: audit 2024-01-18T08:25:05.721400+0000 mon.smithi116 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:06.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:06 smithi116 bash[14016]: cephadm 2024-01-18T08:25:05.724436+0000 mgr.smithi116.xagkwr (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bujzvq on smithi142 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.394031+0000 mon.smithi116 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: cluster 2024-01-18T08:25:05.424662+0000 mgr.smithi116.xagkwr (mgr.14180) 1187 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.697422+0000 mon.smithi116 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.698544+0000 mon.smithi116 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.705090+0000 mon.smithi116 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: cluster 2024-01-18T08:25:05.705884+0000 mgr.smithi116.xagkwr (mgr.14180) 1188 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.711554+0000 mon.smithi116 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: audit 2024-01-18T08:25:05.721400+0000 mon.smithi116 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:06.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:06 smithi142 bash[17956]: cephadm 2024-01-18T08:25:05.724436+0000 mgr.smithi116.xagkwr (mgr.14180) 1189 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.bujzvq on smithi142 2024-01-18T08:25:07.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:07 smithi142 bash[17956]: cluster 2024-01-18T08:25:06.349385+0000 mon.smithi116 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:25:07.631 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:07 smithi142 bash[17956]: cluster 2024-01-18T08:25:06.349432+0000 mon.smithi116 (mon.0) 959 : cluster [INF] Cluster is now healthy 2024-01-18T08:25:07.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:07 smithi116 bash[14016]: cluster 2024-01-18T08:25:06.349385+0000 mon.smithi116 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:25:07.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:07 smithi116 bash[14016]: cluster 2024-01-18T08:25:06.349432+0000 mon.smithi116 (mon.0) 959 : cluster [INF] Cluster is now healthy 2024-01-18T08:25:08.198 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:08.198 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:22:57.251713Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.prvefy on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:08.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:08 smithi116 bash[14016]: cluster 2024-01-18T08:25:07.706631+0000 mgr.smithi116.xagkwr (mgr.14180) 1190 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:08.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:08 smithi142 bash[17956]: cluster 2024-01-18T08:25:07.706631+0000 mgr.smithi116.xagkwr (mgr.14180) 1190 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:08.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:09.546 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:09 smithi142 bash[17956]: audit 2024-01-18T08:25:08.186719+0000 mgr.smithi116.xagkwr (mgr.14180) 1191 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:09.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:09 smithi116 bash[14016]: audit 2024-01-18T08:25:08.186719+0000 mgr.smithi116.xagkwr (mgr.14180) 1191 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:10.021 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: cephadm 2024-01-18T08:25:09.616087+0000 mgr.smithi116.xagkwr (mgr.14180) 1192 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.549 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: cephadm 2024-01-18T08:25:09.616564+0000 mgr.smithi116.xagkwr (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: audit 2024-01-18T08:25:09.617190+0000 mon.smithi116 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.bujzvq"}]: dispatch 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: cephadm 2024-01-18T08:25:09.618655+0000 mgr.smithi116.xagkwr (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.550 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: cephadm 2024-01-18T08:25:09.623301+0000 mgr.smithi116.xagkwr (mgr.14180) 1195 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jxfqvj on smithi116 2024-01-18T08:25:10.551 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:10 smithi116 bash[14016]: cluster 2024-01-18T08:25:09.707568+0000 mgr.smithi116.xagkwr (mgr.14180) 1196 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: cephadm 2024-01-18T08:25:09.616087+0000 mgr.smithi116.xagkwr (mgr.14180) 1192 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: cephadm 2024-01-18T08:25:09.616564+0000 mgr.smithi116.xagkwr (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: audit 2024-01-18T08:25:09.617190+0000 mon.smithi116 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.bujzvq"}]: dispatch 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: cephadm 2024-01-18T08:25:09.618655+0000 mgr.smithi116.xagkwr (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.bujzvq ... 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:10.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:10.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: cephadm 2024-01-18T08:25:09.623301+0000 mgr.smithi116.xagkwr (mgr.14180) 1195 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.jxfqvj on smithi116 2024-01-18T08:25:10.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:10 smithi142 bash[17956]: cluster 2024-01-18T08:25:09.707568+0000 mgr.smithi116.xagkwr (mgr.14180) 1196 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:11.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:11 smithi116 bash[14016]: audit 2024-01-18T08:25:10.549807+0000 mon.smithi116 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:11 smithi142 bash[17956]: audit 2024-01-18T08:25:10.549807+0000 mon.smithi116 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:12.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:12 smithi142 bash[17956]: cluster 2024-01-18T08:25:11.708462+0000 mgr.smithi116.xagkwr (mgr.14180) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:12.993 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:12 smithi116 bash[14016]: cluster 2024-01-18T08:25:11.708462+0000 mgr.smithi116.xagkwr (mgr.14180) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:25:13.105 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:13.106 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:01.385211Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.akzhdt on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-akzhdt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.akzhdt\nDeploy daemon haproxy.nfs.foo.smithi142.akzhdt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.386229Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.lhsvdl on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-lhsvdl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.lhsvdl\nDeploy daemon haproxy.nfs.foo.smithi116.lhsvdl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:24:05.388107Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.wvxqll on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:13.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:13 smithi116 bash[14016]: audit 2024-01-18T08:25:13.430878+0000 mon.smithi116 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jxfqvj"}]: dispatch 2024-01-18T08:25:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:13 smithi142 bash[17956]: audit 2024-01-18T08:25:13.430878+0000 mon.smithi116 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.jxfqvj"}]: dispatch 2024-01-18T08:25:14.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: audit 2024-01-18T08:25:13.096696+0000 mgr.smithi116.xagkwr (mgr.14180) 1198 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cephadm 2024-01-18T08:25:13.430075+0000 mgr.smithi116.xagkwr (mgr.14180) 1199 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:14.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cephadm 2024-01-18T08:25:13.430397+0000 mgr.smithi116.xagkwr (mgr.14180) 1200 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cephadm 2024-01-18T08:25:13.433162+0000 mgr.smithi116.xagkwr (mgr.14180) 1201 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cephadm 2024-01-18T08:25:13.435431+0000 mgr.smithi116.xagkwr (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cephadm 2024-01-18T08:25:13.437059+0000 mgr.smithi116.xagkwr (mgr.14180) 1203 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:14.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cluster 2024-01-18T08:25:13.438291+0000 mgr.smithi116.xagkwr (mgr.14180) 1204 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:25:14.885 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:14 smithi142 bash[17956]: cluster 2024-01-18T08:25:13.557180+0000 mon.smithi116 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:25:15.004 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: audit 2024-01-18T08:25:13.096696+0000 mgr.smithi116.xagkwr (mgr.14180) 1198 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cephadm 2024-01-18T08:25:13.430075+0000 mgr.smithi116.xagkwr (mgr.14180) 1199 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:15.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cephadm 2024-01-18T08:25:13.430397+0000 mgr.smithi116.xagkwr (mgr.14180) 1200 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.020 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cephadm 2024-01-18T08:25:13.433162+0000 mgr.smithi116.xagkwr (mgr.14180) 1201 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.jxfqvj ... 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cephadm 2024-01-18T08:25:13.435431+0000 mgr.smithi116.xagkwr (mgr.14180) 1202 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cephadm 2024-01-18T08:25:13.437059+0000 mgr.smithi116.xagkwr (mgr.14180) 1203 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cluster 2024-01-18T08:25:13.438291+0000 mgr.smithi116.xagkwr (mgr.14180) 1204 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:25:15.021 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:14 smithi116 bash[14016]: cluster 2024-01-18T08:25:13.557180+0000 mon.smithi116 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:25:17.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:16 smithi116 bash[14016]: cluster 2024-01-18T08:25:15.438998+0000 mgr.smithi116.xagkwr (mgr.14180) 1205 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:25:17.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:16 smithi116 bash[14016]: audit 2024-01-18T08:25:15.677961+0000 mon.smithi116 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:17.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:16 smithi142 bash[17956]: cluster 2024-01-18T08:25:15.438998+0000 mgr.smithi116.xagkwr (mgr.14180) 1205 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:25:17.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:16 smithi142 bash[17956]: audit 2024-01-18T08:25:15.677961+0000 mon.smithi116 (mon.0) 964 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:18.127 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:18.127 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:18.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:19.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:18 smithi116 bash[14016]: cluster 2024-01-18T08:25:17.439638+0000 mgr.smithi116.xagkwr (mgr.14180) 1206 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:19.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:18 smithi142 bash[17956]: cluster 2024-01-18T08:25:17.439638+0000 mgr.smithi116.xagkwr (mgr.14180) 1206 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:19.817 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:20.014 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:19 smithi116 bash[14016]: audit 2024-01-18T08:25:18.113102+0000 mgr.smithi116.xagkwr (mgr.14180) 1207 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:19 smithi142 bash[17956]: audit 2024-01-18T08:25:18.113102+0000 mgr.smithi116.xagkwr (mgr.14180) 1207 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:21.036 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:20 smithi116 bash[14016]: cluster 2024-01-18T08:25:19.440746+0000 mgr.smithi116.xagkwr (mgr.14180) 1208 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:20 smithi142 bash[17956]: cluster 2024-01-18T08:25:19.440746+0000 mgr.smithi116.xagkwr (mgr.14180) 1208 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:22.827 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:22.828 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:23.033 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:22 smithi116 bash[14016]: cluster 2024-01-18T08:25:21.441898+0000 mgr.smithi116.xagkwr (mgr.14180) 1209 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:23.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:22 smithi142 bash[17956]: cluster 2024-01-18T08:25:21.441898+0000 mgr.smithi116.xagkwr (mgr.14180) 1209 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:23.549 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:23.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:23 smithi116 bash[14016]: audit 2024-01-18T08:25:22.813127+0000 mgr.smithi116.xagkwr (mgr.14180) 1210 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:24.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:23 smithi142 bash[17956]: audit 2024-01-18T08:25:22.813127+0000 mgr.smithi116.xagkwr (mgr.14180) 1210 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:24.550 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:25.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:24 smithi116 bash[14016]: cluster 2024-01-18T08:25:23.442574+0000 mgr.smithi116.xagkwr (mgr.14180) 1211 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:24 smithi142 bash[17956]: cluster 2024-01-18T08:25:23.442574+0000 mgr.smithi116.xagkwr (mgr.14180) 1211 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:25:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:26 smithi116 bash[14016]: cluster 2024-01-18T08:25:25.443651+0000 mgr.smithi116.xagkwr (mgr.14180) 1212 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:26.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:26 smithi116 bash[14016]: audit 2024-01-18T08:25:25.548696+0000 mon.smithi116 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:26 smithi142 bash[17956]: cluster 2024-01-18T08:25:25.443651+0000 mgr.smithi116.xagkwr (mgr.14180) 1212 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:26 smithi142 bash[17956]: audit 2024-01-18T08:25:25.548696+0000 mon.smithi116 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:25:27.531 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:27.531 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:28.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:28 smithi142 bash[17956]: cluster 2024-01-18T08:25:27.444314+0000 mgr.smithi116.xagkwr (mgr.14180) 1213 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:28.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:28 smithi142 bash[17956]: audit 2024-01-18T08:25:27.516087+0000 mgr.smithi116.xagkwr (mgr.14180) 1214 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:28 smithi116 bash[14016]: cluster 2024-01-18T08:25:27.444314+0000 mgr.smithi116.xagkwr (mgr.14180) 1213 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:29.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:28 smithi116 bash[14016]: audit 2024-01-18T08:25:27.516087+0000 mgr.smithi116.xagkwr (mgr.14180) 1214 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:29.275 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:30.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:30 smithi116 bash[14016]: cluster 2024-01-18T08:25:29.445404+0000 mgr.smithi116.xagkwr (mgr.14180) 1215 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:30.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:30 smithi142 bash[17956]: cluster 2024-01-18T08:25:29.445404+0000 mgr.smithi116.xagkwr (mgr.14180) 1215 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:32.267 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:32.268 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:32.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:32 smithi116 bash[14016]: cluster 2024-01-18T08:25:31.446816+0000 mgr.smithi116.xagkwr (mgr.14180) 1216 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:32.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:32 smithi142 bash[17956]: cluster 2024-01-18T08:25:31.446816+0000 mgr.smithi116.xagkwr (mgr.14180) 1216 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:32.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:33.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:33 smithi142 bash[17956]: audit 2024-01-18T08:25:32.253843+0000 mgr.smithi116.xagkwr (mgr.14180) 1217 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:33.950 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:33.962 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:33 smithi116 bash[14016]: audit 2024-01-18T08:25:32.253843+0000 mgr.smithi116.xagkwr (mgr.14180) 1217 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:34.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:34 smithi142 bash[17956]: cluster 2024-01-18T08:25:33.447993+0000 mgr.smithi116.xagkwr (mgr.14180) 1218 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:34.926 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:34 smithi116 bash[14016]: cluster 2024-01-18T08:25:33.447993+0000 mgr.smithi116.xagkwr (mgr.14180) 1218 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:36.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:36 smithi116 bash[14016]: cluster 2024-01-18T08:25:35.449147+0000 mgr.smithi116.xagkwr (mgr.14180) 1219 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:36.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:36 smithi142 bash[17956]: cluster 2024-01-18T08:25:35.449147+0000 mgr.smithi116.xagkwr (mgr.14180) 1219 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:36.888 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:36.888 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:37.668 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:37 smithi116 bash[14016]: audit 2024-01-18T08:25:36.875142+0000 mgr.smithi116.xagkwr (mgr.14180) 1220 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:37.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:37.767 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:37 smithi142 bash[17956]: audit 2024-01-18T08:25:36.875142+0000 mgr.smithi116.xagkwr (mgr.14180) 1220 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:38.670 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:38.681 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:38 smithi116 bash[14016]: cluster 2024-01-18T08:25:37.450321+0000 mgr.smithi116.xagkwr (mgr.14180) 1221 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:38 smithi142 bash[17956]: cluster 2024-01-18T08:25:37.450321+0000 mgr.smithi116.xagkwr (mgr.14180) 1221 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:40.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:40 smithi116 bash[14016]: cluster 2024-01-18T08:25:39.451510+0000 mgr.smithi116.xagkwr (mgr.14180) 1222 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:40.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:40 smithi142 bash[17956]: cluster 2024-01-18T08:25:39.451510+0000 mgr.smithi116.xagkwr (mgr.14180) 1222 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:41.766 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:41.767 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:42.411 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:42.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:42 smithi116 bash[14016]: cluster 2024-01-18T08:25:41.452645+0000 mgr.smithi116.xagkwr (mgr.14180) 1223 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:42.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:42 smithi116 bash[14016]: audit 2024-01-18T08:25:41.753622+0000 mgr.smithi116.xagkwr (mgr.14180) 1224 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:42.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:42 smithi142 bash[17956]: cluster 2024-01-18T08:25:41.452645+0000 mgr.smithi116.xagkwr (mgr.14180) 1223 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:42.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:42 smithi142 bash[17956]: audit 2024-01-18T08:25:41.753622+0000 mgr.smithi116.xagkwr (mgr.14180) 1224 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:43.412 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:44.729 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:44 smithi116 bash[14016]: cluster 2024-01-18T08:25:43.453473+0000 mgr.smithi116.xagkwr (mgr.14180) 1225 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:44.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:44 smithi142 bash[17956]: cluster 2024-01-18T08:25:43.453473+0000 mgr.smithi116.xagkwr (mgr.14180) 1225 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:46.500 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:46.501 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:46.688 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:46 smithi116 bash[14016]: cluster 2024-01-18T08:25:45.454600+0000 mgr.smithi116.xagkwr (mgr.14180) 1226 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:46 smithi142 bash[17956]: cluster 2024-01-18T08:25:45.454600+0000 mgr.smithi116.xagkwr (mgr.14180) 1226 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:47.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:47.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:47 smithi142 bash[17956]: audit 2024-01-18T08:25:46.487944+0000 mgr.smithi116.xagkwr (mgr.14180) 1227 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:47.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:47 smithi116 bash[14016]: audit 2024-01-18T08:25:46.487944+0000 mgr.smithi116.xagkwr (mgr.14180) 1227 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:48.224 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:48.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:48 smithi116 bash[14016]: cluster 2024-01-18T08:25:47.455860+0000 mgr.smithi116.xagkwr (mgr.14180) 1228 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:48 smithi142 bash[17956]: cluster 2024-01-18T08:25:47.455860+0000 mgr.smithi116.xagkwr (mgr.14180) 1228 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:50.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:50 smithi116 bash[14016]: cluster 2024-01-18T08:25:49.456836+0000 mgr.smithi116.xagkwr (mgr.14180) 1229 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:50.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:50 smithi142 bash[17956]: cluster 2024-01-18T08:25:49.456836+0000 mgr.smithi116.xagkwr (mgr.14180) 1229 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:51.175 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:51.175 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:51.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:52 smithi116 bash[14016]: audit 2024-01-18T08:25:51.161965+0000 mgr.smithi116.xagkwr (mgr.14180) 1230 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:52.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:52 smithi116 bash[14016]: cluster 2024-01-18T08:25:51.457954+0000 mgr.smithi116.xagkwr (mgr.14180) 1231 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:52 smithi142 bash[17956]: audit 2024-01-18T08:25:51.161965+0000 mgr.smithi116.xagkwr (mgr.14180) 1230 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:52.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:52 smithi142 bash[17956]: cluster 2024-01-18T08:25:51.457954+0000 mgr.smithi116.xagkwr (mgr.14180) 1231 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:52.898 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:54.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:54 smithi116 bash[14016]: cluster 2024-01-18T08:25:53.458807+0000 mgr.smithi116.xagkwr (mgr.14180) 1232 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:54.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:54 smithi142 bash[17956]: cluster 2024-01-18T08:25:53.458807+0000 mgr.smithi116.xagkwr (mgr.14180) 1232 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:55.856 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:25:55.857 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:25:56.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:25:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:56 smithi116 bash[14016]: cluster 2024-01-18T08:25:55.459641+0000 mgr.smithi116.xagkwr (mgr.14180) 1233 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:56 smithi116 bash[14016]: audit 2024-01-18T08:25:55.843931+0000 mgr.smithi116.xagkwr (mgr.14180) 1234 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:56 smithi142 bash[17956]: cluster 2024-01-18T08:25:55.459641+0000 mgr.smithi116.xagkwr (mgr.14180) 1233 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:25:56.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:56 smithi142 bash[17956]: audit 2024-01-18T08:25:55.843931+0000 mgr.smithi116.xagkwr (mgr.14180) 1234 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:25:57.590 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:25:58.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:25:58 smithi116 bash[14016]: cluster 2024-01-18T08:25:57.460915+0000 mgr.smithi116.xagkwr (mgr.14180) 1235 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:25:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:25:58 smithi142 bash[17956]: cluster 2024-01-18T08:25:57.460915+0000 mgr.smithi116.xagkwr (mgr.14180) 1235 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:00.684 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:00.684 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:00.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:00 smithi116 bash[14016]: cluster 2024-01-18T08:25:59.461752+0000 mgr.smithi116.xagkwr (mgr.14180) 1236 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:00.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:00 smithi142 bash[17956]: cluster 2024-01-18T08:25:59.461752+0000 mgr.smithi116.xagkwr (mgr.14180) 1236 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:01.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:01.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:01 smithi116 bash[14016]: audit 2024-01-18T08:26:00.670764+0000 mgr.smithi116.xagkwr (mgr.14180) 1237 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:01.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:01 smithi142 bash[17956]: audit 2024-01-18T08:26:00.670764+0000 mgr.smithi116.xagkwr (mgr.14180) 1237 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:02.416 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:02.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:02 smithi116 bash[14016]: cluster 2024-01-18T08:26:01.462769+0000 mgr.smithi116.xagkwr (mgr.14180) 1238 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:02 smithi142 bash[17956]: cluster 2024-01-18T08:26:01.462769+0000 mgr.smithi116.xagkwr (mgr.14180) 1238 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:04.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:04 smithi116 bash[14016]: cluster 2024-01-18T08:26:03.463791+0000 mgr.smithi116.xagkwr (mgr.14180) 1239 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:04.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:04 smithi142 bash[17956]: cluster 2024-01-18T08:26:03.463791+0000 mgr.smithi116.xagkwr (mgr.14180) 1239 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:05.423 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:05.424 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:06.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:06 smithi116 bash[14016]: audit 2024-01-18T08:26:05.411149+0000 mgr.smithi116.xagkwr (mgr.14180) 1240 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:06 smithi116 bash[14016]: cluster 2024-01-18T08:26:05.464743+0000 mgr.smithi116.xagkwr (mgr.14180) 1241 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:06 smithi142 bash[17956]: audit 2024-01-18T08:26:05.411149+0000 mgr.smithi116.xagkwr (mgr.14180) 1240 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:06 smithi142 bash[17956]: cluster 2024-01-18T08:26:05.464743+0000 mgr.smithi116.xagkwr (mgr.14180) 1241 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:07.104 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:08 smithi116 bash[14016]: cluster 2024-01-18T08:26:07.465604+0000 mgr.smithi116.xagkwr (mgr.14180) 1242 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:08 smithi142 bash[17956]: cluster 2024-01-18T08:26:07.465604+0000 mgr.smithi116.xagkwr (mgr.14180) 1242 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:10.114 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:10.114 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:10.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:10 smithi116 bash[14016]: cluster 2024-01-18T08:26:09.466364+0000 mgr.smithi116.xagkwr (mgr.14180) 1243 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:10.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:10 smithi142 bash[17956]: cluster 2024-01-18T08:26:09.466364+0000 mgr.smithi116.xagkwr (mgr.14180) 1243 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:10.882 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:11.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:11 smithi116 bash[14016]: audit 2024-01-18T08:26:10.101687+0000 mgr.smithi116.xagkwr (mgr.14180) 1244 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:11 smithi142 bash[17956]: audit 2024-01-18T08:26:10.101687+0000 mgr.smithi116.xagkwr (mgr.14180) 1244 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:11.883 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:12.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:12 smithi116 bash[14016]: cluster 2024-01-18T08:26:11.467552+0000 mgr.smithi116.xagkwr (mgr.14180) 1245 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:12 smithi142 bash[17956]: cluster 2024-01-18T08:26:11.467552+0000 mgr.smithi116.xagkwr (mgr.14180) 1245 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:13 smithi142 bash[17956]: audit 2024-01-18T08:26:13.442229+0000 mon.smithi116 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:26:14.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:13 smithi116 bash[14016]: audit 2024-01-18T08:26:13.442229+0000 mon.smithi116 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: cluster 2024-01-18T08:26:13.468602+0000 mgr.smithi116.xagkwr (mgr.14180) 1246 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: audit 2024-01-18T08:26:13.746195+0000 mon.smithi116 (mon.0) 967 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: audit 2024-01-18T08:26:13.747019+0000 mon.smithi116 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: audit 2024-01-18T08:26:13.752070+0000 mon.smithi116 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: cluster 2024-01-18T08:26:13.752537+0000 mgr.smithi116.xagkwr (mgr.14180) 1247 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: audit 2024-01-18T08:26:13.756692+0000 mon.smithi116 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:26:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: audit 2024-01-18T08:26:13.765360+0000 mon.smithi116 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:14.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:14 smithi116 bash[14016]: cephadm 2024-01-18T08:26:13.767848+0000 mgr.smithi116.xagkwr (mgr.14180) 1248 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xfhtkf on smithi142 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: cluster 2024-01-18T08:26:13.468602+0000 mgr.smithi116.xagkwr (mgr.14180) 1246 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: audit 2024-01-18T08:26:13.746195+0000 mon.smithi116 (mon.0) 967 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: audit 2024-01-18T08:26:13.747019+0000 mon.smithi116 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: audit 2024-01-18T08:26:13.752070+0000 mon.smithi116 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: cluster 2024-01-18T08:26:13.752537+0000 mgr.smithi116.xagkwr (mgr.14180) 1247 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: audit 2024-01-18T08:26:13.756692+0000 mon.smithi116 (mon.0) 970 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: audit 2024-01-18T08:26:13.765360+0000 mon.smithi116 (mon.0) 971 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:14.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:14 smithi142 bash[17956]: cephadm 2024-01-18T08:26:13.767848+0000 mgr.smithi116.xagkwr (mgr.14180) 1248 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.xfhtkf on smithi142 2024-01-18T08:26:14.916 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:14.916 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:24:05.389610Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vjshot on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:15.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:15.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:15 smithi142 bash[17956]: cluster 2024-01-18T08:26:14.750360+0000 mon.smithi116 (mon.0) 972 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:26:15.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:15 smithi142 bash[17956]: cluster 2024-01-18T08:26:14.750435+0000 mon.smithi116 (mon.0) 973 : cluster [INF] Cluster is now healthy 2024-01-18T08:26:15.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:15 smithi142 bash[17956]: audit 2024-01-18T08:26:14.902712+0000 mgr.smithi116.xagkwr (mgr.14180) 1249 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:15 smithi116 bash[14016]: cluster 2024-01-18T08:26:14.750360+0000 mon.smithi116 (mon.0) 972 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:26:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:15 smithi116 bash[14016]: cluster 2024-01-18T08:26:14.750435+0000 mon.smithi116 (mon.0) 973 : cluster [INF] Cluster is now healthy 2024-01-18T08:26:16.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:15 smithi116 bash[14016]: audit 2024-01-18T08:26:14.902712+0000 mgr.smithi116.xagkwr (mgr.14180) 1249 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:16.638 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:16.831 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:16 smithi116 bash[14016]: cluster 2024-01-18T08:26:15.753366+0000 mgr.smithi116.xagkwr (mgr.14180) 1250 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:16.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:16 smithi142 bash[17956]: cluster 2024-01-18T08:26:15.753366+0000 mgr.smithi116.xagkwr (mgr.14180) 1250 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:17.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:17 smithi142 bash[17956]: audit 2024-01-18T08:26:17.681773+0000 mon.smithi116 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xfhtkf"}]: dispatch 2024-01-18T08:26:18.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:17 smithi116 bash[14016]: audit 2024-01-18T08:26:17.681773+0000 mon.smithi116 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.xfhtkf"}]: dispatch 2024-01-18T08:26:18.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: cephadm 2024-01-18T08:26:17.680451+0000 mgr.smithi116.xagkwr (mgr.14180) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:18.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: cephadm 2024-01-18T08:26:17.681003+0000 mgr.smithi116.xagkwr (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: cephadm 2024-01-18T08:26:17.683678+0000 mgr.smithi116.xagkwr (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:18.984 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:18.985 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:18.985 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:18.985 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: cephadm 2024-01-18T08:26:17.687928+0000 mgr.smithi116.xagkwr (mgr.14180) 1254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.panvlx on smithi116 2024-01-18T08:26:18.986 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:18 smithi116 bash[14016]: cluster 2024-01-18T08:26:17.754396+0000 mgr.smithi116.xagkwr (mgr.14180) 1255 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: cephadm 2024-01-18T08:26:17.680451+0000 mgr.smithi116.xagkwr (mgr.14180) 1251 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:26:19.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:19.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: cephadm 2024-01-18T08:26:17.681003+0000 mgr.smithi116.xagkwr (mgr.14180) 1252 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: cephadm 2024-01-18T08:26:17.683678+0000 mgr.smithi116.xagkwr (mgr.14180) 1253 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.xfhtkf ... 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:19.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:19.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:19.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:19.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: cephadm 2024-01-18T08:26:17.687928+0000 mgr.smithi116.xagkwr (mgr.14180) 1254 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.panvlx on smithi116 2024-01-18T08:26:19.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:18 smithi142 bash[17956]: cluster 2024-01-18T08:26:17.754396+0000 mgr.smithi116.xagkwr (mgr.14180) 1255 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:19.882 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:19.882 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:09.618436Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.bujzvq on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-bujzvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.bujzvq\nDeploy daemon haproxy.nfs.foo.smithi142.bujzvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.433026Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.jxfqvj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-jxfqvj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.jxfqvj\nDeploy daemon haproxy.nfs.foo.smithi116.jxfqvj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:25:13.435330Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.ihefur on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:20.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:21.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:20 smithi116 bash[14016]: cluster 2024-01-18T08:26:19.755353+0000 mgr.smithi116.xagkwr (mgr.14180) 1256 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:21.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:20 smithi116 bash[14016]: audit 2024-01-18T08:26:19.870204+0000 mgr.smithi116.xagkwr (mgr.14180) 1257 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:21.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:20 smithi142 bash[17956]: cluster 2024-01-18T08:26:19.755353+0000 mgr.smithi116.xagkwr (mgr.14180) 1256 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:26:21.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:20 smithi142 bash[17956]: audit 2024-01-18T08:26:19.870204+0000 mgr.smithi116.xagkwr (mgr.14180) 1257 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:21.577 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:21 smithi116 bash[14016]: audit 2024-01-18T08:26:21.485316+0000 mon.smithi116 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.panvlx"}]: dispatch 2024-01-18T08:26:22.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:21 smithi142 bash[17956]: audit 2024-01-18T08:26:21.485316+0000 mon.smithi116 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.panvlx"}]: dispatch 2024-01-18T08:26:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cephadm 2024-01-18T08:26:21.484198+0000 mgr.smithi116.xagkwr (mgr.14180) 1258 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cephadm 2024-01-18T08:26:21.484691+0000 mgr.smithi116.xagkwr (mgr.14180) 1259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cephadm 2024-01-18T08:26:21.486562+0000 mgr.smithi116.xagkwr (mgr.14180) 1260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cephadm 2024-01-18T08:26:21.488370+0000 mgr.smithi116.xagkwr (mgr.14180) 1261 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cephadm 2024-01-18T08:26:21.489903+0000 mgr.smithi116.xagkwr (mgr.14180) 1262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:23.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cluster 2024-01-18T08:26:21.490933+0000 mgr.smithi116.xagkwr (mgr.14180) 1263 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:26:23.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:22 smithi116 bash[14016]: cluster 2024-01-18T08:26:21.812312+0000 mon.smithi116 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:26:23.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cephadm 2024-01-18T08:26:21.484198+0000 mgr.smithi116.xagkwr (mgr.14180) 1258 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:26:23.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cephadm 2024-01-18T08:26:21.484691+0000 mgr.smithi116.xagkwr (mgr.14180) 1259 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cephadm 2024-01-18T08:26:21.486562+0000 mgr.smithi116.xagkwr (mgr.14180) 1260 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.panvlx ... 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cephadm 2024-01-18T08:26:21.488370+0000 mgr.smithi116.xagkwr (mgr.14180) 1261 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cephadm 2024-01-18T08:26:21.489903+0000 mgr.smithi116.xagkwr (mgr.14180) 1262 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:26:23.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cluster 2024-01-18T08:26:21.490933+0000 mgr.smithi116.xagkwr (mgr.14180) 1263 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:26:23.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:22 smithi142 bash[17956]: cluster 2024-01-18T08:26:21.812312+0000 mon.smithi116 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:26:24.707 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:24.707 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:25.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:24 smithi116 bash[14016]: cluster 2024-01-18T08:26:23.492027+0000 mgr.smithi116.xagkwr (mgr.14180) 1264 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:26:25.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:24 smithi142 bash[17956]: cluster 2024-01-18T08:26:23.492027+0000 mgr.smithi116.xagkwr (mgr.14180) 1264 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-01-18T08:26:25.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:25 smithi142 bash[17956]: audit 2024-01-18T08:26:24.693922+0000 mgr.smithi116.xagkwr (mgr.14180) 1265 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:26.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:25 smithi142 bash[17956]: audit 2024-01-18T08:26:25.729983+0000 mon.smithi116 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:26.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:25 smithi116 bash[14016]: audit 2024-01-18T08:26:24.693922+0000 mgr.smithi116.xagkwr (mgr.14180) 1265 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:26.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:25 smithi116 bash[14016]: audit 2024-01-18T08:26:25.729983+0000 mon.smithi116 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:26:26.433 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:27.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:26 smithi116 bash[14016]: cluster 2024-01-18T08:26:25.493167+0000 mgr.smithi116.xagkwr (mgr.14180) 1266 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-18T08:26:27.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:26 smithi142 bash[17956]: cluster 2024-01-18T08:26:25.493167+0000 mgr.smithi116.xagkwr (mgr.14180) 1266 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 348 B/s rd, 0 op/s 2024-01-18T08:26:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:28 smithi142 bash[17956]: cluster 2024-01-18T08:26:27.494287+0000 mgr.smithi116.xagkwr (mgr.14180) 1267 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:29.194 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:28 smithi116 bash[14016]: cluster 2024-01-18T08:26:27.494287+0000 mgr.smithi116.xagkwr (mgr.14180) 1267 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:29.595 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:29.596 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:30.365 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:31.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:30 smithi142 bash[17956]: cluster 2024-01-18T08:26:29.495474+0000 mgr.smithi116.xagkwr (mgr.14180) 1268 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:30 smithi142 bash[17956]: audit 2024-01-18T08:26:29.583116+0000 mgr.smithi116.xagkwr (mgr.14180) 1269 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:30 smithi116 bash[14016]: cluster 2024-01-18T08:26:29.495474+0000 mgr.smithi116.xagkwr (mgr.14180) 1268 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:30 smithi116 bash[14016]: audit 2024-01-18T08:26:29.583116+0000 mgr.smithi116.xagkwr (mgr.14180) 1269 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:31.367 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:32 smithi116 bash[14016]: cluster 2024-01-18T08:26:31.496713+0000 mgr.smithi116.xagkwr (mgr.14180) 1270 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:33.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:32 smithi142 bash[17956]: cluster 2024-01-18T08:26:31.496713+0000 mgr.smithi116.xagkwr (mgr.14180) 1270 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-18T08:26:34.284 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:34.285 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:35.042 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:35.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:34 smithi142 bash[17956]: cluster 2024-01-18T08:26:33.497882+0000 mgr.smithi116.xagkwr (mgr.14180) 1271 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:35.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:34 smithi116 bash[14016]: cluster 2024-01-18T08:26:33.497882+0000 mgr.smithi116.xagkwr (mgr.14180) 1271 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:36.043 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:36.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:35 smithi142 bash[17956]: audit 2024-01-18T08:26:34.271077+0000 mgr.smithi116.xagkwr (mgr.14180) 1272 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:36.244 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:35 smithi116 bash[14016]: audit 2024-01-18T08:26:34.271077+0000 mgr.smithi116.xagkwr (mgr.14180) 1272 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:37.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:36 smithi142 bash[17956]: cluster 2024-01-18T08:26:35.499090+0000 mgr.smithi116.xagkwr (mgr.14180) 1273 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:37.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:36 smithi116 bash[14016]: cluster 2024-01-18T08:26:35.499090+0000 mgr.smithi116.xagkwr (mgr.14180) 1273 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:38.972 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:38.972 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:39.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:38 smithi142 bash[17956]: cluster 2024-01-18T08:26:37.500245+0000 mgr.smithi116.xagkwr (mgr.14180) 1274 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:39.180 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:38 smithi116 bash[14016]: cluster 2024-01-18T08:26:37.500245+0000 mgr.smithi116.xagkwr (mgr.14180) 1274 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:39.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:40.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:39 smithi116 bash[14016]: audit 2024-01-18T08:26:38.957740+0000 mgr.smithi116.xagkwr (mgr.14180) 1275 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:39 smithi142 bash[17956]: audit 2024-01-18T08:26:38.957740+0000 mgr.smithi116.xagkwr (mgr.14180) 1275 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:40.698 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:40 smithi116 bash[14016]: cluster 2024-01-18T08:26:39.501323+0000 mgr.smithi116.xagkwr (mgr.14180) 1276 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:41.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:40 smithi142 bash[17956]: cluster 2024-01-18T08:26:39.501323+0000 mgr.smithi116.xagkwr (mgr.14180) 1276 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:43.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:42 smithi116 bash[14016]: cluster 2024-01-18T08:26:41.502674+0000 mgr.smithi116.xagkwr (mgr.14180) 1277 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:43.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:42 smithi142 bash[17956]: cluster 2024-01-18T08:26:41.502674+0000 mgr.smithi116.xagkwr (mgr.14180) 1277 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:43.953 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:43.953 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:44.678 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:44 smithi116 bash[14016]: cluster 2024-01-18T08:26:43.503788+0000 mgr.smithi116.xagkwr (mgr.14180) 1278 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:44 smithi116 bash[14016]: audit 2024-01-18T08:26:43.940378+0000 mgr.smithi116.xagkwr (mgr.14180) 1279 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:44 smithi142 bash[17956]: cluster 2024-01-18T08:26:43.503788+0000 mgr.smithi116.xagkwr (mgr.14180) 1278 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:45.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:44 smithi142 bash[17956]: audit 2024-01-18T08:26:43.940378+0000 mgr.smithi116.xagkwr (mgr.14180) 1279 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:45.678 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:46.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:46 smithi116 bash[14016]: cluster 2024-01-18T08:26:45.504971+0000 mgr.smithi116.xagkwr (mgr.14180) 1280 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:46 smithi142 bash[17956]: cluster 2024-01-18T08:26:45.504971+0000 mgr.smithi116.xagkwr (mgr.14180) 1280 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:48.631 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:48.631 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:48.871 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:48 smithi116 bash[14016]: cluster 2024-01-18T08:26:47.506153+0000 mgr.smithi116.xagkwr (mgr.14180) 1281 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:48 smithi142 bash[17956]: cluster 2024-01-18T08:26:47.506153+0000 mgr.smithi116.xagkwr (mgr.14180) 1281 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:49.384 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:49.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:49 smithi116 bash[14016]: audit 2024-01-18T08:26:48.616723+0000 mgr.smithi116.xagkwr (mgr.14180) 1282 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:49.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:49 smithi142 bash[17956]: audit 2024-01-18T08:26:48.616723+0000 mgr.smithi116.xagkwr (mgr.14180) 1282 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:50.385 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:50.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:50 smithi116 bash[14016]: cluster 2024-01-18T08:26:49.507338+0000 mgr.smithi116.xagkwr (mgr.14180) 1283 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:50.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:50 smithi142 bash[17956]: cluster 2024-01-18T08:26:49.507338+0000 mgr.smithi116.xagkwr (mgr.14180) 1283 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:52.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:52 smithi142 bash[17956]: cluster 2024-01-18T08:26:51.508340+0000 mgr.smithi116.xagkwr (mgr.14180) 1284 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:53.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:52 smithi116 bash[14016]: cluster 2024-01-18T08:26:51.508340+0000 mgr.smithi116.xagkwr (mgr.14180) 1284 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:53.121 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:53.121 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:53.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:54.822 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:26:54.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:54 smithi142 bash[17956]: audit 2024-01-18T08:26:53.108446+0000 mgr.smithi116.xagkwr (mgr.14180) 1285 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:54.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:54 smithi142 bash[17956]: cluster 2024-01-18T08:26:53.509862+0000 mgr.smithi116.xagkwr (mgr.14180) 1286 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:55.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:54 smithi116 bash[14016]: audit 2024-01-18T08:26:53.108446+0000 mgr.smithi116.xagkwr (mgr.14180) 1285 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:55.019 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:54 smithi116 bash[14016]: cluster 2024-01-18T08:26:53.509862+0000 mgr.smithi116.xagkwr (mgr.14180) 1286 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:56.698 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:56 smithi116 bash[14016]: cluster 2024-01-18T08:26:55.511104+0000 mgr.smithi116.xagkwr (mgr.14180) 1287 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:56.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:56 smithi142 bash[17956]: cluster 2024-01-18T08:26:55.511104+0000 mgr.smithi116.xagkwr (mgr.14180) 1287 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:26:57.937 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:26:57.938 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:26:58.644 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:26:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:58 smithi142 bash[17956]: cluster 2024-01-18T08:26:57.512152+0000 mgr.smithi116.xagkwr (mgr.14180) 1288 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:58.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:26:58 smithi142 bash[17956]: audit 2024-01-18T08:26:57.924802+0000 mgr.smithi116.xagkwr (mgr.14180) 1289 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:58 smithi116 bash[14016]: cluster 2024-01-18T08:26:57.512152+0000 mgr.smithi116.xagkwr (mgr.14180) 1288 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:26:59.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:26:58 smithi116 bash[14016]: audit 2024-01-18T08:26:57.924802+0000 mgr.smithi116.xagkwr (mgr.14180) 1289 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:26:59.646 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:00.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:00 smithi142 bash[17956]: cluster 2024-01-18T08:26:59.513257+0000 mgr.smithi116.xagkwr (mgr.14180) 1290 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:00.899 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:00 smithi116 bash[14016]: cluster 2024-01-18T08:26:59.513257+0000 mgr.smithi116.xagkwr (mgr.14180) 1290 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:02.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:02 smithi116 bash[14016]: cluster 2024-01-18T08:27:01.514456+0000 mgr.smithi116.xagkwr (mgr.14180) 1291 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:02.875 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:02.876 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:02.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:02 smithi142 bash[17956]: cluster 2024-01-18T08:27:01.514456+0000 mgr.smithi116.xagkwr (mgr.14180) 1291 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:03.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:03.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:03 smithi142 bash[17956]: audit 2024-01-18T08:27:02.860836+0000 mgr.smithi116.xagkwr (mgr.14180) 1292 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:04.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:03 smithi116 bash[14016]: audit 2024-01-18T08:27:02.860836+0000 mgr.smithi116.xagkwr (mgr.14180) 1292 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:04.610 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:04.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:04 smithi142 bash[17956]: cluster 2024-01-18T08:27:03.515171+0000 mgr.smithi116.xagkwr (mgr.14180) 1293 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:05.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:04 smithi116 bash[14016]: cluster 2024-01-18T08:27:03.515171+0000 mgr.smithi116.xagkwr (mgr.14180) 1293 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:06 smithi116 bash[14016]: cluster 2024-01-18T08:27:05.516226+0000 mgr.smithi116.xagkwr (mgr.14180) 1294 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:06 smithi142 bash[17956]: cluster 2024-01-18T08:27:05.516226+0000 mgr.smithi116.xagkwr (mgr.14180) 1294 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:07.655 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:07.655 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:08.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:08 smithi116 bash[14016]: cluster 2024-01-18T08:27:07.517351+0000 mgr.smithi116.xagkwr (mgr.14180) 1295 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:08.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:08 smithi116 bash[14016]: audit 2024-01-18T08:27:07.642679+0000 mgr.smithi116.xagkwr (mgr.14180) 1296 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:08 smithi142 bash[17956]: cluster 2024-01-18T08:27:07.517351+0000 mgr.smithi116.xagkwr (mgr.14180) 1295 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:08 smithi142 bash[17956]: audit 2024-01-18T08:27:07.642679+0000 mgr.smithi116.xagkwr (mgr.14180) 1296 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:09.353 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:10.718 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:10 smithi116 bash[14016]: cluster 2024-01-18T08:27:09.518467+0000 mgr.smithi116.xagkwr (mgr.14180) 1297 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:10 smithi142 bash[17956]: cluster 2024-01-18T08:27:09.518467+0000 mgr.smithi116.xagkwr (mgr.14180) 1297 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:12.462 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:12.462 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:12.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:12 smithi116 bash[14016]: cluster 2024-01-18T08:27:11.519382+0000 mgr.smithi116.xagkwr (mgr.14180) 1298 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:12 smithi142 bash[17956]: cluster 2024-01-18T08:27:11.519382+0000 mgr.smithi116.xagkwr (mgr.14180) 1298 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:13.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:13.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:13 smithi142 bash[17956]: audit 2024-01-18T08:27:12.449610+0000 mgr.smithi116.xagkwr (mgr.14180) 1299 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:14.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:13 smithi116 bash[14016]: audit 2024-01-18T08:27:12.449610+0000 mgr.smithi116.xagkwr (mgr.14180) 1299 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:14.245 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:14.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:14 smithi116 bash[14016]: cluster 2024-01-18T08:27:13.520497+0000 mgr.smithi116.xagkwr (mgr.14180) 1300 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:14 smithi142 bash[17956]: cluster 2024-01-18T08:27:13.520497+0000 mgr.smithi116.xagkwr (mgr.14180) 1300 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:16.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:16 smithi116 bash[14016]: cluster 2024-01-18T08:27:15.521531+0000 mgr.smithi116.xagkwr (mgr.14180) 1301 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:16.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:16 smithi142 bash[17956]: cluster 2024-01-18T08:27:15.521531+0000 mgr.smithi116.xagkwr (mgr.14180) 1301 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:17.271 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:17.271 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:17.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:18 smithi142 bash[17956]: audit 2024-01-18T08:27:17.258765+0000 mgr.smithi116.xagkwr (mgr.14180) 1302 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:18 smithi142 bash[17956]: cluster 2024-01-18T08:27:17.522676+0000 mgr.smithi116.xagkwr (mgr.14180) 1303 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:18.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:18.985 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:18 smithi116 bash[14016]: audit 2024-01-18T08:27:17.258765+0000 mgr.smithi116.xagkwr (mgr.14180) 1302 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:18.985 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:18 smithi116 bash[14016]: cluster 2024-01-18T08:27:17.522676+0000 mgr.smithi116.xagkwr (mgr.14180) 1303 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:20 smithi142 bash[17956]: cluster 2024-01-18T08:27:19.523546+0000 mgr.smithi116.xagkwr (mgr.14180) 1304 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:21.056 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:20 smithi116 bash[14016]: cluster 2024-01-18T08:27:19.523546+0000 mgr.smithi116.xagkwr (mgr.14180) 1304 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:21.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:21 smithi142 bash[17956]: audit 2024-01-18T08:27:21.493834+0000 mon.smithi116 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:27:22.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:21 smithi116 bash[14016]: audit 2024-01-18T08:27:21.493834+0000 mon.smithi116 (mon.0) 978 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:27:22.148 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:22.148 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:25:13.436963Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.orfkte on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:22.833 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: cluster 2024-01-18T08:27:21.524309+0000 mgr.smithi116.xagkwr (mgr.14180) 1305 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: audit 2024-01-18T08:27:21.799359+0000 mon.smithi116 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: audit 2024-01-18T08:27:21.800690+0000 mon.smithi116 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: audit 2024-01-18T08:27:21.807665+0000 mon.smithi116 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: cluster 2024-01-18T08:27:21.808375+0000 mgr.smithi116.xagkwr (mgr.14180) 1306 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: audit 2024-01-18T08:27:21.815220+0000 mon.smithi116 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: audit 2024-01-18T08:27:21.826893+0000 mon.smithi116 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:22.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:22 smithi142 bash[17956]: cephadm 2024-01-18T08:27:21.829721+0000 mgr.smithi116.xagkwr (mgr.14180) 1307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.jsqoms on smithi142 2024-01-18T08:27:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: cluster 2024-01-18T08:27:21.524309+0000 mgr.smithi116.xagkwr (mgr.14180) 1305 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: audit 2024-01-18T08:27:21.799359+0000 mon.smithi116 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:27:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: audit 2024-01-18T08:27:21.800690+0000 mon.smithi116 (mon.0) 980 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:27:23.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: audit 2024-01-18T08:27:21.807665+0000 mon.smithi116 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: cluster 2024-01-18T08:27:21.808375+0000 mgr.smithi116.xagkwr (mgr.14180) 1306 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: audit 2024-01-18T08:27:21.815220+0000 mon.smithi116 (mon.0) 982 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:27:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: audit 2024-01-18T08:27:21.826893+0000 mon.smithi116 (mon.0) 983 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:23.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:22 smithi116 bash[14016]: cephadm 2024-01-18T08:27:21.829721+0000 mgr.smithi116.xagkwr (mgr.14180) 1307 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.jsqoms on smithi142 2024-01-18T08:27:23.834 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:23 smithi142 bash[17956]: audit 2024-01-18T08:27:22.136791+0000 mgr.smithi116.xagkwr (mgr.14180) 1308 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:23 smithi142 bash[17956]: cluster 2024-01-18T08:27:22.805366+0000 mon.smithi116 (mon.0) 984 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:27:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:23 smithi142 bash[17956]: cluster 2024-01-18T08:27:22.805403+0000 mon.smithi116 (mon.0) 985 : cluster [INF] Cluster is now healthy 2024-01-18T08:27:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:23 smithi116 bash[14016]: audit 2024-01-18T08:27:22.136791+0000 mgr.smithi116.xagkwr (mgr.14180) 1308 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:24.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:23 smithi116 bash[14016]: cluster 2024-01-18T08:27:22.805366+0000 mon.smithi116 (mon.0) 984 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:27:24.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:23 smithi116 bash[14016]: cluster 2024-01-18T08:27:22.805403+0000 mon.smithi116 (mon.0) 985 : cluster [INF] Cluster is now healthy 2024-01-18T08:27:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:24 smithi142 bash[17956]: cluster 2024-01-18T08:27:23.809234+0000 mgr.smithi116.xagkwr (mgr.14180) 1309 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:24.928 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:24 smithi116 bash[14016]: cluster 2024-01-18T08:27:23.809234+0000 mgr.smithi116.xagkwr (mgr.14180) 1309 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:26.779 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:26.779 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:17.683438Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.xfhtkf on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-xfhtkf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.xfhtkf\nDeploy daemon haproxy.nfs.foo.smithi142.xfhtkf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.486443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.panvlx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-panvlx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.panvlx\nDeploy daemon haproxy.nfs.foo.smithi116.panvlx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:26:21.488273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.izzcyk on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: audit 2024-01-18T08:27:25.552965+0000 mon.smithi116 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: cephadm 2024-01-18T08:27:25.802283+0000 mgr.smithi116.xagkwr (mgr.14180) 1310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: cephadm 2024-01-18T08:27:25.802743+0000 mgr.smithi116.xagkwr (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: audit 2024-01-18T08:27:25.803342+0000 mon.smithi116 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.jsqoms"}]: dispatch 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: cephadm 2024-01-18T08:27:25.804826+0000 mgr.smithi116.xagkwr (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.801 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: cephadm 2024-01-18T08:27:25.809312+0000 mgr.smithi116.xagkwr (mgr.14180) 1313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.takzdg on smithi116 2024-01-18T08:27:26.802 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:26 smithi116 bash[14016]: cluster 2024-01-18T08:27:25.810296+0000 mgr.smithi116.xagkwr (mgr.14180) 1314 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: audit 2024-01-18T08:27:25.552965+0000 mon.smithi116 (mon.0) 986 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: cephadm 2024-01-18T08:27:25.802283+0000 mgr.smithi116.xagkwr (mgr.14180) 1310 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: cephadm 2024-01-18T08:27:25.802743+0000 mgr.smithi116.xagkwr (mgr.14180) 1311 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: audit 2024-01-18T08:27:25.803342+0000 mon.smithi116 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.jsqoms"}]: dispatch 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: cephadm 2024-01-18T08:27:25.804826+0000 mgr.smithi116.xagkwr (mgr.14180) 1312 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms 2024-01-18T08:27:26.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.jsqoms ... 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: cephadm 2024-01-18T08:27:25.809312+0000 mgr.smithi116.xagkwr (mgr.14180) 1313 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.takzdg on smithi116 2024-01-18T08:27:26.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:26 smithi142 bash[17956]: cluster 2024-01-18T08:27:25.810296+0000 mgr.smithi116.xagkwr (mgr.14180) 1314 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:27.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:27.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:27 smithi142 bash[17956]: audit 2024-01-18T08:27:26.765612+0000 mgr.smithi116.xagkwr (mgr.14180) 1315 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:28.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:27 smithi116 bash[14016]: audit 2024-01-18T08:27:26.765612+0000 mgr.smithi116.xagkwr (mgr.14180) 1315 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:28.626 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:28.825 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:28 smithi116 bash[14016]: cluster 2024-01-18T08:27:27.811320+0000 mgr.smithi116.xagkwr (mgr.14180) 1316 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:28.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:28 smithi142 bash[17956]: cluster 2024-01-18T08:27:27.811320+0000 mgr.smithi116.xagkwr (mgr.14180) 1316 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:27:29.956 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:29 smithi116 bash[14016]: audit 2024-01-18T08:27:29.713388+0000 mon.smithi116 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.takzdg"}]: dispatch 2024-01-18T08:27:30.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:29 smithi142 bash[17956]: audit 2024-01-18T08:27:29.713388+0000 mon.smithi116 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.takzdg"}]: dispatch 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cephadm 2024-01-18T08:27:29.712479+0000 mgr.smithi116.xagkwr (mgr.14180) 1317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.049 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cephadm 2024-01-18T08:27:29.712878+0000 mgr.smithi116.xagkwr (mgr.14180) 1318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cephadm 2024-01-18T08:27:29.714617+0000 mgr.smithi116.xagkwr (mgr.14180) 1319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.051 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cephadm 2024-01-18T08:27:29.718559+0000 mgr.smithi116.xagkwr (mgr.14180) 1320 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cephadm 2024-01-18T08:27:29.720649+0000 mgr.smithi116.xagkwr (mgr.14180) 1321 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cluster 2024-01-18T08:27:29.721843+0000 mgr.smithi116.xagkwr (mgr.14180) 1322 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:27:31.052 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:30 smithi116 bash[14016]: cluster 2024-01-18T08:27:29.772738+0000 mon.smithi116 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cephadm 2024-01-18T08:27:29.712479+0000 mgr.smithi116.xagkwr (mgr.14180) 1317 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cephadm 2024-01-18T08:27:29.712878+0000 mgr.smithi116.xagkwr (mgr.14180) 1318 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cephadm 2024-01-18T08:27:29.714617+0000 mgr.smithi116.xagkwr (mgr.14180) 1319 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.takzdg ... 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cephadm 2024-01-18T08:27:29.718559+0000 mgr.smithi116.xagkwr (mgr.14180) 1320 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:27:31.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cephadm 2024-01-18T08:27:29.720649+0000 mgr.smithi116.xagkwr (mgr.14180) 1321 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:27:31.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cluster 2024-01-18T08:27:29.721843+0000 mgr.smithi116.xagkwr (mgr.14180) 1322 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:27:31.135 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:30 smithi142 bash[17956]: cluster 2024-01-18T08:27:29.772738+0000 mon.smithi116 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:27:31.801 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:31.802 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:31 smithi116 bash[14016]: audit 2024-01-18T08:27:30.779837+0000 mon.smithi116 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:32.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:31 smithi142 bash[17956]: audit 2024-01-18T08:27:30.779837+0000 mon.smithi116 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:32.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:32 smithi116 bash[14016]: cluster 2024-01-18T08:27:31.722933+0000 mgr.smithi116.xagkwr (mgr.14180) 1323 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:27:33.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:32 smithi116 bash[14016]: audit 2024-01-18T08:27:31.793148+0000 mgr.smithi116.xagkwr (mgr.14180) 1324 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:33.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:32 smithi142 bash[17956]: cluster 2024-01-18T08:27:31.722933+0000 mgr.smithi116.xagkwr (mgr.14180) 1323 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:27:33.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:32 smithi142 bash[17956]: audit 2024-01-18T08:27:31.793148+0000 mgr.smithi116.xagkwr (mgr.14180) 1324 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:33.556 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:34.888 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:34 smithi116 bash[14016]: cluster 2024-01-18T08:27:33.724003+0000 mgr.smithi116.xagkwr (mgr.14180) 1325 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:35.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:34 smithi142 bash[17956]: cluster 2024-01-18T08:27:33.724003+0000 mgr.smithi116.xagkwr (mgr.14180) 1325 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:36.585 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:36.585 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:36.754 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:36 smithi116 bash[14016]: cluster 2024-01-18T08:27:35.725304+0000 mgr.smithi116.xagkwr (mgr.14180) 1326 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-18T08:27:36.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:36 smithi142 bash[17956]: cluster 2024-01-18T08:27:35.725304+0000 mgr.smithi116.xagkwr (mgr.14180) 1326 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-01-18T08:27:37.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:37.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:37 smithi142 bash[17956]: audit 2024-01-18T08:27:36.576631+0000 mgr.smithi116.xagkwr (mgr.14180) 1327 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:37.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:37 smithi116 bash[14016]: audit 2024-01-18T08:27:36.576631+0000 mgr.smithi116.xagkwr (mgr.14180) 1327 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:38.287 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:38.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:38 smithi116 bash[14016]: cluster 2024-01-18T08:27:37.726650+0000 mgr.smithi116.xagkwr (mgr.14180) 1328 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:38.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:38 smithi142 bash[17956]: cluster 2024-01-18T08:27:37.726650+0000 mgr.smithi116.xagkwr (mgr.14180) 1328 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:40 smithi116 bash[14016]: cluster 2024-01-18T08:27:39.728050+0000 mgr.smithi116.xagkwr (mgr.14180) 1329 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:41.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:40 smithi116 bash[14016]: audit 2024-01-18T08:27:40.553500+0000 mon.smithi116 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:41.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:40 smithi142 bash[17956]: cluster 2024-01-18T08:27:39.728050+0000 mgr.smithi116.xagkwr (mgr.14180) 1329 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-18T08:27:41.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:40 smithi142 bash[17956]: audit 2024-01-18T08:27:40.553500+0000 mon.smithi116 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:27:41.627 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:41.627 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:42.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:42 smithi116 bash[14016]: audit 2024-01-18T08:27:41.612688+0000 mgr.smithi116.xagkwr (mgr.14180) 1330 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:43.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:42 smithi116 bash[14016]: cluster 2024-01-18T08:27:41.729265+0000 mgr.smithi116.xagkwr (mgr.14180) 1331 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:42 smithi142 bash[17956]: audit 2024-01-18T08:27:41.612688+0000 mgr.smithi116.xagkwr (mgr.14180) 1330 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:42 smithi142 bash[17956]: cluster 2024-01-18T08:27:41.729265+0000 mgr.smithi116.xagkwr (mgr.14180) 1331 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:43.324 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:45.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:44 smithi116 bash[14016]: cluster 2024-01-18T08:27:43.730444+0000 mgr.smithi116.xagkwr (mgr.14180) 1332 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:44 smithi142 bash[17956]: cluster 2024-01-18T08:27:43.730444+0000 mgr.smithi116.xagkwr (mgr.14180) 1332 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:46.386 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:46.386 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:46.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:46 smithi116 bash[14016]: cluster 2024-01-18T08:27:45.731713+0000 mgr.smithi116.xagkwr (mgr.14180) 1333 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:46.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:46 smithi142 bash[17956]: cluster 2024-01-18T08:27:45.731713+0000 mgr.smithi116.xagkwr (mgr.14180) 1333 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:47.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:47.768 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:47 smithi142 bash[17956]: audit 2024-01-18T08:27:46.377869+0000 mgr.smithi116.xagkwr (mgr.14180) 1334 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:47.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:47 smithi116 bash[14016]: audit 2024-01-18T08:27:46.377869+0000 mgr.smithi116.xagkwr (mgr.14180) 1334 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:48.098 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:48.548 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:48 smithi116 bash[14016]: cluster 2024-01-18T08:27:47.732880+0000 mgr.smithi116.xagkwr (mgr.14180) 1335 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:48.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:48 smithi142 bash[17956]: cluster 2024-01-18T08:27:47.732880+0000 mgr.smithi116.xagkwr (mgr.14180) 1335 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:51.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:50 smithi116 bash[14016]: cluster 2024-01-18T08:27:49.733969+0000 mgr.smithi116.xagkwr (mgr.14180) 1336 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:50 smithi142 bash[17956]: cluster 2024-01-18T08:27:49.733969+0000 mgr.smithi116.xagkwr (mgr.14180) 1336 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:51.176 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:51.176 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:51.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:52.943 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:53.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:52 smithi142 bash[17956]: audit 2024-01-18T08:27:51.163668+0000 mgr.smithi116.xagkwr (mgr.14180) 1337 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:53.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:52 smithi142 bash[17956]: cluster 2024-01-18T08:27:51.734798+0000 mgr.smithi116.xagkwr (mgr.14180) 1338 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:53.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:52 smithi116 bash[14016]: audit 2024-01-18T08:27:51.163668+0000 mgr.smithi116.xagkwr (mgr.14180) 1337 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:53.136 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:52 smithi116 bash[14016]: cluster 2024-01-18T08:27:51.734798+0000 mgr.smithi116.xagkwr (mgr.14180) 1338 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:55.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:54 smithi116 bash[14016]: cluster 2024-01-18T08:27:53.735581+0000 mgr.smithi116.xagkwr (mgr.14180) 1339 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:55.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:54 smithi142 bash[17956]: cluster 2024-01-18T08:27:53.735581+0000 mgr.smithi116.xagkwr (mgr.14180) 1339 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:55.914 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:27:55.914 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:27:56.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:27:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:56 smithi116 bash[14016]: cluster 2024-01-18T08:27:55.736718+0000 mgr.smithi116.xagkwr (mgr.14180) 1340 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:56.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:56 smithi116 bash[14016]: audit 2024-01-18T08:27:55.905217+0000 mgr.smithi116.xagkwr (mgr.14180) 1341 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:56 smithi142 bash[17956]: cluster 2024-01-18T08:27:55.736718+0000 mgr.smithi116.xagkwr (mgr.14180) 1340 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:27:56.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:56 smithi142 bash[17956]: audit 2024-01-18T08:27:55.905217+0000 mgr.smithi116.xagkwr (mgr.14180) 1341 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:27:57.640 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:27:58.993 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:27:58 smithi116 bash[14016]: cluster 2024-01-18T08:27:57.737770+0000 mgr.smithi116.xagkwr (mgr.14180) 1342 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:27:59.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:27:58 smithi142 bash[17956]: cluster 2024-01-18T08:27:57.737770+0000 mgr.smithi116.xagkwr (mgr.14180) 1342 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:00.545 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:00.546 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:01.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:00 smithi116 bash[14016]: cluster 2024-01-18T08:27:59.738989+0000 mgr.smithi116.xagkwr (mgr.14180) 1343 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:00 smithi142 bash[17956]: cluster 2024-01-18T08:27:59.738989+0000 mgr.smithi116.xagkwr (mgr.14180) 1343 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:01.291 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:02.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:01 smithi142 bash[17956]: audit 2024-01-18T08:28:00.531339+0000 mgr.smithi116.xagkwr (mgr.14180) 1344 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:02.291 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:02.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:01 smithi116 bash[14016]: audit 2024-01-18T08:28:00.531339+0000 mgr.smithi116.xagkwr (mgr.14180) 1344 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:02 smithi142 bash[17956]: cluster 2024-01-18T08:28:01.740128+0000 mgr.smithi116.xagkwr (mgr.14180) 1345 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:02 smithi116 bash[14016]: cluster 2024-01-18T08:28:01.740128+0000 mgr.smithi116.xagkwr (mgr.14180) 1345 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:05.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:04 smithi142 bash[17956]: cluster 2024-01-18T08:28:03.741194+0000 mgr.smithi116.xagkwr (mgr.14180) 1346 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:05.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:04 smithi116 bash[14016]: cluster 2024-01-18T08:28:03.741194+0000 mgr.smithi116.xagkwr (mgr.14180) 1346 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:05.302 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:05.302 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:06.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:06 smithi116 bash[14016]: audit 2024-01-18T08:28:05.290012+0000 mgr.smithi116.xagkwr (mgr.14180) 1347 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:06 smithi116 bash[14016]: cluster 2024-01-18T08:28:05.742280+0000 mgr.smithi116.xagkwr (mgr.14180) 1348 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:06 smithi142 bash[17956]: audit 2024-01-18T08:28:05.290012+0000 mgr.smithi116.xagkwr (mgr.14180) 1347 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:06 smithi142 bash[17956]: cluster 2024-01-18T08:28:05.742280+0000 mgr.smithi116.xagkwr (mgr.14180) 1348 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:07.062 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:09.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:08 smithi142 bash[17956]: cluster 2024-01-18T08:28:07.743504+0000 mgr.smithi116.xagkwr (mgr.14180) 1349 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:09.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:08 smithi116 bash[14016]: cluster 2024-01-18T08:28:07.743504+0000 mgr.smithi116.xagkwr (mgr.14180) 1349 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:10.087 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:10.087 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:10.786 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:11.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:10 smithi116 bash[14016]: cluster 2024-01-18T08:28:09.744738+0000 mgr.smithi116.xagkwr (mgr.14180) 1350 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:11.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:10 smithi142 bash[17956]: cluster 2024-01-18T08:28:09.744738+0000 mgr.smithi116.xagkwr (mgr.14180) 1350 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:11.786 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:12.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:11 smithi142 bash[17956]: audit 2024-01-18T08:28:10.078616+0000 mgr.smithi116.xagkwr (mgr.14180) 1351 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:12.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:11 smithi116 bash[14016]: audit 2024-01-18T08:28:10.078616+0000 mgr.smithi116.xagkwr (mgr.14180) 1351 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:13.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:12 smithi116 bash[14016]: cluster 2024-01-18T08:28:11.745863+0000 mgr.smithi116.xagkwr (mgr.14180) 1352 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:13.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:12 smithi142 bash[17956]: cluster 2024-01-18T08:28:11.745863+0000 mgr.smithi116.xagkwr (mgr.14180) 1352 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:14.854 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:14.854 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:15.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:14 smithi142 bash[17956]: cluster 2024-01-18T08:28:13.746782+0000 mgr.smithi116.xagkwr (mgr.14180) 1353 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:15.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:14 smithi116 bash[14016]: cluster 2024-01-18T08:28:13.746782+0000 mgr.smithi116.xagkwr (mgr.14180) 1353 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:15.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:15 smithi142 bash[17956]: audit 2024-01-18T08:28:14.843281+0000 mgr.smithi116.xagkwr (mgr.14180) 1354 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:16.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:15 smithi116 bash[14016]: audit 2024-01-18T08:28:14.843281+0000 mgr.smithi116.xagkwr (mgr.14180) 1354 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:16.539 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:17.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:16 smithi116 bash[14016]: cluster 2024-01-18T08:28:15.747907+0000 mgr.smithi116.xagkwr (mgr.14180) 1355 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:17.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:16 smithi142 bash[17956]: cluster 2024-01-18T08:28:15.747907+0000 mgr.smithi116.xagkwr (mgr.14180) 1355 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:19.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:18 smithi142 bash[17956]: cluster 2024-01-18T08:28:17.748622+0000 mgr.smithi116.xagkwr (mgr.14180) 1356 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:19.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:18 smithi116 bash[14016]: cluster 2024-01-18T08:28:17.748622+0000 mgr.smithi116.xagkwr (mgr.14180) 1356 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:19.416 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:19.416 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:20.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:20 smithi142 bash[17956]: audit 2024-01-18T08:28:19.403471+0000 mgr.smithi116.xagkwr (mgr.14180) 1357 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:20 smithi142 bash[17956]: cluster 2024-01-18T08:28:19.749494+0000 mgr.smithi116.xagkwr (mgr.14180) 1358 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:21.180 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:21.193 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:20 smithi116 bash[14016]: audit 2024-01-18T08:28:19.403471+0000 mgr.smithi116.xagkwr (mgr.14180) 1357 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:21.194 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:20 smithi116 bash[14016]: cluster 2024-01-18T08:28:19.749494+0000 mgr.smithi116.xagkwr (mgr.14180) 1358 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:23.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:22 smithi142 bash[17956]: cluster 2024-01-18T08:28:21.750578+0000 mgr.smithi116.xagkwr (mgr.14180) 1359 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:23.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:22 smithi116 bash[14016]: cluster 2024-01-18T08:28:21.750578+0000 mgr.smithi116.xagkwr (mgr.14180) 1359 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:24.251 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:24.251 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:24.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:25.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:24 smithi142 bash[17956]: cluster 2024-01-18T08:28:23.751546+0000 mgr.smithi116.xagkwr (mgr.14180) 1360 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:25.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:24 smithi116 bash[14016]: cluster 2024-01-18T08:28:23.751546+0000 mgr.smithi116.xagkwr (mgr.14180) 1360 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:25.971 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:25 smithi142 bash[17956]: audit 2024-01-18T08:28:24.238600+0000 mgr.smithi116.xagkwr (mgr.14180) 1361 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:26.172 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:25 smithi116 bash[14016]: audit 2024-01-18T08:28:24.238600+0000 mgr.smithi116.xagkwr (mgr.14180) 1361 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:27.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:26 smithi142 bash[17956]: cluster 2024-01-18T08:28:25.752675+0000 mgr.smithi116.xagkwr (mgr.14180) 1362 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:27.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:26 smithi116 bash[14016]: cluster 2024-01-18T08:28:25.752675+0000 mgr.smithi116.xagkwr (mgr.14180) 1362 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:28 smithi116 bash[14016]: cluster 2024-01-18T08:28:27.753494+0000 mgr.smithi116.xagkwr (mgr.14180) 1363 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:29.058 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:29.058 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:28 smithi142 bash[17956]: cluster 2024-01-18T08:28:27.753494+0000 mgr.smithi116.xagkwr (mgr.14180) 1363 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:29.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:30.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:29 smithi142 bash[17956]: audit 2024-01-18T08:28:29.724845+0000 mon.smithi116 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:28:30.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:29 smithi116 bash[14016]: audit 2024-01-18T08:28:29.724845+0000 mon.smithi116 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:28:30.859 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:29.046199+0000 mgr.smithi116.xagkwr (mgr.14180) 1364 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: cluster 2024-01-18T08:28:29.754179+0000 mgr.smithi116.xagkwr (mgr.14180) 1365 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:30.036201+0000 mon.smithi116 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:30.037107+0000 mon.smithi116 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:30.043173+0000 mon.smithi116 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:30.051764+0000 mon.smithi116 (mon.0) 996 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:28:31.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:30 smithi116 bash[14016]: audit 2024-01-18T08:28:30.066089+0000 mon.smithi116 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:29.046199+0000 mgr.smithi116.xagkwr (mgr.14180) 1364 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: cluster 2024-01-18T08:28:29.754179+0000 mgr.smithi116.xagkwr (mgr.14180) 1365 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:30.036201+0000 mon.smithi116 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:28:31.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:30.037107+0000 mon.smithi116 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:28:31.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:30.043173+0000 mon.smithi116 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:31.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:30.051764+0000 mon.smithi116 (mon.0) 996 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:28:31.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:30 smithi142 bash[17956]: audit 2024-01-18T08:28:30.066089+0000 mon.smithi116 (mon.0) 997 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:32.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:31 smithi116 bash[14016]: cluster 2024-01-18T08:28:30.043905+0000 mgr.smithi116.xagkwr (mgr.14180) 1366 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:31 smithi116 bash[14016]: cephadm 2024-01-18T08:28:30.071406+0000 mgr.smithi116.xagkwr (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.whxiqv on smithi142 2024-01-18T08:28:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:31 smithi116 bash[14016]: cluster 2024-01-18T08:28:31.040146+0000 mon.smithi116 (mon.0) 998 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:28:32.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:31 smithi116 bash[14016]: cluster 2024-01-18T08:28:31.040230+0000 mon.smithi116 (mon.0) 999 : cluster [INF] Cluster is now healthy 2024-01-18T08:28:32.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:31 smithi142 bash[17956]: cluster 2024-01-18T08:28:30.043905+0000 mgr.smithi116.xagkwr (mgr.14180) 1366 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:32.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:31 smithi142 bash[17956]: cephadm 2024-01-18T08:28:30.071406+0000 mgr.smithi116.xagkwr (mgr.14180) 1367 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.whxiqv on smithi142 2024-01-18T08:28:32.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:31 smithi142 bash[17956]: cluster 2024-01-18T08:28:31.040146+0000 mon.smithi116 (mon.0) 998 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:28:32.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:31 smithi142 bash[17956]: cluster 2024-01-18T08:28:31.040230+0000 mon.smithi116 (mon.0) 999 : cluster [INF] Cluster is now healthy 2024-01-18T08:28:33.831 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:33.831 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:26:21.489813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.wegekc on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:25.804599Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.jsqoms on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-jsqoms\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.jsqoms\nDeploy daemon haproxy.nfs.foo.smithi142.jsqoms ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.714394Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.takzdg on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-takzdg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.takzdg\nDeploy daemon haproxy.nfs.foo.smithi116.takzdg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:27:29.718384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.dqnorm on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:34.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:33 smithi116 bash[14016]: cluster 2024-01-18T08:28:32.044397+0000 mgr.smithi116.xagkwr (mgr.14180) 1368 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:34.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:33 smithi142 bash[17956]: cluster 2024-01-18T08:28:32.044397+0000 mgr.smithi116.xagkwr (mgr.14180) 1368 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:34.638 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:35.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: audit 2024-01-18T08:28:33.816927+0000 mgr.smithi116.xagkwr (mgr.14180) 1369 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: cephadm 2024-01-18T08:28:33.974625+0000 mgr.smithi116.xagkwr (mgr.14180) 1370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:28:35.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: cephadm 2024-01-18T08:28:33.975249+0000 mgr.smithi116.xagkwr (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: audit 2024-01-18T08:28:33.975805+0000 mon.smithi116 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.whxiqv"}]: dispatch 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: cephadm 2024-01-18T08:28:33.977246+0000 mgr.smithi116.xagkwr (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:34 smithi116 bash[14016]: cephadm 2024-01-18T08:28:33.981808+0000 mgr.smithi116.xagkwr (mgr.14180) 1373 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.nqqfhs on smithi116 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: audit 2024-01-18T08:28:33.816927+0000 mgr.smithi116.xagkwr (mgr.14180) 1369 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: cephadm 2024-01-18T08:28:33.974625+0000 mgr.smithi116.xagkwr (mgr.14180) 1370 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: cephadm 2024-01-18T08:28:33.975249+0000 mgr.smithi116.xagkwr (mgr.14180) 1371 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: audit 2024-01-18T08:28:33.975805+0000 mon.smithi116 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.whxiqv"}]: dispatch 2024-01-18T08:28:35.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: cephadm 2024-01-18T08:28:33.977246+0000 mgr.smithi116.xagkwr (mgr.14180) 1372 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.whxiqv ... 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:35.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:34 smithi142 bash[17956]: cephadm 2024-01-18T08:28:33.981808+0000 mgr.smithi116.xagkwr (mgr.14180) 1373 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.nqqfhs on smithi116 2024-01-18T08:28:35.639 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:36.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:35 smithi116 bash[14016]: cluster 2024-01-18T08:28:34.044869+0000 mgr.smithi116.xagkwr (mgr.14180) 1374 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:36.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:35 smithi142 bash[17956]: cluster 2024-01-18T08:28:34.044869+0000 mgr.smithi116.xagkwr (mgr.14180) 1374 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:38.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:37 smithi142 bash[17956]: cluster 2024-01-18T08:28:36.045808+0000 mgr.smithi116.xagkwr (mgr.14180) 1375 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:38.240 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:37 smithi116 bash[14016]: cluster 2024-01-18T08:28:36.045808+0000 mgr.smithi116.xagkwr (mgr.14180) 1375 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:38.798 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:38.798 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:39.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:38 smithi116 bash[14016]: audit 2024-01-18T08:28:38.264785+0000 mon.smithi116 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.nqqfhs"}]: dispatch 2024-01-18T08:28:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:38 smithi142 bash[17956]: audit 2024-01-18T08:28:38.264785+0000 mon.smithi116 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.nqqfhs"}]: dispatch 2024-01-18T08:28:39.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cluster 2024-01-18T08:28:38.046687+0000 mgr.smithi116.xagkwr (mgr.14180) 1376 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cephadm 2024-01-18T08:28:38.263922+0000 mgr.smithi116.xagkwr (mgr.14180) 1377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cephadm 2024-01-18T08:28:38.264188+0000 mgr.smithi116.xagkwr (mgr.14180) 1378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cephadm 2024-01-18T08:28:38.266398+0000 mgr.smithi116.xagkwr (mgr.14180) 1379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cephadm 2024-01-18T08:28:38.270569+0000 mgr.smithi116.xagkwr (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cephadm 2024-01-18T08:28:38.272540+0000 mgr.smithi116.xagkwr (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cluster 2024-01-18T08:28:38.273421+0000 mgr.smithi116.xagkwr (mgr.14180) 1382 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: audit 2024-01-18T08:28:38.786493+0000 mgr.smithi116.xagkwr (mgr.14180) 1383 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:40.302 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:39 smithi116 bash[14016]: cluster 2024-01-18T08:28:38.905411+0000 mon.smithi116 (mon.0) 1002 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:28:40.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cluster 2024-01-18T08:28:38.046687+0000 mgr.smithi116.xagkwr (mgr.14180) 1376 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:28:40.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cephadm 2024-01-18T08:28:38.263922+0000 mgr.smithi116.xagkwr (mgr.14180) 1377 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:28:40.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.385 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cephadm 2024-01-18T08:28:38.264188+0000 mgr.smithi116.xagkwr (mgr.14180) 1378 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cephadm 2024-01-18T08:28:38.266398+0000 mgr.smithi116.xagkwr (mgr.14180) 1379 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs 2024-01-18T08:28:40.386 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.nqqfhs ... 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:28:40.387 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cephadm 2024-01-18T08:28:38.270569+0000 mgr.smithi116.xagkwr (mgr.14180) 1380 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cephadm 2024-01-18T08:28:38.272540+0000 mgr.smithi116.xagkwr (mgr.14180) 1381 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cluster 2024-01-18T08:28:38.273421+0000 mgr.smithi116.xagkwr (mgr.14180) 1382 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 0 op/s 2024-01-18T08:28:40.388 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: audit 2024-01-18T08:28:38.786493+0000 mgr.smithi116.xagkwr (mgr.14180) 1383 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:40.389 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:39 smithi142 bash[17956]: cluster 2024-01-18T08:28:38.905411+0000 mon.smithi116 (mon.0) 1002 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:28:40.625 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:41.978 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:41 smithi116 bash[14016]: cluster 2024-01-18T08:28:40.274561+0000 mgr.smithi116.xagkwr (mgr.14180) 1384 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:41.978 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:41 smithi116 bash[14016]: audit 2024-01-18T08:28:40.826153+0000 mon.smithi116 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:42.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:41 smithi142 bash[17956]: cluster 2024-01-18T08:28:40.274561+0000 mgr.smithi116.xagkwr (mgr.14180) 1384 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:42.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:41 smithi142 bash[17956]: audit 2024-01-18T08:28:40.826153+0000 mon.smithi116 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:28:43.641 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:43.642 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:44.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:43 smithi116 bash[14016]: cluster 2024-01-18T08:28:42.275676+0000 mgr.smithi116.xagkwr (mgr.14180) 1385 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:44.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:43 smithi142 bash[17956]: cluster 2024-01-18T08:28:42.275676+0000 mgr.smithi116.xagkwr (mgr.14180) 1385 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:44.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:44 smithi142 bash[17956]: audit 2024-01-18T08:28:43.628418+0000 mgr.smithi116.xagkwr (mgr.14180) 1386 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:45.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:44 smithi116 bash[14016]: audit 2024-01-18T08:28:43.628418+0000 mgr.smithi116.xagkwr (mgr.14180) 1386 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:45.395 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:46.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:45 smithi142 bash[17956]: cluster 2024-01-18T08:28:44.276925+0000 mgr.smithi116.xagkwr (mgr.14180) 1387 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2024-01-18T08:28:46.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:45 smithi116 bash[14016]: cluster 2024-01-18T08:28:44.276925+0000 mgr.smithi116.xagkwr (mgr.14180) 1387 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2024-01-18T08:28:48.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:47 smithi142 bash[17956]: cluster 2024-01-18T08:28:46.278117+0000 mgr.smithi116.xagkwr (mgr.14180) 1388 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:47 smithi116 bash[14016]: cluster 2024-01-18T08:28:46.278117+0000 mgr.smithi116.xagkwr (mgr.14180) 1388 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:48.334 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:48.334 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:49.103 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:49 smithi142 bash[17956]: cluster 2024-01-18T08:28:48.278873+0000 mgr.smithi116.xagkwr (mgr.14180) 1389 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:49 smithi142 bash[17956]: audit 2024-01-18T08:28:48.321844+0000 mgr.smithi116.xagkwr (mgr.14180) 1390 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:50.162 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:50.175 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:49 smithi116 bash[14016]: cluster 2024-01-18T08:28:48.278873+0000 mgr.smithi116.xagkwr (mgr.14180) 1389 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-18T08:28:50.175 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:49 smithi116 bash[14016]: audit 2024-01-18T08:28:48.321844+0000 mgr.smithi116.xagkwr (mgr.14180) 1390 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:52.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:51 smithi142 bash[17956]: cluster 2024-01-18T08:28:50.279617+0000 mgr.smithi116.xagkwr (mgr.14180) 1391 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:52.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:51 smithi116 bash[14016]: cluster 2024-01-18T08:28:50.279617+0000 mgr.smithi116.xagkwr (mgr.14180) 1391 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:53.297 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:53.297 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:54.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:54.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:53 smithi142 bash[17956]: cluster 2024-01-18T08:28:52.280840+0000 mgr.smithi116.xagkwr (mgr.14180) 1392 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:54.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:53 smithi116 bash[14016]: cluster 2024-01-18T08:28:52.280840+0000 mgr.smithi116.xagkwr (mgr.14180) 1392 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:55.045 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:28:55.241 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:54 smithi116 bash[14016]: audit 2024-01-18T08:28:53.285005+0000 mgr.smithi116.xagkwr (mgr.14180) 1393 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:54 smithi142 bash[17956]: audit 2024-01-18T08:28:53.285005+0000 mgr.smithi116.xagkwr (mgr.14180) 1393 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:56.173 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:55 smithi116 bash[14016]: cluster 2024-01-18T08:28:54.281974+0000 mgr.smithi116.xagkwr (mgr.14180) 1394 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:55 smithi142 bash[17956]: cluster 2024-01-18T08:28:54.281974+0000 mgr.smithi116.xagkwr (mgr.14180) 1394 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:28:57.857 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:28:57.857 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:28:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:57 smithi142 bash[17956]: cluster 2024-01-18T08:28:56.283383+0000 mgr.smithi116.xagkwr (mgr.14180) 1395 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:57 smithi116 bash[14016]: cluster 2024-01-18T08:28:56.283383+0000 mgr.smithi116.xagkwr (mgr.14180) 1395 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:28:58.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:28:59.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:58 smithi116 bash[14016]: audit 2024-01-18T08:28:57.844584+0000 mgr.smithi116.xagkwr (mgr.14180) 1396 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:58 smithi142 bash[17956]: audit 2024-01-18T08:28:57.844584+0000 mgr.smithi116.xagkwr (mgr.14180) 1396 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:28:59.559 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:00.050 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:28:59 smithi116 bash[14016]: cluster 2024-01-18T08:28:58.284279+0000 mgr.smithi116.xagkwr (mgr.14180) 1397 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:00.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:28:59 smithi142 bash[17956]: cluster 2024-01-18T08:28:58.284279+0000 mgr.smithi116.xagkwr (mgr.14180) 1397 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:02.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:01 smithi116 bash[14016]: cluster 2024-01-18T08:29:00.285123+0000 mgr.smithi116.xagkwr (mgr.14180) 1398 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:02.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:01 smithi142 bash[17956]: cluster 2024-01-18T08:29:00.285123+0000 mgr.smithi116.xagkwr (mgr.14180) 1398 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:02.728 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:02.728 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:03.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:04.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:03 smithi116 bash[14016]: cluster 2024-01-18T08:29:02.286309+0000 mgr.smithi116.xagkwr (mgr.14180) 1399 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:04.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:03 smithi116 bash[14016]: audit 2024-01-18T08:29:02.716713+0000 mgr.smithi116.xagkwr (mgr.14180) 1400 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:03 smithi142 bash[17956]: cluster 2024-01-18T08:29:02.286309+0000 mgr.smithi116.xagkwr (mgr.14180) 1399 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:03 smithi142 bash[17956]: audit 2024-01-18T08:29:02.716713+0000 mgr.smithi116.xagkwr (mgr.14180) 1400 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:04.438 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:06.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:05 smithi116 bash[14016]: cluster 2024-01-18T08:29:04.287597+0000 mgr.smithi116.xagkwr (mgr.14180) 1401 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:06.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:05 smithi142 bash[17956]: cluster 2024-01-18T08:29:04.287597+0000 mgr.smithi116.xagkwr (mgr.14180) 1401 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:07.520 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:07.520 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:08.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:07 smithi116 bash[14016]: cluster 2024-01-18T08:29:06.288350+0000 mgr.smithi116.xagkwr (mgr.14180) 1402 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:08.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:07 smithi142 bash[17956]: cluster 2024-01-18T08:29:06.288350+0000 mgr.smithi116.xagkwr (mgr.14180) 1402 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:08.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:09.249 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:09.260 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:08 smithi116 bash[14016]: audit 2024-01-18T08:29:07.508209+0000 mgr.smithi116.xagkwr (mgr.14180) 1403 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:09.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:08 smithi142 bash[17956]: audit 2024-01-18T08:29:07.508209+0000 mgr.smithi116.xagkwr (mgr.14180) 1403 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:10.210 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:09 smithi116 bash[14016]: cluster 2024-01-18T08:29:08.289496+0000 mgr.smithi116.xagkwr (mgr.14180) 1404 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:10.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:09 smithi142 bash[17956]: cluster 2024-01-18T08:29:08.289496+0000 mgr.smithi116.xagkwr (mgr.14180) 1404 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:12.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:11 smithi116 bash[14016]: cluster 2024-01-18T08:29:10.290619+0000 mgr.smithi116.xagkwr (mgr.14180) 1405 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:12.185 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:12.185 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:12.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:11 smithi142 bash[17956]: cluster 2024-01-18T08:29:10.290619+0000 mgr.smithi116.xagkwr (mgr.14180) 1405 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:12.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:13.918 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:14.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:13 smithi116 bash[14016]: audit 2024-01-18T08:29:12.173073+0000 mgr.smithi116.xagkwr (mgr.14180) 1406 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:14.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:13 smithi116 bash[14016]: cluster 2024-01-18T08:29:12.291543+0000 mgr.smithi116.xagkwr (mgr.14180) 1407 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:14.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:13 smithi142 bash[17956]: audit 2024-01-18T08:29:12.173073+0000 mgr.smithi116.xagkwr (mgr.14180) 1406 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:14.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:13 smithi142 bash[17956]: cluster 2024-01-18T08:29:12.291543+0000 mgr.smithi116.xagkwr (mgr.14180) 1407 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:16.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:15 smithi116 bash[14016]: cluster 2024-01-18T08:29:14.292216+0000 mgr.smithi116.xagkwr (mgr.14180) 1408 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:16.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:15 smithi142 bash[17956]: cluster 2024-01-18T08:29:14.292216+0000 mgr.smithi116.xagkwr (mgr.14180) 1408 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:16.918 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:16.919 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:17.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:18.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:17 smithi116 bash[14016]: cluster 2024-01-18T08:29:16.293431+0000 mgr.smithi116.xagkwr (mgr.14180) 1409 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:18.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:17 smithi116 bash[14016]: audit 2024-01-18T08:29:16.904555+0000 mgr.smithi116.xagkwr (mgr.14180) 1410 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:17 smithi142 bash[17956]: cluster 2024-01-18T08:29:16.293431+0000 mgr.smithi116.xagkwr (mgr.14180) 1409 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:17 smithi142 bash[17956]: audit 2024-01-18T08:29:16.904555+0000 mgr.smithi116.xagkwr (mgr.14180) 1410 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:18.714 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:20.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:19 smithi116 bash[14016]: cluster 2024-01-18T08:29:18.294731+0000 mgr.smithi116.xagkwr (mgr.14180) 1411 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:20.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:19 smithi142 bash[17956]: cluster 2024-01-18T08:29:18.294731+0000 mgr.smithi116.xagkwr (mgr.14180) 1411 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:21.842 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:21.842 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:22.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:21 smithi116 bash[14016]: cluster 2024-01-18T08:29:20.295930+0000 mgr.smithi116.xagkwr (mgr.14180) 1412 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:22.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:21 smithi142 bash[17956]: cluster 2024-01-18T08:29:20.295930+0000 mgr.smithi116.xagkwr (mgr.14180) 1412 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:22.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:23.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:22 smithi116 bash[14016]: audit 2024-01-18T08:29:21.828710+0000 mgr.smithi116.xagkwr (mgr.14180) 1413 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:23.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:22 smithi142 bash[17956]: audit 2024-01-18T08:29:21.828710+0000 mgr.smithi116.xagkwr (mgr.14180) 1413 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:23.564 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:24.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:23 smithi116 bash[14016]: cluster 2024-01-18T08:29:22.296990+0000 mgr.smithi116.xagkwr (mgr.14180) 1414 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:24.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:23 smithi142 bash[17956]: cluster 2024-01-18T08:29:22.296990+0000 mgr.smithi116.xagkwr (mgr.14180) 1414 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:26.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:25 smithi116 bash[14016]: cluster 2024-01-18T08:29:24.298012+0000 mgr.smithi116.xagkwr (mgr.14180) 1415 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:26.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:25 smithi142 bash[17956]: cluster 2024-01-18T08:29:24.298012+0000 mgr.smithi116.xagkwr (mgr.14180) 1415 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:26.736 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:26.736 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:27.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:28.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:27 smithi142 bash[17956]: cluster 2024-01-18T08:29:26.299228+0000 mgr.smithi116.xagkwr (mgr.14180) 1416 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:28.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:27 smithi142 bash[17956]: audit 2024-01-18T08:29:26.724737+0000 mgr.smithi116.xagkwr (mgr.14180) 1417 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:28.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:27 smithi116 bash[14016]: cluster 2024-01-18T08:29:26.299228+0000 mgr.smithi116.xagkwr (mgr.14180) 1416 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:28.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:27 smithi116 bash[14016]: audit 2024-01-18T08:29:26.724737+0000 mgr.smithi116.xagkwr (mgr.14180) 1417 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:28.501 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:30.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:29 smithi116 bash[14016]: cluster 2024-01-18T08:29:28.300386+0000 mgr.smithi116.xagkwr (mgr.14180) 1418 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:30.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:30 smithi142 bash[17956]: cluster 2024-01-18T08:29:28.300386+0000 mgr.smithi116.xagkwr (mgr.14180) 1418 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:31.513 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:31.513 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:32.283 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:32 smithi116 bash[14016]: cluster 2024-01-18T08:29:30.301065+0000 mgr.smithi116.xagkwr (mgr.14180) 1419 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:32.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:32.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:32 smithi142 bash[17956]: cluster 2024-01-18T08:29:30.301065+0000 mgr.smithi116.xagkwr (mgr.14180) 1419 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:33.285 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:33.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:33 smithi116 bash[14016]: audit 2024-01-18T08:29:31.500182+0000 mgr.smithi116.xagkwr (mgr.14180) 1420 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:33.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:33 smithi142 bash[17956]: audit 2024-01-18T08:29:31.500182+0000 mgr.smithi116.xagkwr (mgr.14180) 1420 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:34.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:34 smithi116 bash[14016]: cluster 2024-01-18T08:29:32.302202+0000 mgr.smithi116.xagkwr (mgr.14180) 1421 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:34.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:34 smithi142 bash[17956]: cluster 2024-01-18T08:29:32.302202+0000 mgr.smithi116.xagkwr (mgr.14180) 1421 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:36.177 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:36.177 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:36.232 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:36 smithi116 bash[14016]: cluster 2024-01-18T08:29:34.303454+0000 mgr.smithi116.xagkwr (mgr.14180) 1422 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:36.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:36 smithi142 bash[17956]: cluster 2024-01-18T08:29:34.303454+0000 mgr.smithi116.xagkwr (mgr.14180) 1422 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:29:36.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:37.897 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:38.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:38 smithi116 bash[14016]: audit 2024-01-18T08:29:36.168809+0000 mgr.smithi116.xagkwr (mgr.14180) 1423 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:38.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:38 smithi116 bash[14016]: cluster 2024-01-18T08:29:36.304762+0000 mgr.smithi116.xagkwr (mgr.14180) 1424 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:38.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:38 smithi142 bash[17956]: audit 2024-01-18T08:29:36.168809+0000 mgr.smithi116.xagkwr (mgr.14180) 1423 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:38.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:38 smithi142 bash[17956]: cluster 2024-01-18T08:29:36.304762+0000 mgr.smithi116.xagkwr (mgr.14180) 1424 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.276842+0000 mon.smithi116 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:29:39.295 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.578323+0000 mon.smithi116 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:29:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.579793+0000 mon.smithi116 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:29:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.587427+0000 mon.smithi116 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.594488+0000 mon.smithi116 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:29:39.296 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:39 smithi116 bash[14016]: audit 2024-01-18T08:29:38.606418+0000 mon.smithi116 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.276842+0000 mon.smithi116 (mon.0) 1004 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:29:39.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.578323+0000 mon.smithi116 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:29:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.579793+0000 mon.smithi116 (mon.0) 1006 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:29:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.587427+0000 mon.smithi116 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.594488+0000 mon.smithi116 (mon.0) 1008 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:29:39.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:39 smithi142 bash[17956]: audit 2024-01-18T08:29:38.606418+0000 mon.smithi116 (mon.0) 1009 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:40.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:40 smithi116 bash[14016]: cluster 2024-01-18T08:29:38.305636+0000 mgr.smithi116.xagkwr (mgr.14180) 1425 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:40.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:40 smithi116 bash[14016]: cluster 2024-01-18T08:29:38.587977+0000 mgr.smithi116.xagkwr (mgr.14180) 1426 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:40 smithi116 bash[14016]: cephadm 2024-01-18T08:29:38.611377+0000 mgr.smithi116.xagkwr (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.loqmiw on smithi142 2024-01-18T08:29:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:40 smithi116 bash[14016]: cluster 2024-01-18T08:29:39.027158+0000 mon.smithi116 (mon.0) 1010 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:29:40.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:40 smithi116 bash[14016]: cluster 2024-01-18T08:29:39.027198+0000 mon.smithi116 (mon.0) 1011 : cluster [INF] Cluster is now healthy 2024-01-18T08:29:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:40 smithi142 bash[17956]: cluster 2024-01-18T08:29:38.305636+0000 mgr.smithi116.xagkwr (mgr.14180) 1425 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:29:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:40 smithi142 bash[17956]: cluster 2024-01-18T08:29:38.587977+0000 mgr.smithi116.xagkwr (mgr.14180) 1426 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:40 smithi142 bash[17956]: cephadm 2024-01-18T08:29:38.611377+0000 mgr.smithi116.xagkwr (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.loqmiw on smithi142 2024-01-18T08:29:40.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:40 smithi142 bash[17956]: cluster 2024-01-18T08:29:39.027158+0000 mon.smithi116 (mon.0) 1010 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:29:40.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:40 smithi142 bash[17956]: cluster 2024-01-18T08:29:39.027198+0000 mon.smithi116 (mon.0) 1011 : cluster [INF] Cluster is now healthy 2024-01-18T08:29:41.021 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:41.021 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:27:29.720529Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.dkqkbr on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:41.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:41 smithi142 bash[17956]: audit 2024-01-18T08:29:40.555247+0000 mon.smithi116 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:41 smithi142 bash[17956]: cluster 2024-01-18T08:29:40.588428+0000 mgr.smithi116.xagkwr (mgr.14180) 1428 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:41.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:41 smithi142 bash[17956]: audit 2024-01-18T08:29:41.012862+0000 mgr.smithi116.xagkwr (mgr.14180) 1429 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:42.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:41 smithi116 bash[14016]: audit 2024-01-18T08:29:40.555247+0000 mon.smithi116 (mon.0) 1012 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:42.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:41 smithi116 bash[14016]: cluster 2024-01-18T08:29:40.588428+0000 mgr.smithi116.xagkwr (mgr.14180) 1428 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:42.048 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:41 smithi116 bash[14016]: audit 2024-01-18T08:29:41.012862+0000 mgr.smithi116.xagkwr (mgr.14180) 1429 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:42.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:42 smithi142 bash[17956]: audit 2024-01-18T08:29:42.448003+0000 mon.smithi116 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.loqmiw"}]: dispatch 2024-01-18T08:29:42.783 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:42.796 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:42 smithi116 bash[14016]: audit 2024-01-18T08:29:42.448003+0000 mon.smithi116 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.loqmiw"}]: dispatch 2024-01-18T08:29:43.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: cephadm 2024-01-18T08:29:42.446704+0000 mgr.smithi116.xagkwr (mgr.14180) 1430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.854 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.855 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.856 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: cephadm 2024-01-18T08:29:42.447295+0000 mgr.smithi116.xagkwr (mgr.14180) 1431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: cephadm 2024-01-18T08:29:42.449799+0000 mgr.smithi116.xagkwr (mgr.14180) 1432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.857 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: cephadm 2024-01-18T08:29:42.453724+0000 mgr.smithi116.xagkwr (mgr.14180) 1433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.spvdql on smithi116 2024-01-18T08:29:43.858 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:43 smithi116 bash[14016]: cluster 2024-01-18T08:29:42.589277+0000 mgr.smithi116.xagkwr (mgr.14180) 1434 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:43.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: cephadm 2024-01-18T08:29:42.446704+0000 mgr.smithi116.xagkwr (mgr.14180) 1430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: cephadm 2024-01-18T08:29:42.447295+0000 mgr.smithi116.xagkwr (mgr.14180) 1431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: cephadm 2024-01-18T08:29:42.449799+0000 mgr.smithi116.xagkwr (mgr.14180) 1432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw 2024-01-18T08:29:43.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.loqmiw ... 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: cephadm 2024-01-18T08:29:42.453724+0000 mgr.smithi116.xagkwr (mgr.14180) 1433 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.spvdql on smithi116 2024-01-18T08:29:43.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:43 smithi142 bash[17956]: cluster 2024-01-18T08:29:42.589277+0000 mgr.smithi116.xagkwr (mgr.14180) 1434 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:45.793 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:45 smithi116 bash[14016]: cluster 2024-01-18T08:29:44.590250+0000 mgr.smithi116.xagkwr (mgr.14180) 1435 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:45.890 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:45.890 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:33.977014Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.whxiqv on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-whxiqv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.whxiqv\nDeploy daemon haproxy.nfs.foo.smithi142.whxiqv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.266178Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.nqqfhs on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-nqqfhs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.nqqfhs\nDeploy daemon haproxy.nfs.foo.smithi116.nqqfhs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:28:38.270352Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.twpmen on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:46.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:45 smithi142 bash[17956]: cluster 2024-01-18T08:29:44.590250+0000 mgr.smithi116.xagkwr (mgr.14180) 1435 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:46.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:47.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:46 smithi116 bash[14016]: audit 2024-01-18T08:29:45.876350+0000 mgr.smithi116.xagkwr (mgr.14180) 1436 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:46 smithi142 bash[17956]: audit 2024-01-18T08:29:45.876350+0000 mgr.smithi116.xagkwr (mgr.14180) 1436 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:47.785 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cluster 2024-01-18T08:29:46.591217+0000 mgr.smithi116.xagkwr (mgr.14180) 1437 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cephadm 2024-01-18T08:29:46.672314+0000 mgr.smithi116.xagkwr (mgr.14180) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:47.979 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.980 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cephadm 2024-01-18T08:29:46.672764+0000 mgr.smithi116.xagkwr (mgr.14180) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.981 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: audit 2024-01-18T08:29:46.673333+0000 mon.smithi116 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.spvdql"}]: dispatch 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cephadm 2024-01-18T08:29:46.674500+0000 mgr.smithi116.xagkwr (mgr.14180) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:47.982 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cephadm 2024-01-18T08:29:46.678404+0000 mgr.smithi116.xagkwr (mgr.14180) 1441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:47.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cephadm 2024-01-18T08:29:46.680532+0000 mgr.smithi116.xagkwr (mgr.14180) 1442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:47.983 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:47 smithi116 bash[14016]: cluster 2024-01-18T08:29:46.681485+0000 mgr.smithi116.xagkwr (mgr.14180) 1443 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cluster 2024-01-18T08:29:46.591217+0000 mgr.smithi116.xagkwr (mgr.14180) 1437 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cephadm 2024-01-18T08:29:46.672314+0000 mgr.smithi116.xagkwr (mgr.14180) 1438 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.132 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cephadm 2024-01-18T08:29:46.672764+0000 mgr.smithi116.xagkwr (mgr.14180) 1439 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: audit 2024-01-18T08:29:46.673333+0000 mon.smithi116 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.spvdql"}]: dispatch 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cephadm 2024-01-18T08:29:46.674500+0000 mgr.smithi116.xagkwr (mgr.14180) 1440 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.133 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.spvdql ... 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cephadm 2024-01-18T08:29:46.678404+0000 mgr.smithi116.xagkwr (mgr.14180) 1441 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cephadm 2024-01-18T08:29:46.680532+0000 mgr.smithi116.xagkwr (mgr.14180) 1442 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:29:48.134 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:47 smithi142 bash[17956]: cluster 2024-01-18T08:29:46.681485+0000 mgr.smithi116.xagkwr (mgr.14180) 1443 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-01-18T08:29:48.947 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:48 smithi116 bash[14016]: cluster 2024-01-18T08:29:47.655130+0000 mon.smithi116 (mon.0) 1015 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:29:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:48 smithi142 bash[17956]: cluster 2024-01-18T08:29:47.655130+0000 mon.smithi116 (mon.0) 1015 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:29:50.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:49 smithi116 bash[14016]: cluster 2024-01-18T08:29:48.682568+0000 mgr.smithi116.xagkwr (mgr.14180) 1444 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:50.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:49 smithi142 bash[17956]: cluster 2024-01-18T08:29:48.682568+0000 mgr.smithi116.xagkwr (mgr.14180) 1444 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:50.969 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:50.969 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:51.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:52.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:51 smithi116 bash[14016]: cluster 2024-01-18T08:29:50.683756+0000 mgr.smithi116.xagkwr (mgr.14180) 1445 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:52.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:51 smithi116 bash[14016]: audit 2024-01-18T08:29:50.873924+0000 mon.smithi116 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:52.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:51 smithi116 bash[14016]: audit 2024-01-18T08:29:50.957548+0000 mgr.smithi116.xagkwr (mgr.14180) 1446 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:52.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:51 smithi142 bash[17956]: cluster 2024-01-18T08:29:50.683756+0000 mgr.smithi116.xagkwr (mgr.14180) 1445 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:52.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:51 smithi142 bash[17956]: audit 2024-01-18T08:29:50.873924+0000 mon.smithi116 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:52.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:51 smithi142 bash[17956]: audit 2024-01-18T08:29:50.957548+0000 mgr.smithi116.xagkwr (mgr.14180) 1446 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:52.712 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:54.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:53 smithi116 bash[14016]: cluster 2024-01-18T08:29:52.684990+0000 mgr.smithi116.xagkwr (mgr.14180) 1447 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:54.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:53 smithi142 bash[17956]: cluster 2024-01-18T08:29:52.684990+0000 mgr.smithi116.xagkwr (mgr.14180) 1447 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:55.750 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:29:55.750 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:29:56.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:55 smithi116 bash[14016]: cluster 2024-01-18T08:29:54.686134+0000 mgr.smithi116.xagkwr (mgr.14180) 1448 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:56.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:55 smithi116 bash[14016]: audit 2024-01-18T08:29:55.556381+0000 mon.smithi116 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:55 smithi142 bash[17956]: cluster 2024-01-18T08:29:54.686134+0000 mgr.smithi116.xagkwr (mgr.14180) 1448 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:56.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:55 smithi142 bash[17956]: audit 2024-01-18T08:29:55.556381+0000 mon.smithi116 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:29:56.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:29:57.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:56 smithi116 bash[14016]: audit 2024-01-18T08:29:55.736682+0000 mgr.smithi116.xagkwr (mgr.14180) 1449 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:56 smithi142 bash[17956]: audit 2024-01-18T08:29:55.736682+0000 mgr.smithi116.xagkwr (mgr.14180) 1449 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:29:57.462 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:29:58.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:57 smithi116 bash[14016]: cluster 2024-01-18T08:29:56.687449+0000 mgr.smithi116.xagkwr (mgr.14180) 1450 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:29:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:57 smithi142 bash[17956]: cluster 2024-01-18T08:29:56.687449+0000 mgr.smithi116.xagkwr (mgr.14180) 1450 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2024-01-18T08:30:00.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:29:59 smithi116 bash[14016]: cluster 2024-01-18T08:29:58.688890+0000 mgr.smithi116.xagkwr (mgr.14180) 1451 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:00.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:29:59 smithi142 bash[17956]: cluster 2024-01-18T08:29:58.688890+0000 mgr.smithi116.xagkwr (mgr.14180) 1451 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:00.709 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:00.710 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:01.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:00 smithi116 bash[14016]: cluster 2024-01-18T08:30:00.000169+0000 mon.smithi116 (mon.0) 1018 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:30:01.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:00 smithi142 bash[17956]: cluster 2024-01-18T08:30:00.000169+0000 mon.smithi116 (mon.0) 1018 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-18T08:30:01.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:02.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:01 smithi116 bash[14016]: cluster 2024-01-18T08:30:00.690078+0000 mgr.smithi116.xagkwr (mgr.14180) 1452 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:02.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:01 smithi116 bash[14016]: audit 2024-01-18T08:30:00.701704+0000 mgr.smithi116.xagkwr (mgr.14180) 1453 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:02.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:01 smithi142 bash[17956]: cluster 2024-01-18T08:30:00.690078+0000 mgr.smithi116.xagkwr (mgr.14180) 1452 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:02.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:01 smithi142 bash[17956]: audit 2024-01-18T08:30:00.701704+0000 mgr.smithi116.xagkwr (mgr.14180) 1453 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:02.422 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:04.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:03 smithi116 bash[14016]: cluster 2024-01-18T08:30:02.691311+0000 mgr.smithi116.xagkwr (mgr.14180) 1454 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:03 smithi142 bash[17956]: cluster 2024-01-18T08:30:02.691311+0000 mgr.smithi116.xagkwr (mgr.14180) 1454 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:05.591 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:05.591 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:06.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:05 smithi116 bash[14016]: cluster 2024-01-18T08:30:04.692475+0000 mgr.smithi116.xagkwr (mgr.14180) 1455 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:06.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:06.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:05 smithi142 bash[17956]: cluster 2024-01-18T08:30:04.692475+0000 mgr.smithi116.xagkwr (mgr.14180) 1455 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:07.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:06 smithi116 bash[14016]: audit 2024-01-18T08:30:05.579998+0000 mgr.smithi116.xagkwr (mgr.14180) 1456 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:07.319 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:07.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:06 smithi142 bash[17956]: audit 2024-01-18T08:30:05.579998+0000 mgr.smithi116.xagkwr (mgr.14180) 1456 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:08.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:07 smithi142 bash[17956]: cluster 2024-01-18T08:30:06.693524+0000 mgr.smithi116.xagkwr (mgr.14180) 1457 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:08.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:07 smithi116 bash[14016]: cluster 2024-01-18T08:30:06.693524+0000 mgr.smithi116.xagkwr (mgr.14180) 1457 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:10.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:09 smithi116 bash[14016]: cluster 2024-01-18T08:30:08.694745+0000 mgr.smithi116.xagkwr (mgr.14180) 1458 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:10.298 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:10.298 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:10.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:09 smithi142 bash[17956]: cluster 2024-01-18T08:30:08.694745+0000 mgr.smithi116.xagkwr (mgr.14180) 1458 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:11.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:11.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:11 smithi116 bash[14016]: audit 2024-01-18T08:30:10.286961+0000 mgr.smithi116.xagkwr (mgr.14180) 1459 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:11.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:11 smithi116 bash[14016]: cluster 2024-01-18T08:30:10.695939+0000 mgr.smithi116.xagkwr (mgr.14180) 1460 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:11 smithi142 bash[17956]: audit 2024-01-18T08:30:10.286961+0000 mgr.smithi116.xagkwr (mgr.14180) 1459 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:11 smithi142 bash[17956]: cluster 2024-01-18T08:30:10.695939+0000 mgr.smithi116.xagkwr (mgr.14180) 1460 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:12.039 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:14.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:13 smithi116 bash[14016]: cluster 2024-01-18T08:30:12.697082+0000 mgr.smithi116.xagkwr (mgr.14180) 1461 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:14.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:13 smithi142 bash[17956]: cluster 2024-01-18T08:30:12.697082+0000 mgr.smithi116.xagkwr (mgr.14180) 1461 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:15.167 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:15.167 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:15.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:16.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:15 smithi116 bash[14016]: cluster 2024-01-18T08:30:14.698374+0000 mgr.smithi116.xagkwr (mgr.14180) 1462 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:16.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:15 smithi142 bash[17956]: cluster 2024-01-18T08:30:14.698374+0000 mgr.smithi116.xagkwr (mgr.14180) 1462 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:16.873 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:17.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:16 smithi116 bash[14016]: audit 2024-01-18T08:30:15.154812+0000 mgr.smithi116.xagkwr (mgr.14180) 1463 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:17.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:16 smithi142 bash[17956]: audit 2024-01-18T08:30:15.154812+0000 mgr.smithi116.xagkwr (mgr.14180) 1463 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:18.043 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:17 smithi116 bash[14016]: cluster 2024-01-18T08:30:16.699529+0000 mgr.smithi116.xagkwr (mgr.14180) 1464 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:18.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:17 smithi142 bash[17956]: cluster 2024-01-18T08:30:16.699529+0000 mgr.smithi116.xagkwr (mgr.14180) 1464 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:20.040 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:20.040 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:20.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:19 smithi116 bash[14016]: cluster 2024-01-18T08:30:18.700645+0000 mgr.smithi116.xagkwr (mgr.14180) 1465 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:20.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:19 smithi142 bash[17956]: cluster 2024-01-18T08:30:18.700645+0000 mgr.smithi116.xagkwr (mgr.14180) 1465 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:20.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:21.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:20 smithi116 bash[14016]: audit 2024-01-18T08:30:20.032537+0000 mgr.smithi116.xagkwr (mgr.14180) 1466 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:21.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:20 smithi142 bash[17956]: audit 2024-01-18T08:30:20.032537+0000 mgr.smithi116.xagkwr (mgr.14180) 1466 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:21.786 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:22.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:21 smithi116 bash[14016]: cluster 2024-01-18T08:30:20.701640+0000 mgr.smithi116.xagkwr (mgr.14180) 1467 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:22.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:21 smithi142 bash[17956]: cluster 2024-01-18T08:30:20.701640+0000 mgr.smithi116.xagkwr (mgr.14180) 1467 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:24.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:23 smithi116 bash[14016]: cluster 2024-01-18T08:30:22.702657+0000 mgr.smithi116.xagkwr (mgr.14180) 1468 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:24.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:23 smithi142 bash[17956]: cluster 2024-01-18T08:30:22.702657+0000 mgr.smithi116.xagkwr (mgr.14180) 1468 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:24.787 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:24.788 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:25.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:25 smithi116 bash[14016]: cluster 2024-01-18T08:30:24.703729+0000 mgr.smithi116.xagkwr (mgr.14180) 1469 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:26.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:25 smithi116 bash[14016]: audit 2024-01-18T08:30:24.774159+0000 mgr.smithi116.xagkwr (mgr.14180) 1470 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:25 smithi142 bash[17956]: cluster 2024-01-18T08:30:24.703729+0000 mgr.smithi116.xagkwr (mgr.14180) 1469 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:26.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:25 smithi142 bash[17956]: audit 2024-01-18T08:30:24.774159+0000 mgr.smithi116.xagkwr (mgr.14180) 1470 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:26.473 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:28.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:27 smithi116 bash[14016]: cluster 2024-01-18T08:30:26.704909+0000 mgr.smithi116.xagkwr (mgr.14180) 1471 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:28.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:27 smithi142 bash[17956]: cluster 2024-01-18T08:30:26.704909+0000 mgr.smithi116.xagkwr (mgr.14180) 1471 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:29.411 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:29.411 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:30.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:29 smithi116 bash[14016]: cluster 2024-01-18T08:30:28.706097+0000 mgr.smithi116.xagkwr (mgr.14180) 1472 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:30.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:29 smithi142 bash[17956]: cluster 2024-01-18T08:30:28.706097+0000 mgr.smithi116.xagkwr (mgr.14180) 1472 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:30.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:31.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:30 smithi142 bash[17956]: audit 2024-01-18T08:30:29.398748+0000 mgr.smithi116.xagkwr (mgr.14180) 1473 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:31.171 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:31.185 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:30 smithi116 bash[14016]: audit 2024-01-18T08:30:29.398748+0000 mgr.smithi116.xagkwr (mgr.14180) 1473 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:32.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:31 smithi142 bash[17956]: cluster 2024-01-18T08:30:30.707281+0000 mgr.smithi116.xagkwr (mgr.14180) 1474 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:32.213 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:31 smithi116 bash[14016]: cluster 2024-01-18T08:30:30.707281+0000 mgr.smithi116.xagkwr (mgr.14180) 1474 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:34.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:33 smithi142 bash[17956]: cluster 2024-01-18T08:30:32.708144+0000 mgr.smithi116.xagkwr (mgr.14180) 1475 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:34.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:33 smithi116 bash[14016]: cluster 2024-01-18T08:30:32.708144+0000 mgr.smithi116.xagkwr (mgr.14180) 1475 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:34.300 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:34.300 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:35.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:36.009 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:36.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:35 smithi142 bash[17956]: audit 2024-01-18T08:30:34.288920+0000 mgr.smithi116.xagkwr (mgr.14180) 1476 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:36.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:35 smithi142 bash[17956]: cluster 2024-01-18T08:30:34.709301+0000 mgr.smithi116.xagkwr (mgr.14180) 1477 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:36.205 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:35 smithi116 bash[14016]: audit 2024-01-18T08:30:34.288920+0000 mgr.smithi116.xagkwr (mgr.14180) 1476 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:36.205 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:35 smithi116 bash[14016]: cluster 2024-01-18T08:30:34.709301+0000 mgr.smithi116.xagkwr (mgr.14180) 1477 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:38.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:37 smithi142 bash[17956]: cluster 2024-01-18T08:30:36.710566+0000 mgr.smithi116.xagkwr (mgr.14180) 1478 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:38.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:37 smithi116 bash[14016]: cluster 2024-01-18T08:30:36.710566+0000 mgr.smithi116.xagkwr (mgr.14180) 1478 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:39.174 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:39.175 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:39.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:40.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:39 smithi142 bash[17956]: cluster 2024-01-18T08:30:38.716007+0000 mgr.smithi116.xagkwr (mgr.14180) 1479 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:40.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:39 smithi116 bash[14016]: cluster 2024-01-18T08:30:38.716007+0000 mgr.smithi116.xagkwr (mgr.14180) 1479 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:40.880 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:41.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:40 smithi142 bash[17956]: audit 2024-01-18T08:30:39.161947+0000 mgr.smithi116.xagkwr (mgr.14180) 1480 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:41.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:40 smithi116 bash[14016]: audit 2024-01-18T08:30:39.161947+0000 mgr.smithi116.xagkwr (mgr.14180) 1480 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:42.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:41 smithi142 bash[17956]: cluster 2024-01-18T08:30:40.717264+0000 mgr.smithi116.xagkwr (mgr.14180) 1481 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:42.202 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:41 smithi116 bash[14016]: cluster 2024-01-18T08:30:40.717264+0000 mgr.smithi116.xagkwr (mgr.14180) 1481 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:43.931 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:43.932 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:44.126 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:43 smithi116 bash[14016]: cluster 2024-01-18T08:30:42.718494+0000 mgr.smithi116.xagkwr (mgr.14180) 1482 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:44.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:43 smithi142 bash[17956]: cluster 2024-01-18T08:30:42.718494+0000 mgr.smithi116.xagkwr (mgr.14180) 1482 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:44.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:45.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:44 smithi116 bash[14016]: audit 2024-01-18T08:30:43.920026+0000 mgr.smithi116.xagkwr (mgr.14180) 1483 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:44 smithi142 bash[17956]: audit 2024-01-18T08:30:43.920026+0000 mgr.smithi116.xagkwr (mgr.14180) 1483 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:45.618 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:46.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:45 smithi116 bash[14016]: cluster 2024-01-18T08:30:44.719712+0000 mgr.smithi116.xagkwr (mgr.14180) 1484 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:46.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:45 smithi142 bash[17956]: cluster 2024-01-18T08:30:44.719712+0000 mgr.smithi116.xagkwr (mgr.14180) 1484 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:30:47.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:46 smithi116 bash[14016]: audit 2024-01-18T08:30:46.685061+0000 mon.smithi116 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:30:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:46 smithi142 bash[17956]: audit 2024-01-18T08:30:46.685061+0000 mon.smithi116 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:30:48.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: cluster 2024-01-18T08:30:46.720536+0000 mgr.smithi116.xagkwr (mgr.14180) 1485 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:46.960264+0000 mon.smithi116 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:47.232706+0000 mon.smithi116 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:47.233549+0000 mon.smithi116 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:47.238565+0000 mon.smithi116 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:47.243512+0000 mon.smithi116 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:30:48.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:47 smithi142 bash[17956]: audit 2024-01-18T08:30:47.255949+0000 mon.smithi116 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: cluster 2024-01-18T08:30:46.720536+0000 mgr.smithi116.xagkwr (mgr.14180) 1485 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:46.960264+0000 mon.smithi116 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:47.232706+0000 mon.smithi116 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:47.233549+0000 mon.smithi116 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:47.238565+0000 mon.smithi116 (mon.0) 1023 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:47.243512+0000 mon.smithi116 (mon.0) 1024 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:30:48.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:47 smithi116 bash[14016]: audit 2024-01-18T08:30:47.255949+0000 mon.smithi116 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:49.012 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:49.012 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:28:38.272437Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.zjacvn on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:48 smithi116 bash[14016]: cluster 2024-01-18T08:30:47.239214+0000 mgr.smithi116.xagkwr (mgr.14180) 1486 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:48 smithi116 bash[14016]: cephadm 2024-01-18T08:30:47.258658+0000 mgr.smithi116.xagkwr (mgr.14180) 1487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.uhijvo on smithi142 2024-01-18T08:30:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:48 smithi116 bash[14016]: cluster 2024-01-18T08:30:48.236863+0000 mon.smithi116 (mon.0) 1026 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:30:49.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:48 smithi116 bash[14016]: cluster 2024-01-18T08:30:48.236911+0000 mon.smithi116 (mon.0) 1027 : cluster [INF] Cluster is now healthy 2024-01-18T08:30:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:48 smithi142 bash[17956]: cluster 2024-01-18T08:30:47.239214+0000 mgr.smithi116.xagkwr (mgr.14180) 1486 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:48 smithi142 bash[17956]: cephadm 2024-01-18T08:30:47.258658+0000 mgr.smithi116.xagkwr (mgr.14180) 1487 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.uhijvo on smithi142 2024-01-18T08:30:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:48 smithi142 bash[17956]: cluster 2024-01-18T08:30:48.236863+0000 mon.smithi116 (mon.0) 1026 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:30:49.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:48 smithi142 bash[17956]: cluster 2024-01-18T08:30:48.236911+0000 mon.smithi116 (mon.0) 1027 : cluster [INF] Cluster is now healthy 2024-01-18T08:30:49.770 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:50.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:49 smithi116 bash[14016]: audit 2024-01-18T08:30:49.001294+0000 mgr.smithi116.xagkwr (mgr.14180) 1488 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:50.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:49 smithi142 bash[17956]: audit 2024-01-18T08:30:49.001294+0000 mgr.smithi116.xagkwr (mgr.14180) 1488 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:50.771 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:51.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:50 smithi116 bash[14016]: cluster 2024-01-18T08:30:49.239953+0000 mgr.smithi116.xagkwr (mgr.14180) 1489 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:51.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:50 smithi142 bash[17956]: cluster 2024-01-18T08:30:49.239953+0000 mgr.smithi116.xagkwr (mgr.14180) 1489 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:52.259 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:51 smithi116 bash[14016]: audit 2024-01-18T08:30:51.164701+0000 mon.smithi116 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.uhijvo"}]: dispatch 2024-01-18T08:30:52.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:51 smithi142 bash[17956]: audit 2024-01-18T08:30:51.164701+0000 mon.smithi116 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.uhijvo"}]: dispatch 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: cephadm 2024-01-18T08:30:51.163975+0000 mgr.smithi116.xagkwr (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: cephadm 2024-01-18T08:30:51.164249+0000 mgr.smithi116.xagkwr (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: cephadm 2024-01-18T08:30:51.165769+0000 mgr.smithi116.xagkwr (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: cephadm 2024-01-18T08:30:51.167970+0000 mgr.smithi116.xagkwr (mgr.14180) 1493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ncfqaj on smithi116 2024-01-18T08:30:53.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:52 smithi116 bash[14016]: cluster 2024-01-18T08:30:51.240832+0000 mgr.smithi116.xagkwr (mgr.14180) 1494 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: cephadm 2024-01-18T08:30:51.163975+0000 mgr.smithi116.xagkwr (mgr.14180) 1490 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: cephadm 2024-01-18T08:30:51.164249+0000 mgr.smithi116.xagkwr (mgr.14180) 1491 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: cephadm 2024-01-18T08:30:51.165769+0000 mgr.smithi116.xagkwr (mgr.14180) 1492 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.uhijvo ... 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: cephadm 2024-01-18T08:30:51.167970+0000 mgr.smithi116.xagkwr (mgr.14180) 1493 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.ncfqaj on smithi116 2024-01-18T08:30:53.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:52 smithi142 bash[17956]: cluster 2024-01-18T08:30:51.240832+0000 mgr.smithi116.xagkwr (mgr.14180) 1494 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:54.069 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:54.069 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:42.449496Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.loqmiw on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-loqmiw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.loqmiw\nDeploy daemon haproxy.nfs.foo.smithi142.loqmiw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.674302Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.spvdql on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-spvdql\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.spvdql\nDeploy daemon haproxy.nfs.foo.smithi116.spvdql ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:29:46.678219Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.eearhv on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:54.802 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:30:55.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:54 smithi116 bash[14016]: cluster 2024-01-18T08:30:53.241701+0000 mgr.smithi116.xagkwr (mgr.14180) 1495 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:55.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:54 smithi142 bash[17956]: cluster 2024-01-18T08:30:53.241701+0000 mgr.smithi116.xagkwr (mgr.14180) 1495 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2024-01-18T08:30:55.803 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:30:56.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: audit 2024-01-18T08:30:54.060709+0000 mgr.smithi116.xagkwr (mgr.14180) 1496 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: cephadm 2024-01-18T08:30:55.035373+0000 mgr.smithi116.xagkwr (mgr.14180) 1497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:55 smithi116 bash[14016]: cephadm 2024-01-18T08:30:55.035874+0000 mgr.smithi116.xagkwr (mgr.14180) 1498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: audit 2024-01-18T08:30:55.036409+0000 mon.smithi116 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ncfqaj"}]: dispatch 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: cephadm 2024-01-18T08:30:55.037706+0000 mgr.smithi116.xagkwr (mgr.14180) 1499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: cephadm 2024-01-18T08:30:55.041558+0000 mgr.smithi116.xagkwr (mgr.14180) 1500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: cephadm 2024-01-18T08:30:55.044033+0000 mgr.smithi116.xagkwr (mgr.14180) 1501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: cluster 2024-01-18T08:30:55.045085+0000 mgr.smithi116.xagkwr (mgr.14180) 1502 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: audit 2024-01-18T08:30:55.558008+0000 mon.smithi116 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:56.301 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:56 smithi116 bash[14016]: audit 2024-01-18T08:30:55.920818+0000 mon.smithi116 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: audit 2024-01-18T08:30:54.060709+0000 mgr.smithi116.xagkwr (mgr.14180) 1496 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cephadm 2024-01-18T08:30:55.035373+0000 mgr.smithi116.xagkwr (mgr.14180) 1497 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cephadm 2024-01-18T08:30:55.035874+0000 mgr.smithi116.xagkwr (mgr.14180) 1498 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: audit 2024-01-18T08:30:55.036409+0000 mon.smithi116 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.ncfqaj"}]: dispatch 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cephadm 2024-01-18T08:30:55.037706+0000 mgr.smithi116.xagkwr (mgr.14180) 1499 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj 2024-01-18T08:30:56.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.ncfqaj ... 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cephadm 2024-01-18T08:30:55.041558+0000 mgr.smithi116.xagkwr (mgr.14180) 1500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cephadm 2024-01-18T08:30:55.044033+0000 mgr.smithi116.xagkwr (mgr.14180) 1501 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: cluster 2024-01-18T08:30:55.045085+0000 mgr.smithi116.xagkwr (mgr.14180) 1502 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: audit 2024-01-18T08:30:55.558008+0000 mon.smithi116 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:56.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:56 smithi142 bash[17956]: audit 2024-01-18T08:30:55.920818+0000 mon.smithi116 (mon.0) 1031 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:30:57.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:57 smithi116 bash[14016]: cluster 2024-01-18T08:30:55.990630+0000 mon.smithi116 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:30:57.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:57 smithi142 bash[17956]: cluster 2024-01-18T08:30:55.990630+0000 mon.smithi116 (mon.0) 1032 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:30:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:58 smithi142 bash[17956]: cluster 2024-01-18T08:30:57.045933+0000 mgr.smithi116.xagkwr (mgr.14180) 1503 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:30:58.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:58 smithi116 bash[14016]: cluster 2024-01-18T08:30:57.045933+0000 mgr.smithi116.xagkwr (mgr.14180) 1503 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-18T08:30:59.029 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:30:59.029 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:30:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:59 smithi142 bash[17956]: audit 2024-01-18T08:30:59.021868+0000 mgr.smithi116.xagkwr (mgr.14180) 1504 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:59.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:30:59 smithi142 bash[17956]: cluster 2024-01-18T08:30:59.047055+0000 mgr.smithi116.xagkwr (mgr.14180) 1505 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:30:59.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:59 smithi116 bash[14016]: audit 2024-01-18T08:30:59.021868+0000 mgr.smithi116.xagkwr (mgr.14180) 1504 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:30:59.547 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:30:59 smithi116 bash[14016]: cluster 2024-01-18T08:30:59.047055+0000 mgr.smithi116.xagkwr (mgr.14180) 1505 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:30:59.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:00.769 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:01.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:01 smithi116 bash[14016]: cluster 2024-01-18T08:31:01.048307+0000 mgr.smithi116.xagkwr (mgr.14180) 1506 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:31:01.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:01 smithi142 bash[17956]: cluster 2024-01-18T08:31:01.048307+0000 mgr.smithi116.xagkwr (mgr.14180) 1506 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:31:03.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:03 smithi142 bash[17956]: cluster 2024-01-18T08:31:03.049435+0000 mgr.smithi116.xagkwr (mgr.14180) 1507 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:31:03.459 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:03 smithi116 bash[14016]: cluster 2024-01-18T08:31:03.049435+0000 mgr.smithi116.xagkwr (mgr.14180) 1507 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-18T08:31:03.865 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:03.865 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:04.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:04 smithi116 bash[14016]: audit 2024-01-18T08:31:03.853379+0000 mgr.smithi116.xagkwr (mgr.14180) 1508 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:04.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:04 smithi142 bash[17956]: audit 2024-01-18T08:31:03.853379+0000 mgr.smithi116.xagkwr (mgr.14180) 1508 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:04.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:05.649 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:06.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:06 smithi116 bash[14016]: cluster 2024-01-18T08:31:05.050806+0000 mgr.smithi116.xagkwr (mgr.14180) 1509 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:31:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:06 smithi142 bash[17956]: cluster 2024-01-18T08:31:05.050806+0000 mgr.smithi116.xagkwr (mgr.14180) 1509 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-01-18T08:31:08.635 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:08.635 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:08.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:08 smithi116 bash[14016]: cluster 2024-01-18T08:31:07.051584+0000 mgr.smithi116.xagkwr (mgr.14180) 1510 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:08 smithi142 bash[17956]: cluster 2024-01-18T08:31:07.051584+0000 mgr.smithi116.xagkwr (mgr.14180) 1510 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:09.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:09.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:09 smithi116 bash[14016]: audit 2024-01-18T08:31:08.622226+0000 mgr.smithi116.xagkwr (mgr.14180) 1511 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:09.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:09 smithi142 bash[17956]: audit 2024-01-18T08:31:08.622226+0000 mgr.smithi116.xagkwr (mgr.14180) 1511 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:10.380 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:10.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:10 smithi116 bash[14016]: cluster 2024-01-18T08:31:09.052753+0000 mgr.smithi116.xagkwr (mgr.14180) 1512 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:10.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:10 smithi142 bash[17956]: cluster 2024-01-18T08:31:09.052753+0000 mgr.smithi116.xagkwr (mgr.14180) 1512 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:11.681 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:11 smithi116 bash[14016]: audit 2024-01-18T08:31:10.559835+0000 mon.smithi116 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:31:11.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:11 smithi142 bash[17956]: audit 2024-01-18T08:31:10.559835+0000 mon.smithi116 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:31:12.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:12 smithi142 bash[17956]: cluster 2024-01-18T08:31:11.053965+0000 mgr.smithi116.xagkwr (mgr.14180) 1513 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:12.925 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:12 smithi116 bash[14016]: cluster 2024-01-18T08:31:11.053965+0000 mgr.smithi116.xagkwr (mgr.14180) 1513 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:13.338 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:13.338 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:14.035 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:14 smithi142 bash[17956]: cluster 2024-01-18T08:31:13.055126+0000 mgr.smithi116.xagkwr (mgr.14180) 1514 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:14.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:14 smithi142 bash[17956]: audit 2024-01-18T08:31:13.324800+0000 mgr.smithi116.xagkwr (mgr.14180) 1515 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:15.036 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:14 smithi116 bash[14016]: cluster 2024-01-18T08:31:13.055126+0000 mgr.smithi116.xagkwr (mgr.14180) 1514 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:15.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:14 smithi116 bash[14016]: audit 2024-01-18T08:31:13.324800+0000 mgr.smithi116.xagkwr (mgr.14180) 1515 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:16.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:16 smithi116 bash[14016]: cluster 2024-01-18T08:31:15.056177+0000 mgr.smithi116.xagkwr (mgr.14180) 1516 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:16.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:16 smithi142 bash[17956]: cluster 2024-01-18T08:31:15.056177+0000 mgr.smithi116.xagkwr (mgr.14180) 1516 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:18.181 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:18.181 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:18.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:18 smithi116 bash[14016]: cluster 2024-01-18T08:31:17.057053+0000 mgr.smithi116.xagkwr (mgr.14180) 1517 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:18.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:18.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:18 smithi142 bash[17956]: cluster 2024-01-18T08:31:17.057053+0000 mgr.smithi116.xagkwr (mgr.14180) 1517 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:19.878 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:19.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:19 smithi142 bash[17956]: audit 2024-01-18T08:31:18.167138+0000 mgr.smithi116.xagkwr (mgr.14180) 1518 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:19.892 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:19 smithi116 bash[14016]: audit 2024-01-18T08:31:18.167138+0000 mgr.smithi116.xagkwr (mgr.14180) 1518 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:20.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:20 smithi142 bash[17956]: cluster 2024-01-18T08:31:19.058284+0000 mgr.smithi116.xagkwr (mgr.14180) 1519 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:20.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:20 smithi116 bash[14016]: cluster 2024-01-18T08:31:19.058284+0000 mgr.smithi116.xagkwr (mgr.14180) 1519 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:22.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:22 smithi116 bash[14016]: cluster 2024-01-18T08:31:21.059136+0000 mgr.smithi116.xagkwr (mgr.14180) 1520 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:22.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:22 smithi142 bash[17956]: cluster 2024-01-18T08:31:21.059136+0000 mgr.smithi116.xagkwr (mgr.14180) 1520 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:22.898 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:22.898 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:23.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:23.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:23 smithi142 bash[17956]: audit 2024-01-18T08:31:22.891004+0000 mgr.smithi116.xagkwr (mgr.14180) 1521 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:24.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:23 smithi116 bash[14016]: audit 2024-01-18T08:31:22.891004+0000 mgr.smithi116.xagkwr (mgr.14180) 1521 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:24.592 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:24.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:24 smithi142 bash[17956]: cluster 2024-01-18T08:31:23.060175+0000 mgr.smithi116.xagkwr (mgr.14180) 1522 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:25.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:24 smithi116 bash[14016]: cluster 2024-01-18T08:31:23.060175+0000 mgr.smithi116.xagkwr (mgr.14180) 1522 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:26.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:26 smithi116 bash[14016]: cluster 2024-01-18T08:31:25.061432+0000 mgr.smithi116.xagkwr (mgr.14180) 1523 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:26.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:26 smithi142 bash[17956]: cluster 2024-01-18T08:31:25.061432+0000 mgr.smithi116.xagkwr (mgr.14180) 1523 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:27.581 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:27.581 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:28.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:28 smithi116 bash[14016]: cluster 2024-01-18T08:31:27.062543+0000 mgr.smithi116.xagkwr (mgr.14180) 1524 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:29.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:28 smithi116 bash[14016]: audit 2024-01-18T08:31:27.569764+0000 mgr.smithi116.xagkwr (mgr.14180) 1525 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:28 smithi142 bash[17956]: cluster 2024-01-18T08:31:27.062543+0000 mgr.smithi116.xagkwr (mgr.14180) 1524 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:29.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:28 smithi142 bash[17956]: audit 2024-01-18T08:31:27.569764+0000 mgr.smithi116.xagkwr (mgr.14180) 1525 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:29.290 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:31.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:30 smithi116 bash[14016]: cluster 2024-01-18T08:31:29.063611+0000 mgr.smithi116.xagkwr (mgr.14180) 1526 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:31.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:30 smithi142 bash[17956]: cluster 2024-01-18T08:31:29.063611+0000 mgr.smithi116.xagkwr (mgr.14180) 1526 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:32.216 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:32.216 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:32.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:33.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:32 smithi116 bash[14016]: cluster 2024-01-18T08:31:31.064806+0000 mgr.smithi116.xagkwr (mgr.14180) 1527 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:33.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:32 smithi142 bash[17956]: cluster 2024-01-18T08:31:31.064806+0000 mgr.smithi116.xagkwr (mgr.14180) 1527 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:33.897 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:34.046 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:33 smithi116 bash[14016]: audit 2024-01-18T08:31:32.204644+0000 mgr.smithi116.xagkwr (mgr.14180) 1528 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:34.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:33 smithi142 bash[17956]: audit 2024-01-18T08:31:32.204644+0000 mgr.smithi116.xagkwr (mgr.14180) 1528 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:34.966 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:34 smithi116 bash[14016]: cluster 2024-01-18T08:31:33.065911+0000 mgr.smithi116.xagkwr (mgr.14180) 1529 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:35.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:34 smithi142 bash[17956]: cluster 2024-01-18T08:31:33.065911+0000 mgr.smithi116.xagkwr (mgr.14180) 1529 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:37.034 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:37.034 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:37.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:36 smithi116 bash[14016]: cluster 2024-01-18T08:31:35.067225+0000 mgr.smithi116.xagkwr (mgr.14180) 1530 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:37.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:36 smithi142 bash[17956]: cluster 2024-01-18T08:31:35.067225+0000 mgr.smithi116.xagkwr (mgr.14180) 1530 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:37.779 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:38.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:37 smithi116 bash[14016]: audit 2024-01-18T08:31:37.021309+0000 mgr.smithi116.xagkwr (mgr.14180) 1531 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:38.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:37 smithi142 bash[17956]: audit 2024-01-18T08:31:37.021309+0000 mgr.smithi116.xagkwr (mgr.14180) 1531 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:38.780 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:38.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:38 smithi116 bash[14016]: cluster 2024-01-18T08:31:37.068259+0000 mgr.smithi116.xagkwr (mgr.14180) 1532 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:39.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:38 smithi142 bash[17956]: cluster 2024-01-18T08:31:37.068259+0000 mgr.smithi116.xagkwr (mgr.14180) 1532 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:41.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:40 smithi116 bash[14016]: cluster 2024-01-18T08:31:39.069447+0000 mgr.smithi116.xagkwr (mgr.14180) 1533 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:41.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:40 smithi142 bash[17956]: cluster 2024-01-18T08:31:39.069447+0000 mgr.smithi116.xagkwr (mgr.14180) 1533 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:41.813 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:41.813 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:42.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:42.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:42 smithi116 bash[14016]: cluster 2024-01-18T08:31:41.070628+0000 mgr.smithi116.xagkwr (mgr.14180) 1534 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:42.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:42 smithi116 bash[14016]: audit 2024-01-18T08:31:41.800077+0000 mgr.smithi116.xagkwr (mgr.14180) 1535 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:42 smithi142 bash[17956]: cluster 2024-01-18T08:31:41.070628+0000 mgr.smithi116.xagkwr (mgr.14180) 1534 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:43.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:42 smithi142 bash[17956]: audit 2024-01-18T08:31:41.800077+0000 mgr.smithi116.xagkwr (mgr.14180) 1535 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:43.535 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:44.901 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:44 smithi116 bash[14016]: cluster 2024-01-18T08:31:43.071813+0000 mgr.smithi116.xagkwr (mgr.14180) 1536 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:45.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:44 smithi142 bash[17956]: cluster 2024-01-18T08:31:43.071813+0000 mgr.smithi116.xagkwr (mgr.14180) 1536 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:46.590 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:46.590 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:47.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:46 smithi116 bash[14016]: cluster 2024-01-18T08:31:45.073068+0000 mgr.smithi116.xagkwr (mgr.14180) 1537 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:47.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:46 smithi142 bash[17956]: cluster 2024-01-18T08:31:45.073068+0000 mgr.smithi116.xagkwr (mgr.14180) 1537 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:47.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:48.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:47 smithi116 bash[14016]: audit 2024-01-18T08:31:46.576518+0000 mgr.smithi116.xagkwr (mgr.14180) 1538 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:48.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:47 smithi142 bash[17956]: audit 2024-01-18T08:31:46.576518+0000 mgr.smithi116.xagkwr (mgr.14180) 1538 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:48.328 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:48.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:48 smithi116 bash[14016]: cluster 2024-01-18T08:31:47.074230+0000 mgr.smithi116.xagkwr (mgr.14180) 1539 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:49.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:48 smithi142 bash[17956]: cluster 2024-01-18T08:31:47.074230+0000 mgr.smithi116.xagkwr (mgr.14180) 1539 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:51.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:50 smithi116 bash[14016]: cluster 2024-01-18T08:31:49.075263+0000 mgr.smithi116.xagkwr (mgr.14180) 1540 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:51.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:50 smithi142 bash[17956]: cluster 2024-01-18T08:31:49.075263+0000 mgr.smithi116.xagkwr (mgr.14180) 1540 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:51.470 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:51.470 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:52.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:53.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:52 smithi116 bash[14016]: cluster 2024-01-18T08:31:51.076223+0000 mgr.smithi116.xagkwr (mgr.14180) 1541 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:53.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:52 smithi116 bash[14016]: audit 2024-01-18T08:31:51.458885+0000 mgr.smithi116.xagkwr (mgr.14180) 1542 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:53.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:52 smithi142 bash[17956]: cluster 2024-01-18T08:31:51.076223+0000 mgr.smithi116.xagkwr (mgr.14180) 1541 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:53.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:52 smithi142 bash[17956]: audit 2024-01-18T08:31:51.458885+0000 mgr.smithi116.xagkwr (mgr.14180) 1542 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:53.241 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:55.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:54 smithi116 bash[14016]: cluster 2024-01-18T08:31:53.077313+0000 mgr.smithi116.xagkwr (mgr.14180) 1543 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:55.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:54 smithi142 bash[17956]: cluster 2024-01-18T08:31:53.077313+0000 mgr.smithi116.xagkwr (mgr.14180) 1543 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:56.031 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:55 smithi116 bash[14016]: audit 2024-01-18T08:31:55.048393+0000 mon.smithi116 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:31:56.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:55 smithi142 bash[17956]: audit 2024-01-18T08:31:55.048393+0000 mon.smithi116 (mon.0) 1034 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T08:31:56.410 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:31:56.410 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.346556Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.348483Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.346893Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.347112Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.348665Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.347304Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.347520Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:31:57.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:56 smithi116 bash[14016]: cluster 2024-01-18T08:31:55.078623+0000 mgr.smithi116.xagkwr (mgr.14180) 1544 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:57.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:56 smithi142 bash[17956]: cluster 2024-01-18T08:31:55.078623+0000 mgr.smithi116.xagkwr (mgr.14180) 1544 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-01-18T08:31:57.150 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:31:58.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:57 smithi116 bash[14016]: audit 2024-01-18T08:31:56.395208+0000 mgr.smithi116.xagkwr (mgr.14180) 1545 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:58.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:57 smithi142 bash[17956]: audit 2024-01-18T08:31:56.395208+0000 mgr.smithi116.xagkwr (mgr.14180) 1545 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:31:58.151 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:31:59.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:31:58 smithi116 bash[14016]: cluster 2024-01-18T08:31:57.079291+0000 mgr.smithi116.xagkwr (mgr.14180) 1546 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:31:59.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:31:58 smithi142 bash[17956]: cluster 2024-01-18T08:31:57.079291+0000 mgr.smithi116.xagkwr (mgr.14180) 1546 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:32:01.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:00 smithi116 bash[14016]: cluster 2024-01-18T08:31:59.079883+0000 mgr.smithi116.xagkwr (mgr.14180) 1547 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:32:01.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:00 smithi116 bash[14016]: audit 2024-01-18T08:32:00.672617+0000 mon.smithi116 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:00 smithi142 bash[17956]: cluster 2024-01-18T08:31:59.079883+0000 mgr.smithi116.xagkwr (mgr.14180) 1547 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:32:01.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:00 smithi142 bash[17956]: audit 2024-01-18T08:32:00.672617+0000 mon.smithi116 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:01.198 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:32:01.198 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:21:40.637109Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:21:40.637352Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:21:40.637638Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:29:46.680426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.ilkywz on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:21:40.639275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:21:40.636860Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:21:40.636508Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:21:40.639525Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:21:40.637871Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:21:40.638330Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:21:40.638101Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:01.904 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:02.905 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: cluster 2024-01-18T08:32:01.080888+0000 mgr.smithi116.xagkwr (mgr.14180) 1548 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:01.186630+0000 mgr.smithi116.xagkwr (mgr.14180) 1549 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:01.732056+0000 mon.smithi116 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:01.997657+0000 mon.smithi116 (mon.0) 1037 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:01.998991+0000 mon.smithi116 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:02.008772+0000 mon.smithi116 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: cluster 2024-01-18T08:32:02.009737+0000 mgr.smithi116.xagkwr (mgr.14180) 1550 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:02.016213+0000 mon.smithi116 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: audit 2024-01-18T08:32:02.031533+0000 mon.smithi116 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:02 smithi116 bash[14016]: cephadm 2024-01-18T08:32:02.037597+0000 mgr.smithi116.xagkwr (mgr.14180) 1551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ulsfwu on smithi142 2024-01-18T08:32:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: cluster 2024-01-18T08:32:01.080888+0000 mgr.smithi116.xagkwr (mgr.14180) 1548 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-18T08:32:03.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:01.186630+0000 mgr.smithi116.xagkwr (mgr.14180) 1549 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:01.732056+0000 mon.smithi116 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:01.997657+0000 mon.smithi116 (mon.0) 1037 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:01.998991+0000 mon.smithi116 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:02.008772+0000 mon.smithi116 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: cluster 2024-01-18T08:32:02.009737+0000 mgr.smithi116.xagkwr (mgr.14180) 1550 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:02.016213+0000 mon.smithi116 (mon.0) 1040 : audit [DBG] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: audit 2024-01-18T08:32:02.031533+0000 mon.smithi116 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:03.131 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:02 smithi142 bash[17956]: cephadm 2024-01-18T08:32:02.037597+0000 mgr.smithi116.xagkwr (mgr.14180) 1551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi142.ulsfwu on smithi142 2024-01-18T08:32:03.991 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:03 smithi116 bash[14016]: cluster 2024-01-18T08:32:03.006467+0000 mon.smithi116 (mon.0) 1042 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:32:03.991 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:03 smithi116 bash[14016]: cluster 2024-01-18T08:32:03.006525+0000 mon.smithi116 (mon.0) 1043 : cluster [INF] Cluster is now healthy 2024-01-18T08:32:04.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:03 smithi142 bash[17956]: cluster 2024-01-18T08:32:03.006467+0000 mon.smithi116 (mon.0) 1042 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-18T08:32:04.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:03 smithi142 bash[17956]: cluster 2024-01-18T08:32:03.006525+0000 mon.smithi116 (mon.0) 1043 : cluster [INF] Cluster is now healthy 2024-01-18T08:32:05.047 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:04 smithi116 bash[14016]: cluster 2024-01-18T08:32:04.010620+0000 mgr.smithi116.xagkwr (mgr.14180) 1552 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:05.130 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:04 smithi142 bash[17956]: cluster 2024-01-18T08:32:04.010620+0000 mgr.smithi116.xagkwr (mgr.14180) 1552 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:06.092 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:32:06.092 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:32:01.720671Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:32:00.662192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:32:01.720940Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:30:51.165639Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.uhijvo on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-uhijvo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.uhijvo\nDeploy daemon haproxy.nfs.foo.smithi142.uhijvo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.037508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.ncfqaj on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-ncfqaj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.ncfqaj\nDeploy daemon haproxy.nfs.foo.smithi116.ncfqaj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:30:55.041363Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.fsnbpc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:32:05.817565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ulsfwu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\nDeploy daemon haproxy.nfs.foo.smithi142.ulsfwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:32:00.663613Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:32:00.662476Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:32:00.662645Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:32:00.663770Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:32:00.662802Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:32:00.662992Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:32:01.721202Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:06.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: cephadm 2024-01-18T08:32:05.815308+0000 mgr.smithi116.xagkwr (mgr.14180) 1553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:32:06.798 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: cephadm 2024-01-18T08:32:05.815716+0000 mgr.smithi116.xagkwr (mgr.14180) 1554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: audit 2024-01-18T08:32:05.816317+0000 mon.smithi116 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ulsfwu"}]: dispatch 2024-01-18T08:32:06.799 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: cephadm 2024-01-18T08:32:05.817779+0000 mgr.smithi116.xagkwr (mgr.14180) 1555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ulsfwu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: cephadm 2024-01-18T08:32:05.822032+0000 mgr.smithi116.xagkwr (mgr.14180) 1556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.qayphr on smithi116 2024-01-18T08:32:06.800 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:06 smithi116 bash[14016]: cluster 2024-01-18T08:32:06.011742+0000 mgr.smithi116.xagkwr (mgr.14180) 1557 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:06.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: cephadm 2024-01-18T08:32:05.815308+0000 mgr.smithi116.xagkwr (mgr.14180) 1553 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:32:06.881 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.882 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: cephadm 2024-01-18T08:32:05.815716+0000 mgr.smithi116.xagkwr (mgr.14180) 1554 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: audit 2024-01-18T08:32:05.816317+0000 mon.smithi116 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi142.ulsfwu"}]: dispatch 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: cephadm 2024-01-18T08:32:05.817779+0000 mgr.smithi116.xagkwr (mgr.14180) 1555 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi142.ulsfwu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi142.ulsfwu ... 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:06.883 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:06.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:06.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:06.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: cephadm 2024-01-18T08:32:05.822032+0000 mgr.smithi116.xagkwr (mgr.14180) 1556 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi116.qayphr on smithi116 2024-01-18T08:32:06.884 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:06 smithi142 bash[17956]: cluster 2024-01-18T08:32:06.011742+0000 mgr.smithi116.xagkwr (mgr.14180) 1557 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:07.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:07 smithi116 bash[14016]: audit 2024-01-18T08:32:06.084791+0000 mgr.smithi116.xagkwr (mgr.14180) 1558 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:07.877 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:07.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:07 smithi142 bash[17956]: audit 2024-01-18T08:32:06.084791+0000 mgr.smithi116.xagkwr (mgr.14180) 1558 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:08.880 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:08 smithi142 bash[17956]: cluster 2024-01-18T08:32:08.012589+0000 mgr.smithi116.xagkwr (mgr.14180) 1559 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:08.932 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:08 smithi116 bash[14016]: cluster 2024-01-18T08:32:08.012589+0000 mgr.smithi116.xagkwr (mgr.14180) 1559 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-01-18T08:32:10.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: audit 2024-01-18T08:32:09.876430+0000 mon.smithi116 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.qayphr"}]: dispatch 2024-01-18T08:32:10.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:09 smithi142 bash[17956]: audit 2024-01-18T08:32:09.876430+0000 mon.smithi116 (mon.0) 1045 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi116.qayphr"}]: dispatch 2024-01-18T08:32:11.267 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:32:11.267 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:32:01.720671Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:32:00.662192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:32:01.720940Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:32:05.817565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ulsfwu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\nDeploy daemon haproxy.nfs.foo.smithi142.ulsfwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:32:09.877134Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.qayphr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr\nDeploy daemon haproxy.nfs.foo.smithi116.qayphr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:32:09.880378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.pkgtph on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:32:09.882397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.kddkli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:32:00.663613Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:32:00.662476Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:32:00.662645Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:32:00.663770Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:32:00.662802Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:32:00.662992Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:32:01.721202Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cephadm 2024-01-18T08:32:09.875438+0000 mgr.smithi116.xagkwr (mgr.14180) 1560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Traceback (most recent call last): 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: yield (conn, connr) 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: code, '\n'.join(err))) 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.298 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cephadm 2024-01-18T08:32:09.875920+0000 mgr.smithi116.xagkwr (mgr.14180) 1561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cephadm 2024-01-18T08:32:09.877272+0000 mgr.smithi116.xagkwr (mgr.14180) 1562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.qayphr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stdout 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.299 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cephadm 2024-01-18T08:32:09.880492+0000 mgr.smithi116.xagkwr (mgr.14180) 1563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.pkgtph on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cephadm 2024-01-18T08:32:09.882505+0000 mgr.smithi116.xagkwr (mgr.14180) 1564 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.kddkli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cluster 2024-01-18T08:32:09.883390+0000 mgr.smithi116.xagkwr (mgr.14180) 1565 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-18T08:32:11.300 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:10 smithi116 bash[14016]: cluster 2024-01-18T08:32:09.934221+0000 mon.smithi116 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cephadm 2024-01-18T08:32:09.875438+0000 mgr.smithi116.xagkwr (mgr.14180) 1560 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.381 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Traceback (most recent call last): 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: yield (conn, connr) 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: code, '\n'.join(err))) 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.382 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cephadm 2024-01-18T08:32:09.875920+0000 mgr.smithi116.xagkwr (mgr.14180) 1561 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cephadm 2024-01-18T08:32:09.877272+0000 mgr.smithi116.xagkwr (mgr.14180) 1562 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi116.qayphr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stdout 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Deploy daemon haproxy.nfs.foo.smithi116.qayphr ... 2024-01-18T08:32:11.383 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: stat: stderr See 'docker run --help'. 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cephadm 2024-01-18T08:32:09.880492+0000 mgr.smithi116.xagkwr (mgr.14180) 1563 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi116.pkgtph on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cephadm 2024-01-18T08:32:09.882505+0000 mgr.smithi116.xagkwr (mgr.14180) 1564 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi142.kddkli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cluster 2024-01-18T08:32:09.883390+0000 mgr.smithi116.xagkwr (mgr.14180) 1565 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-18T08:32:11.384 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:10 smithi142 bash[17956]: cluster 2024-01-18T08:32:09.934221+0000 mon.smithi116 (mon.0) 1046 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-18T08:32:12.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:12.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:11 smithi116 bash[14016]: audit 2024-01-18T08:32:10.967171+0000 mon.smithi116 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:12.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:11 smithi142 bash[17956]: audit 2024-01-18T08:32:10.967171+0000 mon.smithi116 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.116:0/2338977964' entity='mgr.smithi116.xagkwr' 2024-01-18T08:32:13.013 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 -- ceph orch ls -f json 2024-01-18T08:32:13.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:12 smithi116 bash[14016]: audit 2024-01-18T08:32:11.255066+0000 mgr.smithi116.xagkwr (mgr.14180) 1566 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:13.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:12 smithi116 bash[14016]: cluster 2024-01-18T08:32:11.884234+0000 mgr.smithi116.xagkwr (mgr.14180) 1567 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-18T08:32:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:12 smithi142 bash[17956]: audit 2024-01-18T08:32:11.255066+0000 mgr.smithi116.xagkwr (mgr.14180) 1566 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:13.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:12 smithi142 bash[17956]: cluster 2024-01-18T08:32:11.884234+0000 mgr.smithi116.xagkwr (mgr.14180) 1567 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 189 B/s rd, 0 op/s 2024-01-18T08:32:15.297 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:14 smithi116 bash[14016]: cluster 2024-01-18T08:32:13.885394+0000 mgr.smithi116.xagkwr (mgr.14180) 1568 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:32:15.380 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:14 smithi142 bash[17956]: cluster 2024-01-18T08:32:13.885394+0000 mgr.smithi116.xagkwr (mgr.14180) 1568 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-18T08:32:16.053 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-18T08:32:16.053 INFO:teuthology.orchestra.run.smithi116.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-18T07:59:57.850901Z", "last_refresh": "2024-01-18T08:32:01.720671Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-18T07:59:49.127566Z", "last_refresh": "2024-01-18T08:32:00.662192Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-18T07:59:53.004896Z", "last_refresh": "2024-01-18T08:32:01.720940Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-18T08:30:55.043916Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.vlmjnw on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:32:05.817565Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi142.ulsfwu on smithi142: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi142-ulsfwu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi142.ulsfwu\nDeploy daemon haproxy.nfs.foo.smithi142.ulsfwu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi142 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:32:09.877134Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi116.qayphr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy-nfs-foo-smithi116-qayphr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-haproxy.nfs.foo.smithi116.qayphr\nDeploy daemon haproxy.nfs.foo.smithi116.qayphr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-18T08:32:09.880378Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi116.pkgtph on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-18T08:32:09.882397Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi142.kddkli on smithi142: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.116/16"}, "status": {"created": "2024-01-18T08:07:56.936848Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.116/16"}}, {"events": ["2024-01-18T08:07:53.082361Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-18T08:07:53.078085Z", "last_refresh": "2024-01-18T08:32:00.663613Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-18T07:59:47.173231Z", "last_refresh": "2024-01-18T08:32:00.662476Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:01:33.448666Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi116:172.21.15.116=smithi116", "smithi142:172.21.15.142=smithi142"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-18T08:01:33.442932Z", "last_refresh": "2024-01-18T08:32:00.662645Z", "running": 2, "size": 2}}, {"events": ["2024-01-18T08:07:56.936541Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-01-18T08:07:56.931002Z", "last_refresh": "2024-01-18T08:32:00.663770Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-18T07:59:54.905201Z", "last_refresh": "2024-01-18T08:32:00.662802Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-18T08:02:11.498643Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-18T08:02:11.493062Z", "last_refresh": "2024-01-18T08:32:00.662992Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-18T07:59:51.114238Z", "last_refresh": "2024-01-18T08:32:01.721202Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-18T08:32:16.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:16 smithi116 bash[14016]: cluster 2024-01-18T08:32:15.886492+0000 mgr.smithi116.xagkwr (mgr.14180) 1569 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2024-01-18T08:32:16.797 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:16 smithi116 bash[14016]: audit 2024-01-18T08:32:16.039179+0000 mgr.smithi116.xagkwr (mgr.14180) 1570 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:16.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-18T08:32:16.804 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T08:32:17.041 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=196a45fc65d94e99943de15888faf022 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-18T08:32:17.043 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-18T08:32:17.053 INFO:tasks.vip:Removing 10.0.15.116 (and any VIPs) on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:32:17.054 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.15.116/16 dev enp3s0f1 2024-01-18T08:32:17.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:16 smithi142 bash[17956]: cluster 2024-01-18T08:32:15.886492+0000 mgr.smithi116.xagkwr (mgr.14180) 1569 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2024-01-18T08:32:17.067 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:16 smithi142 bash[17956]: audit 2024-01-18T08:32:16.039179+0000 mgr.smithi116.xagkwr (mgr.14180) 1570 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T08:32:17.080 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2024-01-18T08:32:17.136 INFO:teuthology.orchestra.run.smithi116.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:32:17.137 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:32:17.137 INFO:tasks.vip:Removing 10.0.15.142 (and any VIPs) on smithi142.front.sepia.ceph.com iface enp3s0f1... 2024-01-18T08:32:17.138 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.15.142/16 dev enp3s0f1 2024-01-18T08:32:17.150 DEBUG:teuthology.orchestra.run.smithi142:> sudo ip addr del 10.0.31.116/16 dev enp3s0f1 2024-01-18T08:32:17.207 INFO:teuthology.orchestra.run.smithi142.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-18T08:32:17.208 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T08:32:17.209 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T08:32:17.219 INFO:tasks.cephadm:Teardown begin 2024-01-18T08:32:17.220 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:32:17.236 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:32:17.267 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T08:32:17.268 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:32:17.286 DEBUG:teuthology.orchestra.run.smithi142:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T08:32:17.314 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T08:32:17.315 INFO:tasks.cephadm.mon.smithi116:Stopping mon.smithi116... 2024-01-18T08:32:17.315 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116 2024-01-18T08:32:17.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:17 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for 5118d57a-b5d7-11ee-95ae-87774f69a715... 2024-01-18T08:32:17.638 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:17 smithi116 bash[117764]: Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-mon.smithi116 2024-01-18T08:32:17.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:17 smithi116 bash[14016]: debug 2024-01-18T08:32:17.498+0000 7f362c0a2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T08:32:17.639 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 18 08:32:17 smithi116 bash[14016]: debug 2024-01-18T08:32:17.498+0000 7f362c0a2700 -1 mon.smithi116@0(leader) e2 *** Got Signal Terminated *** 2024-01-18T08:32:18.319 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi116.service' 2024-01-18T08:32:18.365 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:32:18.365 INFO:tasks.cephadm.mon.smithi116:Stopped mon.smithi116 2024-01-18T08:32:18.366 INFO:tasks.cephadm.mon.smithi142:Stopping mon.smithi142... 2024-01-18T08:32:18.366 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi142 2024-01-18T08:32:18.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:18 smithi142 systemd[1]: Stopping Ceph mon.smithi142 for 5118d57a-b5d7-11ee-95ae-87774f69a715... 2024-01-18T08:32:18.630 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:18 smithi142 bash[40187]: Error response from daemon: No such container: ceph-5118d57a-b5d7-11ee-95ae-87774f69a715-mon.smithi142 2024-01-18T08:32:19.019 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:18 smithi142 bash[17956]: debug 2024-01-18T08:32:18.654+0000 7f3d7b461700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi142 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T08:32:19.020 INFO:journalctl@ceph.mon.smithi142.smithi142.stdout:Jan 18 08:32:18 smithi142 bash[17956]: debug 2024-01-18T08:32:18.654+0000 7f3d7b461700 -1 mon.smithi142@1(peon) e2 *** Got Signal Terminated *** 2024-01-18T08:32:19.658 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5118d57a-b5d7-11ee-95ae-87774f69a715@mon.smithi142.service' 2024-01-18T08:32:19.703 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T08:32:19.703 INFO:tasks.cephadm.mon.smithi142:Stopped mon.smithi142 2024-01-18T08:32:19.704 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:33:21.288 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T08:34:23.764 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:34:23.781 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T08:34:23.796 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T08:34:23.798 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/ubuntu@smithi116.front.sepia.ceph.com/crash 2024-01-18T08:34:23.799 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:34:23.836 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:34:23.837 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:34:23.838 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/ubuntu@smithi142.front.sepia.ceph.com/crash 2024-01-18T08:34:23.839 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash -- . 2024-01-18T08:34:23.855 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/crash: Cannot open: No such file or directory 2024-01-18T08:34:23.856 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2024-01-18T08:34:23.856 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T08:34:23.857 DEBUG:teuthology.orchestra.run.smithi116:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T08:34:23.894 INFO:teuthology.orchestra.run.smithi116.stderr:grep: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T08:34:23.896 INFO:tasks.cephadm:Compressing logs... 2024-01-18T08:34:23.896 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-18T08:34:23.941 DEBUG:teuthology.orchestra.run.smithi142:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-18T08:34:23.953 INFO:teuthology.orchestra.run.smithi116.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-18T08:34:23.957 INFO:teuthology.orchestra.run.smithi142.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-18T08:34:23.968 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.gujdbr.log 2024-01-18T08:34:23.968 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi142.log 2024-01-18T08:34:23.969 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.gujdbr.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T08:34:23.969 INFO:teuthology.orchestra.run.smithi142.stderr: 83.5% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi142.gujdbr.log.gz 2024-01-18T08:34:23.970 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T08:34:23.970 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi116.pfgeze.log 2024-01-18T08:34:23.971 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi142.aaofdb.log 2024-01-18T08:34:23.971 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi142.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T08:34:23.972 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.6.log: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi142.aaofdb.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T08:34:23.972 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:34:23.974 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T08:34:23.974 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.4.log: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi116.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi116.pfgeze.log: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi116.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi116.xagkwr.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr: 60.3% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mds.foofs.smithi116.pfgeze.log.gz 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.1.log: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi116.xagkwr.log: gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T08:34:23.975 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T08:34:23.979 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 92.8% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:34:23.984 INFO:teuthology.orchestra.run.smithi142.stderr: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:34:23.985 INFO:teuthology.orchestra.run.smithi142.stderr: 93.7% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi142.aaofdb.log.gz 2024-01-18T08:34:23.985 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.7.log: /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/cephadm.log: 92.9% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T08:34:23.997 INFO:teuthology.orchestra.run.smithi116.stderr: 92.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T08:34:24.272 INFO:teuthology.orchestra.run.smithi116.stderr: 89.0% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mgr.smithi116.xagkwr.log.gz 2024-01-18T08:34:24.282 INFO:teuthology.orchestra.run.smithi142.stderr: 92.7% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi142.log.gz 2024-01-18T08:34:24.421 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T08:34:24.449 INFO:teuthology.orchestra.run.smithi142.stderr: 93.0% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T08:34:24.537 INFO:teuthology.orchestra.run.smithi142.stderr: 93.0% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T08:34:24.575 INFO:teuthology.orchestra.run.smithi142.stderr: 92.9% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T08:34:24.675 INFO:teuthology.orchestra.run.smithi116.stderr: 93.1% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T08:34:24.691 INFO:teuthology.orchestra.run.smithi116.stderr: 92.9% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T08:34:24.706 INFO:teuthology.orchestra.run.smithi142.stderr: 92.9% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T08:34:24.708 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-01-18T08:34:24.708 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m0.761s 2024-01-18T08:34:24.708 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m2.642s 2024-01-18T08:34:24.708 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.115s 2024-01-18T08:34:24.803 INFO:teuthology.orchestra.run.smithi116.stderr: 93.4% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T08:34:25.016 INFO:teuthology.orchestra.run.smithi116.stderr: 90.0% -- replaced with /var/log/ceph/5118d57a-b5d7-11ee-95ae-87774f69a715/ceph-mon.smithi116.log.gz 2024-01-18T08:34:25.017 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-18T08:34:25.017 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m1.073s 2024-01-18T08:34:25.017 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m3.882s 2024-01-18T08:34:25.017 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.172s 2024-01-18T08:34:25.019 INFO:tasks.cephadm:Archiving logs... 2024-01-18T08:34:25.019 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/ubuntu@smithi116.front.sepia.ceph.com/log 2024-01-18T08:34:25.020 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:34:25.587 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/ubuntu@smithi142.front.sepia.ceph.com/log 2024-01-18T08:34:25.588 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T08:34:25.999 INFO:tasks.cephadm:Removing cluster... 2024-01-18T08:34:26.000 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 --force 2024-01-18T08:34:27.373 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5118d57a-b5d7-11ee-95ae-87774f69a715 --force 2024-01-18T08:34:28.732 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T08:34:28.732 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:34:28.739 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T08:34:28.747 INFO:tasks.cephadm:Teardown complete 2024-01-18T08:34:28.747 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-18T08:34:28.757 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-18T08:34:28.757 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_1 2024-01-18T08:34:29.076 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:34:29.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:29.078 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-18T08:34:29.078 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_2 2024-01-18T08:34:29.356 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:34:29.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:29.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-18T08:34:29.358 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_3 2024-01-18T08:34:29.676 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:34:29.677 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:29.678 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-18T08:34:29.678 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_4 2024-01-18T08:34:29.968 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:34:29.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:29.970 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-18T08:34:29.970 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-18T08:34:29.984 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_1... 2024-01-18T08:34:29.984 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_1 2024-01-18T08:34:30.266 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-18T08:34:30.268 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:30.268 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_2... 2024-01-18T08:34:30.269 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_2 2024-01-18T08:34:30.582 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-18T08:34:30.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:30.584 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_3... 2024-01-18T08:34:30.584 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_3 2024-01-18T08:34:30.874 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-18T08:34:30.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:30.876 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi142:/dev/vg_nvme/lv_4... 2024-01-18T08:34:30.876 DEBUG:teuthology.orchestra.run.smithi142:> sudo nvme disconnect -n lv_4 2024-01-18T08:34:31.174 INFO:teuthology.orchestra.run.smithi142.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-18T08:34:31.175 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:31.176 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-01-18T08:34:31.176 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/scratch_devs 2024-01-18T08:34:31.191 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T08:34:31.202 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T08:34:31.202 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:34:31.204 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T08:34:31.222 INFO:teuthology.orchestra.run.smithi116.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T08:34:31.222 INFO:teuthology.orchestra.run.smithi116.stdout:============================================================================== 2024-01-18T08:34:31.222 INFO:teuthology.orchestra.run.smithi116.stdout:*hv01.front.sepi 44.4.53.2 2 u 94 128 377 0.093 1.966 0.877 2024-01-18T08:34:31.223 INFO:teuthology.orchestra.run.smithi116.stdout:+hv02.front.sepi 96.245.170.99 3 u 80 128 377 0.089 3.622 0.740 2024-01-18T08:34:31.223 INFO:teuthology.orchestra.run.smithi116.stdout:+hv03.front.sepi 74.6.168.72 3 u 80 128 377 0.089 0.694 0.831 2024-01-18T08:34:31.223 INFO:teuthology.orchestra.run.smithi116.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout:*hv01.front.sepi 44.4.53.2 2 u 34 64 377 0.080 1.465 0.171 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout:+hv02.front.sepi 96.245.170.99 3 u 35 64 377 0.102 2.698 0.168 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout:+hv03.front.sepi 74.6.168.72 3 u 23 64 377 0.108 -1.310 0.153 2024-01-18T08:34:31.253 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-18T08:34:31.254 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T08:34:31.263 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T08:34:31.264 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T08:34:31.273 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T08:34:31.282 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T08:34:31.291 INFO:teuthology.task.internal:Duration was 2514.887045 seconds 2024-01-18T08:34:31.292 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T08:34:31.302 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T08:34:31.302 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:34:31.304 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T08:34:31.351 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T08:34:31.351 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-01-18T08:34:31.351 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T08:34:31.401 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2024-01-18T08:34:31.401 DEBUG:teuthology.orchestra.run.smithi142:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T08:34:31.415 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T08:34:31.416 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:34:31.445 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T08:34:31.531 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T08:34:31.531 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:34:31.533 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T08:34:31.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T08:34:31.746 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T08:34:31.747 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:34:31.761 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T08:34:31.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T08:34:31.788 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:34:31.805 DEBUG:teuthology.orchestra.run.smithi142:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:34:31.817 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-01-18T08:34:31.835 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2024-01-18T08:34:31.865 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:34:31.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:31.893 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T08:34:31.914 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T08:34:31.915 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T08:34:31.926 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T08:34:31.927 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/smithi116 2024-01-18T08:34:31.928 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:34:31.974 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705/remote/smithi142 2024-01-18T08:34:31.975 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T08:34:32.005 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T08:34:32.006 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:34:32.009 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T08:34:32.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T08:34:32.060 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T08:34:32.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T08:34:32.071 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T08:34:32.072 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:34:32.074 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T08:34:32.079 INFO:teuthology.orchestra.run.smithi116.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:34 /home/ubuntu/cephtest 2024-01-18T08:34:32.097 INFO:teuthology.orchestra.run.smithi142.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 08:34 /home/ubuntu/cephtest 2024-01-18T08:34:32.099 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T08:34:32.110 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T08:34:32.133 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T08:34:32.161 DEBUG:teuthology.nuke:shortname: smithi116 2024-01-18T08:34:32.161 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:34:32.188 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:43:36.952908', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-18T08:34:32.190 DEBUG:teuthology.nuke:shortname: smithi142 2024-01-18T08:34:32.190 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T08:34:32.217 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-17_22:43:41-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7519705', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 07:43:36.954362', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-18T08:34:32.243 INFO:teuthology.orchestra.console.smithi116:Power off 2024-01-18T08:34:32.244 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:34:32.268 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-01-18T08:34:32.268 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:32.289 INFO:teuthology.orchestra.console.smithi142:Power off 2024-01-18T08:34:32.290 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T08:34:32.299 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-18T08:34:32.313 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2024-01-18T08:34:32.313 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:32.337 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-18T08:34:36.300 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:36.338 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:36.411 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-18T08:34:36.447 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-01-18T08:34:40.416 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:40.448 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:40.527 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-18T08:34:40.558 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2024-01-18T08:34:40.658 INFO:teuthology.orchestra.console.smithi142:Power off completed 2024-01-18T08:34:44.528 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T08:34:44.638 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-01-18T08:34:44.739 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-01-18T08:34:44.844 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2514.8870453834534 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=196a45fc65d94e99943de15888faf022 status: fail success: false 2024-01-18T08:34:44.844 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T08:34:44.942 INFO:teuthology.run:FAIL